Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cpow.c67 r = pow (absa, x); in cpow()
De_pow.c101 pow(double x, double y) in pow() function
313 __weak_reference(pow, powl);
/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.cpp765 TEST(math_h, pow) { in TEST() argument
766 ASSERT_TRUE(isnan(pow(nan(""), 3.0))); in TEST()
767 ASSERT_DOUBLE_EQ(1.0, (pow(1.0, nan("")))); in TEST()
768 ASSERT_TRUE(isnan(pow(2.0, nan("")))); in TEST()
769 ASSERT_DOUBLE_EQ(8.0, pow(2.0, 3.0)); in TEST()
2096 DoMathDataTest<1>(g_pow_intel_data, pow); in TEST()
/bionic/libm/
Dlibm.map.txt213 pow;
/bionic/libc/include/
Dmath.h196 double pow(double __x, double __y);
/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)