Searched refs:pow (Results 1 – 17 of 17) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_cpow.c | 67 r = pow (absa, x); in cpow()
|
D | e_pow.c | 313 __weak_reference(pow, powl);
|
D | math_private.h | 842 #define __ieee754_pow pow
|
/bionic/libc/include/ |
D | math.h | 199 double pow(double __x, double __y); 201 long double powl(long double __x, long double __y) __RENAME_LDBL(pow, 3, 21);
|
/bionic/tests/headers/posix/ |
D | tgmath_h.c | 70 TGMATH2C(pow); in tgmath_h()
|
D | math_h.c | 287 FUNCTION(pow, double (*f)(double, double)); in math_h()
|
/bionic/tests/ |
D | math_test.cpp | 730 TEST(MATH_TEST, pow) { in TEST() argument 731 ASSERT_TRUE(isnan(pow(nan(""), 3.0))); in TEST() 732 ASSERT_DOUBLE_EQ(1.0, (pow(1.0, nan("")))); in TEST() 733 ASSERT_TRUE(isnan(pow(2.0, nan("")))); in TEST() 734 ASSERT_DOUBLE_EQ(8.0, pow(2.0, 3.0)); in TEST() 2025 DoMathDataTest<1>(g_pow_intel_data, pow); in TEST()
|
/bionic/libm/ |
D | libm.map.txt | 213 pow;
|
/bionic/benchmarks/ |
D | math_benchmark.cpp | 363 f = pow(cin->first, cin->second); in BM_math_pow_speccpu2006()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 708 pow
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_141.S | 2053 CALL(pow)
|
D | liblinker_reloc_bench_138.S | 9732 CALL(pow)
|
D | liblinker_reloc_bench_151.S | 13925 CALL(pow)
|
D | liblinker_reloc_bench_000.S | 10121 CALL(pow)
|
D | liblinker_reloc_bench_030.S | 19738 CALL(pow)
|
D | liblinker_reloc_bench_152.S | 28477 CALL(pow)
|
D | liblinker_reloc_bench_087.S | 37161 CALL(pow)
|