Searched refs:log2 (Results 1 – 4 of 4) sorted by relevance
116 __weak_reference(log2, log2l);
675 #define __ieee754_log2 log2
240 double log2(double);
492 TEST(math, log2) { in TEST() argument493 ASSERT_DOUBLE_EQ(12.0, log2(4096.0)); in TEST()1339 ASSERT_DOUBLE_EQ(5.0, exp2(log2(5))); in TEST()