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

/freebsd-13-stable/lib/msun/src/
H A De_log2.c116 __weak_reference(log2, log2l);
H A Dmath.h478 long double log2l(long double);
/freebsd-13-stable/lib/msun/tests/
H A Dlogarithm_test.c82 test(log2l, x, result, exceptmask, excepts); \
143 ATF_CHECK_EQ(i, log2l(ldexpl(1.0, i)));
160 /* logl, log2l, and log10l don't pass yet. */
229 test_tol(log2l, tests[i].x, tests[i].log2x, LDBL_ULP());
/freebsd-13-stable/lib/msun/
H A DMakefile228 log.3 log2.3 log.3 log2f.3 log.3 log2l.3
/freebsd-13-stable/lib/msun/ld128/
H A Ds_logl.c723 log2l(long double x) function
/freebsd-13-stable/lib/msun/ld80/
H A Ds_logl.c705 log2l(long double x) function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h967 __tg_log2(long double __x) {return log2l(__x);}
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h230 long double log2l(long double x);
1327 inline _LIBCPP_INLINE_VISIBILITY long double log2(long double __lcpp_x) _NOEXCEPT {return ::log2l(__lcpp_x);}

Completed in 96 milliseconds