Searched refs:pow (Results 1 – 18 of 18) sorted by relevance
/math/ |
A D | auto-libm-test-out-pow | 1 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 D | libm-test-pow.inc | 1 /* 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 D | auto-libm-test-in | 6717 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 D | test-tgmath.c | 258 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 D | test-tgmath-int.c | 51 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 D | test-tgmath2.c | 376 BINARY_CTEST (pow, pow); in test_pow() 572 (F(pow)) (TYPE x, TYPE y) in TYPE() argument
|
A D | w_pow.c | 7 versioned_symbol (libm, __pow, pow, GLIBC_2_29); 8 libm_alias_double_other (__pow, pow)
|
A D | Versions | 79 pow; powf; powl; 580 exp; exp2; log; log2; pow;
|
A D | tgmath.h | 797 #define pow(Val1, Val2) __TGMATH_BINARY_REAL_IMAG (Val1, Val2, pow, cpow) macro
|
A D | Makefile | 290 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 D | w_powf.c | 8 libm_alias_float_other (__pow, pow)
|
A D | w_pow_template.c | 50 declare_mgen_alias (__pow, pow)
|
A D | w_powl_compat.c | 62 libm_alias_ldouble (__pow, pow)
|
A D | w_pow_compat.c | 65 compat_symbol (libm, __pow_compat, pow, GLIBC_2_0);
|
A D | atest-exp.c | 113 const double sf = pow (2, mpbpl); in do_test()
|
A D | atest-exp2.c | 150 const double sf = pow (2, mpbpl); in do_test()
|
A D | atest-sincos.c | 152 const double sf = pow (2, mpbpl); in do_test()
|
/math/bits/ |
A D | mathcalls.h | 140 __MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
|
Completed in 756 milliseconds