Searched refs:FLT_ULP (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-logarithm.c226 test_tol(log2f, tests[i].x, tests[i].log2x, FLT_ULP());
229 test_tol(logf, tests[i].x, tests[i].logex, FLT_ULP());
232 test_tol(log10f, tests[i].x, tests[i].log10x, FLT_ULP());
238 FLT_ULP());
250 1.82321546859847114303367992804596800640e-1L, FLT_ULP());
257 -2.23143536413048672940940199918017467652e-1L, FLT_ULP());
H A Dtest-ctrig.c118 test_tol(func##f, x, result, tol * FLT_ULP()); \
122 test_odd_tol(func##f, x, result, tol * FLT_ULP()); \
126 test_even_tol(func##f, x, result, tol * FLT_ULP()); \
313 test_odd_tol(csinhf, z, CMPLXL(sinhf(nums[i]), 0), FLT_ULP());
314 test_even_tol(ccoshf, z, CMPLXL(coshf(nums[i]), 0), FLT_ULP());
319 1.3 * FLT_ULP());
321 copysign(0, cosf(nums[i]))), FLT_ULP());
323 -copysign(0, sinf(nums[i]))), 2 * FLT_ULP());
324 test_odd_tol(ctanf, z, CMPLXL(tanf(nums[i]), 0), FLT_ULP());
338 sinf(nums[i])), FLT_ULP());
[all...]
H A Dtest-cexp.c88 test_tol(cexpf, x, result, tol * FLT_ULP()); \
253 test_tol(cexpf, CMPLXL(a, b), CMPLXL(x, y), 1 * FLT_ULP());
274 CMPLXL(INFINITY, 4.80265603e-07), 2 * FLT_ULP());
276 CMPLXL(INFINITY, 1.7101492622e-06f), 2 * FLT_ULP());
278 CMPLXL(INFINITY, 3.396809344e+38f), 2 * FLT_ULP());
280 CMPLXL(INFINITY, 1.1163382522e+16f), 2 * FLT_ULP());
282 CMPLXL(INFINITY, 5.7878851079e+37f), 2 * FLT_ULP());
H A Dtest-utils.h44 #define FLT_ULP() ldexpl(1.0, 1 - FLT_MANT_DIG) macro
H A Dtest-invctrig.c109 test_tol(func##f, x, result, (tol) * FLT_ULP()); \

Completed in 103 milliseconds