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

/freebsd-11.0-release/lib/msun/tests/
H A Dlogarithm_test.c198 long double log10x; member in struct:__anon6975
231 test_tol(log10, tests[i].x, tests[i].log10x, DBL_ULP());
232 test_tol(log10f, tests[i].x, tests[i].log10x, FLT_ULP());
233 test_tol(log10l, tests[i].x, tests[i].log10x, LDBL_ULP());

Completed in 49 milliseconds