Home
last modified time | relevance | path

Searched refs:test_tol (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/tools/regression/lib/msun/
Dtest-cexp.c91 #define test_tol(func, z, result, tol) do { \ macro
107 test_tol(cexp, x, result, tol * DBL_ULP()); \
108 test_tol(cexpf, x, result, tol * FLT_ULP()); \
329 test_tol(cexp, cpackl(a, b), cpackl(x, y), 3 * DBL_ULP()); in test_small()
334 test_tol(cexpf, cpackl(a, b), cpackl(x, y), 1 * FLT_ULP()); in test_small()
343 test_tol(cexp, cpackl(709.79, 0x1p-1074), in test_large()
345 test_tol(cexp, cpackl(1000, 0x1p-1074), in test_large()
347 test_tol(cexp, cpackl(1400, 0x1p-1074), in test_large()
349 test_tol(cexp, cpackl(900, 0x1.23456789abcdep-1020), in test_large()
351 test_tol(cexp, cpackl(1300, 0x1.23456789abcdep-1020), in test_large()
[all …]
Dtest-invtrig.c58 #define test_tol(func, x, result, tol, excepts) do { \ macro
65 test_tol(func, (x), (result), 0, (excepts))
68 test_tol(prefix, (double)(x), (double)(result), \
70 test_tol(prefix##f, (float)(x), (float)(result), \
79 test_tol(prefix##l, (x), (result), \