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

/freebsd-13-stable/lib/msun/src/
H A De_log10.c93 __weak_reference(log10, log10l);
H A Dmath.h476 long double log10l(long double);
/freebsd-13-stable/lib/msun/tests/
H A Dlogarithm_test.c85 test(log10l, x, result, exceptmask, excepts); \
160 /* logl, log2l, and log10l don't pass yet. */
235 test_tol(log10l, tests[i].x, tests[i].log10x, LDBL_ULP());
/freebsd-13-stable/lib/msun/
H A DMakefile225 MLINKS+=log.3 log10.3 log.3 log10f.3 log.3 log10l.3 \
/freebsd-13-stable/lib/msun/ld128/
H A Ds_logl.c705 log10l(long double x) function
/freebsd-13-stable/lib/msun/ld80/
H A Ds_logl.c687 log10l(long double x) function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h933 __tg_log10(long double __x) {return log10l(__x);}
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h104 long double log10l(long double x);
962 inline _LIBCPP_INLINE_VISIBILITY long double log10(long double __lcpp_x) _NOEXCEPT {return ::log10l(__lcpp_x);}

Completed in 134 milliseconds