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

/freebsd-12-stable/lib/msun/src/
H A De_log2.c116 __weak_reference(log2, log2l);
H A Dmath.h478 long double log2l(long double);
/freebsd-12-stable/lib/msun/tests/
H A Dlogarithm_test.c89 test(log2l, x, result, exceptmask, excepts); \
150 assert(log2l(ldexpl(1.0, i)) == i);
170 /* logl, log2l, and log10l don't pass yet. */
228 test_tol(log2l, tests[i].x, tests[i].log2x, LDBL_ULP());
/freebsd-12-stable/lib/msun/
H A DMakefile228 log.3 log2.3 log.3 log2f.3 log.3 log2l.3
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h967 __tg_log2(long double __x) {return log2l(__x);}
/freebsd-12-stable/lib/msun/ld128/
H A Ds_logl.c721 log2l(long double x) function
/freebsd-12-stable/lib/msun/ld80/
H A Ds_logl.c702 log2l(long double x) function
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h230 long double log2l(long double x);
1378 inline _LIBCPP_INLINE_VISIBILITY long double log2(long double __lcpp_x) _NOEXCEPT {return ::log2l(__lcpp_x);}
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure31028 log2l(0.0l);
[all...]

Completed in 279 milliseconds