Lines Matching refs:test_tol
75 #define test_tol(func, z, result, tol) do { \ macro
91 test_tol(cexp, x, result, tol * DBL_ULP()); \
92 test_tol(cexpf, x, result, tol * FLT_ULP()); \
252 test_tol(cexp, CMPLXL(a, b), CMPLXL(x, y), 3 * DBL_ULP()); in ATF_TC_BODY()
257 test_tol(cexpf, CMPLXL(a, b), CMPLXL(x, y), 1 * FLT_ULP()); in ATF_TC_BODY()
266 test_tol(cexp, CMPLXL(709.79, 0x1p-1074), in ATF_TC_BODY()
268 test_tol(cexp, CMPLXL(1000, 0x1p-1074), in ATF_TC_BODY()
270 test_tol(cexp, CMPLXL(1400, 0x1p-1074), in ATF_TC_BODY()
272 test_tol(cexp, CMPLXL(900, 0x1.23456789abcdep-1020), in ATF_TC_BODY()
274 test_tol(cexp, CMPLXL(1300, 0x1.23456789abcdep-1020), in ATF_TC_BODY()
277 test_tol(cexpf, CMPLXL(88.73, 0x1p-149), in ATF_TC_BODY()
279 test_tol(cexpf, CMPLXL(90, 0x1p-149), in ATF_TC_BODY()
281 test_tol(cexpf, CMPLXL(192, 0x1p-149), in ATF_TC_BODY()
283 test_tol(cexpf, CMPLXL(120, 0x1.234568p-120), in ATF_TC_BODY()
285 test_tol(cexpf, CMPLXL(170, 0x1.234568p-120), in ATF_TC_BODY()