Lines Matching refs:lrint
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()
540 (F(lrint)) (TYPE x) in F() argument