/picolibc-latest/test/ |
D | malloc.c | 55 int err, pow; in main() local 147 for (pow = 0; pow < 4; pow++) { in main() 149 r = calloc(SIZE_MAX >> pow, SIZE_MAX >> pow); in main() 150 printf("calloc(SIZE_MAX >> %d, SIZE_MAX >> %d): %p\n", pow, pow, r); in main() 152 …printf("calloc(SIZE_MAX >> %d, SIZE_MAX >> %d) should have failed. got %p error %s\n", pow, pow, r… in main() 156 r = reallocarray(NULL, SIZE_MAX >> pow, SIZE_MAX >> pow); in main() 157 printf("reallocarray(SIZE_MAX >> %d, SIZE_MAX >> %d): %p\n", pow, pow, r); in main() 159 …SIZE_MAX >> %d, SIZE_MAX >> %d) should have failed. got %p error %s\n", pow, pow, r, strerror(errn… in main()
|
D | math_errhandling_tests.c | 626 static FLOAT_T makemathname(test_pow_neg_half)(void) { return makemathname(pow)(-makemathname(two),… in makemathname() 627 static FLOAT_T makemathname(test_pow_big)(void) { return makemathname(pow)(makemathname(two), makem… in makemathname() 628 static FLOAT_T makemathname(test_pow_negbig)(void) { return makemathname(pow)(-makemathname(big), m… in makemathname() 629 static FLOAT_T makemathname(test_pow_tiny)(void) { return makemathname(pow)(makemathname(two), -mak… in makemathname() 630 static FLOAT_T makemathname(test_pow_1_1)(void) { return makemathname(pow)(makemathname(one), makem… in makemathname() 631 static FLOAT_T makemathname(test_pow_1_2)(void) { return makemathname(pow)(makemathname(one), makem… in makemathname() 632 static FLOAT_T makemathname(test_pow_1_neg2)(void) { return makemathname(pow)(makemathname(one), ma… in makemathname() 633 static FLOAT_T makemathname(test_pow_1_inf)(void) { return makemathname(pow)(makemathname(one), mak… in makemathname() 634 static FLOAT_T makemathname(test_pow_1_neginf)(void) { return makemathname(pow)(makemathname(one), … in makemathname() 635 static FLOAT_T makemathname(test_pow_1_qnan)(void) { return makemathname(pow)(makemathname(one), ma… in makemathname() [all …]
|
D | fenv.c | 50 #define test_pow(x,y) pow(x,y)
|
D | long_double_gen.5c | 532 /* Deal with the oddities of IEEE pow */ 546 return pow(x, y);
|
D | printf_scanf.c | 163 #define pow(a,b) powf((float) (a), (float) (b)) macro
|
D | math-funcs.c | 98 d1 = pow (d1, d2); in main()
|
/picolibc-latest/newlib/libm/test/ |
D | math2.c | 66 int pow; in randy() local 68 r = frexp(r, &pow); in randy() 82 int pow; in test_frexp() local 98 r = frexp(x, &pow); in test_frexp() 105 gives = ldexp(r ,pow); in test_frexp() 116 r = (double) frexpf(xf, &pow); in test_frexp() 123 gives = (double) ldexpf(r ,pow); in test_frexp() 221 res = pow(n1, n2); in test_pow()
|
D | pow_vec.c | 164 void test_pow_vec(int m) {run_vector_1(m,pow_vec,(char *)(pow),"pow","ddd"); } in test_pow_vec()
|
/picolibc-latest/newlib/libm/machine/spu/ |
D | w_pow.c | 40 double pow(double x, double y) in pow() function
|
/picolibc-latest/newlib/libm/machine/x86/ |
D | f_pow.c | 43 return pow (x,y); in _f_pow()
|
/picolibc-latest/newlib/libm/complex/ |
D | cpow.c | 93 r = pow(absa, x); in cpow()
|
/picolibc-latest/newlib/libc/machine/x86/machine/ |
D | fastmath.h | 25 __extension__ double pow(double, double) 85 #define pow(__x,__y) _f_pow((__x),(__y)) macro
|
/picolibc-latest/newlib/libm/common/ |
D | pow.c | 300 pow (double x, double y) in pow() function 404 __strong_reference(pow, _pow); 407 _MATH_ALIAS_d_dd(pow)
|
D | CMakeLists.txt | 90 pow.c
|
D | math_config.h | 1276 #define pow64 _NAME_64(pow)
|
/picolibc-latest/newlib/libm/math/ |
D | sf_pow.c | 300 _MATH_ALIAS_f_ff(pow)
|
D | s_pow.c | 363 _MATH_ALIAS_d_dd(pow)
|
D | math.tex | 73 * Function pow:: X to the power Y
|
/picolibc-latest/newlib/ |
D | NEWS | 50 - fixes for regressions to pow/powf and tgamma functions 95 - sinf/cosf/sincosf/exp/exp2/log/log2/pow rewritten for performance and accuracy
|
D | ChangeLog-2015 | 9343 * libm/machine/spu/headers/pow.h: Ditto. 12636 * libm/mathfp/s_pow.c: (pow): Change code so 0 raised to 17553 * libm/mathfp/s_pow.c (pow): Fix checks on variable k. Add 22045 * libm/mathfp/s_pow.c (pow): New file. 22212 * libm/math/w_pow.c (pow): ditto 22801 * libm/math/w_pow.c (pow): Likewise. 26809 mathimpl.h, pow.c, remainder.c, sincos.c, sinh.h, sqrt.h, tan.c, 27025 libm/math/exp.h, libm/math/pow.h, libm/math/sincos.h, 27712 * math2.c: test for frexp, frexpf, ldexp, ldexpf, modf modff, pow, 27725 libm/math/exp.c, libm/math/pow.c, libm/math/modf.c,
|
/picolibc-latest/newlib/libc/include/ |
D | math.h | 134 extern double pow (double, double);
|
/picolibc-latest/ |
D | README.md | 459 * Fix a couple of minor imprecisions in pow and 80-bit powl.
|
D | COPYING.picolibc | 2495 newlib/libm/common/pow.c 2610 newlib/libm/machine/spu/headers/pow.h
|