Home
last modified time | relevance | path

Searched refs:log10f (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/include/
Dmath.h318 float log10f(float);
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h421 #define __ieee754_log10f log10f
/bionic/tests/
Dmath_test.cpp416 TEST(math, log10f) { in TEST() argument
417 ASSERT_FLOAT_EQ(3.0f, log10f(1000.0f)); in TEST()