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

/openbsd-current/regress/lib/libm/msun/
H A Dlogarithm_test.c187 long double log2x; member in struct:__anon3
227 test_tol(log2, tests[i].x, tests[i].log2x, DBL_ULP());
228 test_tol(log2f, tests[i].x, tests[i].log2x, FLT_ULP());
229 test_tol(log2l, tests[i].x, tests[i].log2x, LDBL_ULP());

Completed in 75 milliseconds