Home
last modified time | relevance | path

Searched refs:pow (Results 1 – 10 of 10) 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.h197 double pow(double __x, double __y);
199 long double powl(long double __x, long double __y) __RENAME_LDBL(pow, 3, 21);
/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()
2049 DoMathDataTest<1>(g_pow_intel_data, pow); in TEST()
/bionic/tests/headers/posix/
Dmath_h.c287 FUNCTION(pow, double (*f)(double, double)); in math_h()
/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)