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

/barrelfish-master/usr/tests/msun/
H A Dlogarithm_test.c196 long double log2x; member in struct:__anon1797
225 test_tol(log2, tests[i].x, tests[i].log2x, DBL_ULP());
226 test_tol(log2f, tests[i].x, tests[i].log2x, FLT_ULP());
227 test_tol(log2l, tests[i].x, tests[i].log2x, LDBL_ULP());

Completed in 30 milliseconds