Home
last modified time | relevance | path

Searched refs:log10l (Results 1 – 7 of 7) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_log10.c93 __weak_reference(log10, log10l);
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_logl.c705 log10l(long double x) in log10l() function
/bionic/tests/headers/posix/
Dmath_h.c246 FUNCTION(log10l, long double (*f)(long double)); in math_h()
/bionic/libm/
Dlibm.map.txt180 log10l; # introduced=21
/bionic/libc/include/
Dmath.h158 long double log10l(long double __x) __RENAME_LDBL(log10, 3, 21);
/bionic/libc/tools/
Dposix-2013.txt516 log10l
/bionic/tests/
Dmath_test.cpp704 TEST(MATH_TEST, log10l) { in TEST() argument
705 ASSERT_DOUBLE_EQ(3.0L, log10l(1000.0L)); in TEST()