Searched refs:vfloat1 (Results 1 – 1 of 1) sorted by relevance
/math/ |
A D | test-tgmath2.c | 39 float vfloat1, vfloat2, vfloat3; variable 138 TEST (cos (vfloat1), float, cos); in test_cos() 163 TEST (fabs (vfloat1), float, fabs); in test_fabs() 195 TEST (conj (vfloat1), cfloat, conj); in test_conj() 220 TEST (expm1 (vfloat1), float, expm1); in test_expm1() 238 TEST2 (lrint (vfloat1), float, long int, lrint); in test_lrint() 257 TEST (ldexp (vfloat1, 6), float, ldexp); in test_ldexp() 274 TEST (fn argm (arg, vfloat1), type, fnt); \ 289 TEST (fn (vfloat1, vfloat2), float, fnt); \ 291 TEST (fn (vfloat1, Vfloat2), float, fnt); \
|
Completed in 4 milliseconds