Lines Matching refs:ldexp
257 TEST (ldexp (vfloat1, 6), float, ldexp); in test_ldexp()
258 TEST (ldexp (vdouble1, 6), double, ldexp); in test_ldexp()
259 TEST (ldexp (vldouble1, 6), ldouble, ldexp); in test_ldexp()
260 TEST (ldexp (vint1, 6), double, ldexp); in test_ldexp()
261 TEST (ldexp (vllong1, 6), double, ldexp); in test_ldexp()
262 TEST (ldexp (Vfloat1, 6), float, ldexp); in test_ldexp()
263 TEST (ldexp (Vdouble1, 6), double, ldexp); in test_ldexp()
264 TEST (ldexp (Vldouble1, 6), ldouble, ldexp); in test_ldexp()
265 TEST (ldexp (Vint1, 6), double, ldexp); in test_ldexp()
266 TEST (ldexp (Vllong1, 6), double, ldexp); in test_ldexp()
548 (F(ldexp)) (TYPE x, int y) in TYPE() argument