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

/freebsd-11-stable/sys/dev/syscons/plasma/
H A Dfp16.c46 signed int log2x; local
53 log2x = flsl(x) - 1;
54 if (log2x >= 16) {
55 y = x >> (log2x - 16) / 2;
58 y = x << (16 - log2x) / 2;
/freebsd-11-stable/lib/msun/tests/
H A Dlogarithm_test.c197 long double log2x; member in struct:__anon4753
226 test_tol(log2, tests[i].x, tests[i].log2x, DBL_ULP());
227 test_tol(log2f, tests[i].x, tests[i].log2x, FLT_ULP());
228 test_tol(log2l, tests[i].x, tests[i].log2x, LDBL_ULP());

Completed in 45 milliseconds