Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cpowf.c66 r = powf (absa, x); in cpowf()
De_powf.c59 powf(float x, float y) in powf() function
/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.cpp772 TEST(math_h, powf) { in TEST() argument
773 ASSERT_TRUE(isnanf(powf(nanf(""), 3.0f))); in TEST()
774 ASSERT_FLOAT_EQ(1.0f, (powf(1.0f, nanf("")))); in TEST()
775 ASSERT_TRUE(isnanf(powf(2.0f, nanf("")))); in TEST()
776 ASSERT_FLOAT_EQ(8.0f, powf(2.0f, 3.0f)); in TEST()
2101 DoMathDataTest<1>(g_powf_intel_data, powf); in TEST()
/bionic/tests/headers/posix/
Dmath_h.c288 FUNCTION(powf, float (*f)(float, float)); in math_h()
/bionic/libm/
Dlibm.map.txt214 powf;
/bionic/libc/include/
Dmath.h197 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)