Home
last modified time | relevance | path

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

/src/lib/msun/tests/
H A Dlogarithm_test.c190 long double logex; in ATF_TC_BODY() member
232 test_tol(log, tests[i].x, tests[i].logex, DBL_ULP()); in ATF_TC_BODY()
233 test_tol(logf, tests[i].x, tests[i].logex, FLT_ULP()); in ATF_TC_BODY()
234 test_tol(logl, tests[i].x, tests[i].logex, LDBL_ULP()); in ATF_TC_BODY()
239 test_tol(log1p, tests[i].x - 1, tests[i].logex, in ATF_TC_BODY()
241 test_tol(log1pf, tests[i].x - 1, tests[i].logex, in ATF_TC_BODY()
243 test_tol(log1pl, tests[i].x - 1, tests[i].logex, in ATF_TC_BODY()