Home
last modified time | relevance | path

Searched refs:pow (Results 1 – 17 of 17) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cpow.c67 r = pow (absa, x); in cpow()
De_pow.c313 __weak_reference(pow, powl);
Dmath_private.h842 #define __ieee754_pow pow
/bionic/libc/include/
Dmath.h199 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/
Dtgmath_h.c70 TGMATH2C(pow); in tgmath_h()
Dmath_h.c287 FUNCTION(pow, double (*f)(double, double)); in math_h()
/bionic/tests/
Dmath_test.cpp730 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/
Dlibm.map.txt213 pow;
/bionic/benchmarks/
Dmath_benchmark.cpp363 f = pow(cin->first, cin->second); in BM_math_pow_speccpu2006()
/bionic/libc/tools/
Dposix-2013.txt708 pow
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_141.S2053 CALL(pow)
Dliblinker_reloc_bench_138.S9732 CALL(pow)
Dliblinker_reloc_bench_151.S13925 CALL(pow)
Dliblinker_reloc_bench_000.S10121 CALL(pow)
Dliblinker_reloc_bench_030.S19738 CALL(pow)
Dliblinker_reloc_bench_152.S28477 CALL(pow)
Dliblinker_reloc_bench_087.S37161 CALL(pow)