Symbol: FLT_ULP
lib/msun/tests/cexp_test.c
260
test_tol(cexpf, CMPLXL(a, b), CMPLXL(x, y), 1 * FLT_ULP());
lib/msun/tests/cexp_test.c
281
CMPLXL(INFINITY, 4.80265603e-07), 2 * FLT_ULP());
lib/msun/tests/cexp_test.c
283
CMPLXL(INFINITY, 1.7101492622e-06f), 2 * FLT_ULP());
lib/msun/tests/cexp_test.c
285
CMPLXL(INFINITY, 3.396809344e+38f), 2 * FLT_ULP());
lib/msun/tests/cexp_test.c
287
CMPLXL(INFINITY, 1.1163382522e+16f), 2 * FLT_ULP());
lib/msun/tests/cexp_test.c
289
CMPLXL(INFINITY, 5.7878851079e+37f), 2 * FLT_ULP());
lib/msun/tests/cexp_test.c
92
test_tol(cexpf, x, result, tol * FLT_ULP()); \
lib/msun/tests/ctrig_test.c
118
test_tol(func##f, x, result, tol * FLT_ULP()); \
lib/msun/tests/ctrig_test.c
122
test_odd_tol(func##f, x, result, tol * FLT_ULP()); \
lib/msun/tests/ctrig_test.c
126
test_even_tol(func##f, x, result, tol * FLT_ULP()); \
lib/msun/tests/ctrig_test.c
327
test_odd_tol(csinhf, z, CMPLXL(sinhf(nums[i]), 0), FLT_ULP());
lib/msun/tests/ctrig_test.c
328
test_even_tol(ccoshf, z, CMPLXL(coshf(nums[i]), 0), FLT_ULP());
lib/msun/tests/ctrig_test.c
333
1.3 * FLT_ULP());
lib/msun/tests/ctrig_test.c
335
copysign(0, cosf(nums[i]))), FLT_ULP());
lib/msun/tests/ctrig_test.c
337
-copysign(0, sinf(nums[i]))), 2 * FLT_ULP());
lib/msun/tests/ctrig_test.c
338
test_odd_tol(ctanf, z, CMPLXL(tanf(nums[i]), 0), FLT_ULP());
lib/msun/tests/ctrig_test.c
352
sinf(nums[i])), FLT_ULP());
lib/msun/tests/ctrig_test.c
354
copysign(0, sinf(nums[i]))), FLT_ULP());
lib/msun/tests/ctrig_test.c
355
test_odd_tol(ctanhf, z, CMPLXL(0, tanf(nums[i])), FLT_ULP());
lib/msun/tests/ctrig_test.c
356
test_odd_tol(csinf, z, CMPLXL(0, sinhf(nums[i])), FLT_ULP());
lib/msun/tests/ctrig_test.c
358
FLT_ULP());
lib/msun/tests/ctrig_test.c
360
1.3 * FLT_ULP());
lib/msun/tests/invctrig_test.c
106
test_tol(func##f, x, result, (tol) * FLT_ULP()); \
lib/msun/tests/logarithm_test.c
230
test_tol(log2f, tests[i].x, tests[i].log2x, FLT_ULP());
lib/msun/tests/logarithm_test.c
233
test_tol(logf, tests[i].x, tests[i].logex, FLT_ULP());
lib/msun/tests/logarithm_test.c
236
test_tol(log10f, tests[i].x, tests[i].log10x, FLT_ULP());
lib/msun/tests/logarithm_test.c
242
FLT_ULP());
lib/msun/tests/logarithm_test.c
260
1.82321546859847114303367992804596800640e-1L, FLT_ULP());
lib/msun/tests/logarithm_test.c
267
-2.23143536413048672940940199918017467652e-1L, FLT_ULP());