Searched refs:Vfloat1 (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/math/ |
D | test-tgmath2.c | 48 const float Vfloat1 = 1, Vfloat2 = 2, Vfloat3 = 3; variable 146 TEST (cos (Vfloat1), float, cos); in test_cos() 171 TEST (fabs (Vfloat1), float, fabs); in test_fabs() 203 TEST (conj (Vfloat1), cfloat, conj); in test_conj() 225 TEST (expm1 (Vfloat1), float, expm1); in test_expm1() 243 TEST2 (lrint (Vfloat1), float, long int, lrint); in test_lrint() 262 TEST (ldexp (Vfloat1, 6), float, ldexp); in test_ldexp() 278 TEST (fn argm (arg, Vfloat1), type, fnt); \ 290 TEST (fn (Vfloat1, vfloat2), float, fnt); \ 292 TEST (fn (Vfloat1, Vfloat2), float, fnt); \
|