Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dmalloc.c55 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()
Dmath_errhandling_tests.c626 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 …]
Dfenv.c50 #define test_pow(x,y) pow(x,y)
Dlong_double_gen.5c532 /* Deal with the oddities of IEEE pow */
546 return pow(x, y);
Dprintf_scanf.c163 #define pow(a,b) powf((float) (a), (float) (b)) macro
Dmath-funcs.c98 d1 = pow (d1, d2); in main()
/picolibc-latest/newlib/libm/test/
Dmath2.c66 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()
Dpow_vec.c164 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/
Dw_pow.c40 double pow(double x, double y) in pow() function
/picolibc-latest/newlib/libm/machine/x86/
Df_pow.c43 return pow (x,y); in _f_pow()
/picolibc-latest/newlib/libm/complex/
Dcpow.c93 r = pow(absa, x); in cpow()
/picolibc-latest/newlib/libc/machine/x86/machine/
Dfastmath.h25 __extension__ double pow(double, double)
85 #define pow(__x,__y) _f_pow((__x),(__y)) macro
/picolibc-latest/newlib/libm/common/
Dpow.c300 pow (double x, double y) in pow() function
404 __strong_reference(pow, _pow);
407 _MATH_ALIAS_d_dd(pow)
DCMakeLists.txt90 pow.c
Dmath_config.h1276 #define pow64 _NAME_64(pow)
/picolibc-latest/newlib/libm/math/
Dsf_pow.c300 _MATH_ALIAS_f_ff(pow)
Ds_pow.c363 _MATH_ALIAS_d_dd(pow)
Dmath.tex73 * Function pow:: X to the power Y
/picolibc-latest/newlib/
DNEWS50 - fixes for regressions to pow/powf and tgamma functions
95 - sinf/cosf/sincosf/exp/exp2/log/log2/pow rewritten for performance and accuracy
DChangeLog-20159343 * 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/
Dmath.h134 extern double pow (double, double);
/picolibc-latest/
DREADME.md459 * Fix a couple of minor imprecisions in pow and 80-bit powl.
DCOPYING.picolibc2495 newlib/libm/common/pow.c
2610 newlib/libm/machine/spu/headers/pow.h