Home
last modified time | relevance | path

Searched refs:FLT_ULP (Results 1 – 3 of 3) sorted by relevance

/dragonfly/tools/regression/lib/libm/
HDtest-cexp.c42 #define FLT_ULP() ldexpl(1.0, 1 - FLT_MANT_DIG) macro
107 test_tol(cexpf, x, result, tol * FLT_ULP()); \
333 test_tol(cexpf, cpackl(a, b), cpackl(x, y), 1 * FLT_ULP()); in test_small()
354 cpackl(INFINITY, 4.80265603e-07), 2 * FLT_ULP()); in test_large()
356 cpackl(INFINITY, 1.7101492622e-06f), 2 * FLT_ULP()); in test_large()
358 cpackl(INFINITY, 3.396809344e+38f), 2 * FLT_ULP()); in test_large()
360 cpackl(INFINITY, 1.1163382522e+16f), 2 * FLT_ULP()); in test_large()
362 cpackl(INFINITY, 5.7878851079e+37f), 2 * FLT_ULP()); in test_large()
HDtest-invctrig.c44 #define FLT_ULP() ldexpl(1.0, 1 - FLT_MANT_DIG) macro
125 test_tol(func##f, x, result, (tol) * FLT_ULP()); \
HDtest-ctrig.c44 #define FLT_ULP() ldexpl(1.0, 1 - FLT_MANT_DIG) macro
143 test_tol(func##f, x, result, tol * FLT_ULP()); \