Home
last modified time | relevance | path

Searched refs:log10 (Results 1 – 6 of 6) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_log10.c93 __weak_reference(log10, log10l);
Dmath_private.h687 #define __ieee754_log10 log10
/bionic/benchmarks/
Dmath_benchmark.cpp45 d += log10(v); in BM_math_log10()
/bionic/libstdc++/include/
Dcmath61 using ::log10;
/bionic/libm/include/
Dmath.h208 double log10(double);
/bionic/tests/
Dmath_test.cpp504 TEST(math, log10) { in TEST() argument
505 ASSERT_DOUBLE_EQ(3.0, log10(1000.0)); in TEST()