Searched refs:vdouble1 (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/math/ |
D | test-tgmath2.c | 40 double vdouble1, vdouble2, vdouble3; variable 139 TEST (cos (vdouble1), double, cos); in test_cos() 164 TEST (fabs (vdouble1), double, fabs); in test_fabs() 196 TEST (conj (vdouble1), cdouble, conj); in test_conj() 221 TEST (expm1 (vdouble1), double, expm1); in test_expm1() 239 TEST2 (lrint (vdouble1), double, long int, lrint); in test_lrint() 258 TEST (ldexp (vdouble1, 6), double, ldexp); in test_ldexp() 275 TEST (fn argm (arg, vdouble1), type, fnt); \ 424 TEST (fma (vdouble1, Vdouble2, vllong3), double, fma); in test_fma_4()
|