Home
last modified time | relevance | path

Searched refs:log2 (Results 1 – 4 of 4) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_log2.c116 __weak_reference(log2, log2l);
Dmath_private.h675 #define __ieee754_log2 log2
/bionic/libm/include/
Dmath.h240 double log2(double);
/bionic/tests/
Dmath_test.cpp492 TEST(math, log2) { in TEST() argument
493 ASSERT_DOUBLE_EQ(12.0, log2(4096.0)); in TEST()
1339 ASSERT_DOUBLE_EQ(5.0, exp2(log2(5))); in TEST()