Searched refs:powf (Results 1 – 12 of 12) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_cpowf.c | 66 r = powf (absa, x); in cpowf()
|
D | math_private.h | 868 #define __ieee754_powf powf
|
/bionic/benchmarks/ |
D | math_benchmark.cpp | 341 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/ |
D | math_test.cpp | 737 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/ |
D | libm.map.txt | 214 powf;
|
/bionic/tests/headers/posix/ |
D | math_h.c | 288 FUNCTION(powf, float (*f)(float, float)); in math_h()
|
/bionic/libc/include/ |
D | math.h | 200 float powf(float __x, float __y);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 707 powf
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_014.S | 2387 CALL(powf)
|
D | liblinker_reloc_bench_002.S | 5398 CALL(powf)
|
D | liblinker_reloc_bench_030.S | 18369 CALL(powf)
|
D | liblinker_reloc_bench_087.S | 34903 CALL(powf)
|