Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dmath_benchmark.cpp434 f = log2f(*cin); in BM_math_log2f_speccpu2017()
467 f = log2f(f * zero + *cin); in BM_math_log2f_speccpu2017_latency()
/bionic/libm/
Dlibm.map.txt185 log2f; # introduced-arm=18 introduced-arm64=21 introduced-x86=18 introduced-x86_64=21
/bionic/tests/headers/posix/
Dmath_h.c251 FUNCTION(log2f, float (*f)(float)); in math_h()
/bionic/tests/
Dmath_test.cpp647 TEST(MATH_TEST, log2f) { in TEST() argument
648 ASSERT_FLOAT_EQ(12.0f, log2f(4096.0f)); in TEST()
1652 ASSERT_FLOAT_EQ(5.0f, exp2f(log2f(5))); in TEST()
1970 DoMathDataTest<1>(g_log2f_intel_data, log2f); in TEST()
/bionic/libc/include/
Dmath.h167 float log2f(float __x) __INTRODUCED_IN(18);
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h874 #define __ieee754_log2f log2f
/bionic/libc/tools/
Dposix-2013.txt520 log2f
/bionic/docs/
Dstatus.md265 * <math.h> `log2`, `log2f`.