Searched refs:Vint1 (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/math/ |
D | test-tgmath2.c | 54 const int Vint1 = 1, Vint2 = 2, Vint3 = 3; variable 149 TEST (cos (Vint1), double, cos); in test_cos() 176 TEST (fabs (Vint1), double, fabs); in test_fabs() 206 TEST (conj (Vint1), cdouble, conj); in test_conj() 228 TEST (expm1 (Vint1), double, expm1); in test_expm1() 246 TEST2 (lrint (Vint1), double, long int, lrint); in test_lrint() 265 TEST (ldexp (Vint1, 6), double, ldexp); in test_ldexp() 280 TEST (fn argm (arg, Vint1), type, fnt); \
|