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

/freebsd-11.0-release/lib/msun/tests/
H A Dlogarithm_test.c197 long double logex; member in struct:__anon6975
228 test_tol(log, tests[i].x, tests[i].logex, DBL_ULP());
229 test_tol(logf, tests[i].x, tests[i].logex, FLT_ULP());
230 test_tol(logl, tests[i].x, tests[i].logex, LDBL_ULP());
235 test_tol(log1p, tests[i].x - 1, tests[i].logex,
237 test_tol(log1pf, tests[i].x - 1, tests[i].logex,
239 test_tol(log1pl, tests[i].x - 1, tests[i].logex,

Completed in 101 milliseconds