Searched refs:Vdouble1 (Results 1 – 1 of 1) sorted by relevance
/math/ |
A D | test-tgmath2.c | 49 const double Vdouble1 = 1, Vdouble2 = 2, Vdouble3 = 3; variable 147 TEST (cos (Vdouble1), double, cos); in test_cos() 172 TEST (fabs (Vdouble1), double, fabs); in test_fabs() 204 TEST (conj (Vdouble1), cdouble, conj); in test_conj() 226 TEST (expm1 (Vdouble1), double, expm1); in test_expm1() 244 TEST2 (lrint (Vdouble1), double, long int, lrint); in test_lrint() 263 TEST (ldexp (Vdouble1, 6), double, ldexp); in test_ldexp() 279 TEST (fn argm (arg, Vdouble1), type, fnt); \
|
Completed in 4 milliseconds