Lines Matching refs:TEST2
111 #define TEST2(expr, type, rettype, fn) \ macro
131 #define TEST(expr, type, fn) TEST2(expr, type, type, fn)
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()
247 TEST2 (lrint (Vllong1), double, long int, lrint); in test_lrint()