Home
last modified time | relevance | path

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

/math/
A Dauto-libm-test-out-pow1 pow 0 0
26 pow 0 -0
51 pow -0 0
76 pow -0 -0
101 pow 10 0
126 pow 10 -0
151 pow -10 0
201 pow 1 1
226 pow 1 -1
1087 pow 0 1
[all …]
A Dlibm-test-pow.inc1 /* Test pow.
58 TEST_ff_f (pow, plus_infty, -1, 0, ERRNO_UNCHANGED),
125 /* pow (x, qNaN or sNaN) == qNaN. */
185 /* pow (x, +-0) == 1. */
259 /* pow (x, +inf) == +inf for |x| > 1. */
262 /* pow (x, +inf) == +0 for |x| < 1. */
265 /* pow (x, -inf) == +0 for |x| > 1. */
268 /* pow (x, -inf) == +inf for |x| < 1. */
271 /* pow (+inf, y) == +inf for y > 0. */
290 /* pow (+inf, y) == +0 for y < 0. */
[all …]
A Dauto-libm-test-in6717 pow 0 0
6718 pow 0 -0
6719 pow -0 0
6722 pow 10 0
6727 pow 1 1
6728 pow 1 -1
6753 pow 0 1
6754 pow 0 11
6756 pow -0 1
6759 pow 0 2
[all …]
A Dtest-tgmath.c258 a = pow (pow (x, a), pow (c, b)); in F()
308 a = pow (i, c); in F()
333 z = pow (pow (a, d), pow (b, z)); in F()
371 a = pow (y, y); in F()
420 a = pow (i, y); in F()
438 d = pow ((const complex TYPE) z, (const complex TYPE) z); in F()
645 (F(pow)) (TYPE x, TYPE y) in TYPE() argument
A Dtest-tgmath-int.c51 CHECK_RET_CONST_DOUBLE (pow (i, i), "pow (i, i)"); in do_test()
52 CHECK_RET_CONST_DOUBLE (pow (i, i), "pow (i, i)"); in do_test()
53 CHECK_RET_CONST_DOUBLE (pow (i, f), "pow (i, f)"); in do_test()
54 CHECK_RET_CONST_DOUBLE (pow (i, d), "pow (i, d)"); in do_test()
55 CHECK_RET_CONST_DOUBLE (pow (f, i), "pow (f, i)"); in do_test()
56 CHECK_RET_CONST_DOUBLE (pow (d, i), "pow (d, i)"); in do_test()
A Dtest-tgmath2.c376 BINARY_CTEST (pow, pow); in test_pow()
572 (F(pow)) (TYPE x, TYPE y) in TYPE() argument
A Dw_pow.c7 versioned_symbol (libm, __pow, pow, GLIBC_2_29);
8 libm_alias_double_other (__pow, pow)
A DVersions79 pow; powf; powl;
580 exp; exp2; log; log2; pow;
A Dtgmath.h797 #define pow(Val1, Val2) __TGMATH_BINARY_REAL_IMAG (Val1, Val2, pow, cpow) macro
A DMakefile290 lgamma log log10 log1p log2 pow sin sincos sinh sqrt \
382 sin tan cosh sinh tanh exp log pow sqrt fabs carg cimag conj \
A Dw_powf.c8 libm_alias_float_other (__pow, pow)
A Dw_pow_template.c50 declare_mgen_alias (__pow, pow)
A Dw_powl_compat.c62 libm_alias_ldouble (__pow, pow)
A Dw_pow_compat.c65 compat_symbol (libm, __pow_compat, pow, GLIBC_2_0);
A Datest-exp.c113 const double sf = pow (2, mpbpl); in do_test()
A Datest-exp2.c150 const double sf = pow (2, mpbpl); in do_test()
A Datest-sincos.c152 const double sf = pow (2, mpbpl); in do_test()
/math/bits/
A Dmathcalls.h140 __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));

Completed in 756 milliseconds