Searched refs:TEST2 (Results 1 – 1 of 1) sorted by relevance
/math/ |
A D | test-tgmath2.c | 111 #define TEST2(expr, type, rettype, fn) \ macro 238 TEST2 (lrint (vfloat1), float, long int, lrint); in test_lrint() 239 TEST2 (lrint (vdouble1), double, long int, lrint); in test_lrint() 240 TEST2 (lrint (vldouble1), ldouble, long int, lrint); in test_lrint() 241 TEST2 (lrint (vint1), double, long int, lrint); in test_lrint() 242 TEST2 (lrint (vllong1), double, long int, lrint); in test_lrint() 243 TEST2 (lrint (Vfloat1), float, long int, lrint); in test_lrint() 244 TEST2 (lrint (Vdouble1), double, long int, lrint); in test_lrint() 245 TEST2 (lrint (Vldouble1), ldouble, long int, lrint); in test_lrint() 246 TEST2 (lrint (Vint1), double, long int, lrint); in test_lrint() [all …]
|
Completed in 4 milliseconds