Home
last modified time | relevance | path

Searched refs:exp2f (Results 1 – 9 of 9) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_exp2f.c97 exp2f(float x) in exp2f() function
/bionic/benchmarks/
Dmath_benchmark.cpp292 f = exp2f(*cin); in BM_math_exp2f_speccpu2017()
303 f = exp2f(f * zero + *cin); in BM_math_exp2f_speccpu2017_latency()
/bionic/libm/
Dlibm.map.txt100 exp2f;
/bionic/tests/headers/posix/
Dmath_h.c175 FUNCTION(exp2f, float (*f)(float)); in math_h()
/bionic/tests/
Dmath_test.cpp710 TEST(MATH_TEST, exp2f) { in TEST() argument
711 ASSERT_FLOAT_EQ(8.0f, exp2f(3.0f)); in TEST()
1652 ASSERT_FLOAT_EQ(5.0f, exp2f(log2f(5))); in TEST()
1800 DoMathDataTest<1>(g_exp2f_intel_data, exp2f); in TEST()
/bionic/libc/include/
Dmath.h135 float exp2f(float __x);
/bionic/libc/tools/
Dposix-2013.txt214 exp2f
/bionic/benchmarks/linker_relocation/gen/
Dlinker_reloc_bench_main.S3680 CALL(exp2f)
Dliblinker_reloc_bench_030.S19610 CALL(exp2f)