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

/freebsd-13-stable/lib/msun/tests/
H A Dlogarithm_test.c189 long double log10x; member in struct:__anon7792
233 test_tol(log10, tests[i].x, tests[i].log10x, DBL_ULP());
234 test_tol(log10f, tests[i].x, tests[i].log10x, FLT_ULP());
235 test_tol(log10l, tests[i].x, tests[i].log10x, LDBL_ULP());

Completed in 55 milliseconds