Searched refs:powf (Results 1 – 8 of 8) 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() 2054 DoMathDataTest<1>(g_powf_intel_data, powf); in TEST()
|
/bionic/tests/headers/posix/ |
D | math_h.c | 288 FUNCTION(powf, float (*f)(float, float)); in math_h()
|
/bionic/libm/ |
D | libm.map.txt | 214 powf;
|
/bionic/libc/include/ |
D | math.h | 198 float powf(float __x, float __y);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 707 powf
|