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

/freebsd-12-stable/lib/msun/tests/
H A Dlogarithm_test.c76 #define test_tol(func, z, result, tol) do { \ macro
226 test_tol(log2, tests[i].x, tests[i].log2x, DBL_ULP());
227 test_tol(log2f, tests[i].x, tests[i].log2x, FLT_ULP());
228 test_tol(log2l, tests[i].x, tests[i].log2x, LDBL_ULP());
229 test_tol(log, tests[i].x, tests[i].logex, DBL_ULP());
230 test_tol(logf, tests[i].x, tests[i].logex, FLT_ULP());
231 test_tol(logl, tests[i].x, tests[i].logex, LDBL_ULP());
232 test_tol(log10, tests[i].x, tests[i].log10x, DBL_ULP());
233 test_tol(log10f, tests[i].x, tests[i].log10x, FLT_ULP());
234 test_tol(log10
[all...]
H A Dcexp_test.c78 #define test_tol(func, z, result, tol) do { \ macro
95 test_tol(cexp, x, result, tol * DBL_ULP()); \
96 test_tol(cexpf, x, result, tol * FLT_ULP()); \
261 test_tol(cexp, CMPLXL(a, b), CMPLXL(x, y), 3 * DBL_ULP());
266 test_tol(cexpf, CMPLXL(a, b), CMPLXL(x, y), 1 * FLT_ULP());
275 test_tol(cexp, CMPLXL(709.79, 0x1p-1074),
277 test_tol(cexp, CMPLXL(1000, 0x1p-1074),
279 test_tol(cexp, CMPLXL(1400, 0x1p-1074),
281 test_tol(cexp, CMPLXL(900, 0x1.23456789abcdep-1020),
283 test_tol(cex
[all...]
H A Dinvtrig_test.c55 #define test_tol(func, x, result, tol, excepts) do { \ macro
62 test_tol(func, (x), (result), 0, (excepts))
65 test_tol(prefix, (double)(x), (double)(result), \
67 test_tol(prefix##f, (float)(x), (float)(result), \
76 test_tol(prefix##l, (x), (result), \
H A Dctrig_test.c87 #define test_tol(func, z, result, tol) do { \ macro
92 test_tol(func, z, result, tol); \
93 test_tol(func, -(z), -(result), tol); \
96 test_tol(func, z, result, tol); \
97 test_tol(func, -(z), result, tol); \
119 test_tol(func, x, result, tol * DBL_ULP()); \
120 test_tol(func##f, x, result, tol * FLT_ULP()); \
H A Dinvctrig_test.c85 #define test_tol(func, z, result, tol) do { \ macro
109 test_tol(func, x, result, (tol) * DBL_ULP()); \
110 test_tol(func##f, x, result, (tol) * FLT_ULP()); \

Completed in 48 milliseconds