Searched refs:powl (Results 1 – 12 of 12) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/ |
D | e_tgammal.c | 203 v = powl( x, 0.5L * x - 0.25L ); in stirf() 208 y = powl( x, x - 0.5L ) / y; in stirf()
|
D | e_powl.c | 186 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/ |
D | cpowl.c | 50 r = powl(absa, x); in cpowl()
|
/picolibc-3.7.0-3.6.0/test/ |
D | long_double.c | 321 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()
|
D | long_double_gen.5c | 533 real powl(real x, real y) { 558 { .f = powl, .name = "powl" },
|
D | math-funcs.c | 287 l1 = powl (l1, l2); in main()
|
D | long_double_vec.h | 5929 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/ |
D | e_powl.c | 143 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/ |
D | math.h | 582 extern long double powl (long double, long double);
|
/picolibc-3.7.0-3.6.0/newlib/libm/common/ |
D | math_config.h | 1329 #define _powl(x,y) powl(x,y)
|
/picolibc-3.7.0-3.6.0/ |
D | README.md | 331 * Fix a couple of minor imprecisions in pow and 80-bit powl.
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 6406 * libm/common/powl.c: Likewise. 6494 (asinl, atan2l, coshl, sinhl, expl, ldexpl, logl, log10l, powl): Ditto. 6522 * libm/common/powl.c: Likewise.
|