Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/
De_tgammal.c203 v = powl( x, 0.5L * x - 0.25L ); in stirf()
208 y = powl( x, x - 0.5L ) / y; in stirf()
De_powl.c186 powl(long double x, long double y) in powl() function
627 __strong_reference(powl, _powl);
/picolibc-3.7.0-3.6.0/newlib/libm/complex/
Dcpowl.c50 r = powl(absa, x); in cpowl()
/picolibc-3.7.0-3.6.0/test/
Dlong_double.c321 long double epow_top = powl(10.0L, etop * exp_sign); in naive_strtold()
322 long double epow_bot = powl(10.0L, ebot * exp_sign); in naive_strtold()
Dlong_double_gen.5c533 real powl(real x, real y) {
558 { .f = powl, .name = "powl" },
Dmath-funcs.c287 l1 = powl (l1, l2); in main()
Dlong_double_vec.h5929 long double y = powl(powl_vec[i].x0, powl_vec[i].x1); in test_powl()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/
De_powl.c143 powl(long double x, long double y) in powl() function
456 __strong_reference(powl, _powl);
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dmath.h582 extern long double powl (long double, long double);
/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dmath_config.h1329 #define _powl(x,y) powl(x,y)
/picolibc-3.7.0-3.6.0/
DREADME.md331 * Fix a couple of minor imprecisions in pow and 80-bit powl.
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-20156406 * libm/common/powl.c: Likewise.
6494 (asinl, atan2l, coshl, sinhl, expl, ldexpl, logl, log10l, powl): Ditto.
6522 * libm/common/powl.c: Likewise.