Home
last modified time | relevance | path

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

/bionic/libm/include/
Dmath.h325 float log2f(float);
/bionic/tests/
Dmath_test.cpp496 TEST(math, log2f) { in TEST() argument
497 ASSERT_FLOAT_EQ(12.0f, log2f(4096.0f)); in TEST()
1340 ASSERT_FLOAT_EQ(5.0f, exp2f(log2f(5))); in TEST()
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h714 #define __ieee754_log2f log2f