Home
last modified time | relevance | path

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

/freebsd/lib/msun/tests/
H A Dlogarithm_test.c191 long double log10x; in ATF_TC_BODY() member
235 test_tol(log10, tests[i].x, tests[i].log10x, DBL_ULP()); in ATF_TC_BODY()
236 test_tol(log10f, tests[i].x, tests[i].log10x, FLT_ULP()); in ATF_TC_BODY()
237 test_tol(log10l, tests[i].x, tests[i].log10x, LDBL_ULP()); in ATF_TC_BODY()