Home
last modified time | relevance | path

Searched refs:powf (Results 1 – 12 of 12) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cpowf.c66 r = powf (absa, x); in cpowf()
Dmath_private.h868 #define __ieee754_powf powf
/bionic/benchmarks/
Dmath_benchmark.cpp341 f = powf(cin->first, cin->second); in BM_math_powf_speccpu2006()
352 f = powf(f * zero + cin->first, cin->second); in BM_math_powf_speccpu2017_latency()
374 d = powf(d * zero + cin->first, cin->second); in BM_math_pow_speccpu2017_latency()
/bionic/tests/
Dmath_test.cpp737 TEST(MATH_TEST, powf) { in TEST() argument
738 ASSERT_TRUE(isnanf(powf(nanf(""), 3.0f))); in TEST()
739 ASSERT_FLOAT_EQ(1.0f, (powf(1.0f, nanf("")))); in TEST()
740 ASSERT_TRUE(isnanf(powf(2.0f, nanf("")))); in TEST()
741 ASSERT_FLOAT_EQ(8.0f, powf(2.0f, 3.0f)); in TEST()
2030 DoMathDataTest<1>(g_powf_intel_data, powf); in TEST()
/bionic/libm/
Dlibm.map.txt214 powf;
/bionic/tests/headers/posix/
Dmath_h.c288 FUNCTION(powf, float (*f)(float, float)); in math_h()
/bionic/libc/include/
Dmath.h200 float powf(float __x, float __y);
/bionic/libc/tools/
Dposix-2013.txt707 powf
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_014.S2387 CALL(powf)
Dliblinker_reloc_bench_002.S5398 CALL(powf)
Dliblinker_reloc_bench_030.S18369 CALL(powf)
Dliblinker_reloc_bench_087.S34903 CALL(powf)