Home
last modified time | relevance | path

Searched refs:P3 (Results 1 – 11 of 11) sorted by relevance

/picolibc-latest/newlib/libm/ld/ld80/
Ds_expm1l.c71 P3 = 1.800826371455042224581246202420972737840E1L, variable
124 + P3) * x in expm1l()
Ds_exp2l.c46 P3 = 0x1.c6b08d7049fap-5, variable
263 …r = t_lo + (t_hi + t_lo) * z * ((long double)P1 + z * ((long double)P2 + z * ((long double)P3 + z … in exp2l()
/picolibc-latest/newlib/libm/math/
Dsf_exp.c36 P3 = 6.6137559770e-05, /* 0x388ab355 */ variable
81 c = x - t * (P1 + t * (P2 + t * (P3 + t * (P4 + t * P5)))); in expf()
Ds_exp.c97 P3 = _F_64(6.61375632143793436117e-05), /* 0x3F11566A, 0xAF25DE2C */ variable
148 c = x - t * (P1 + t * (P2 + t * (P3 + t * (P4 + t * P5)))); in exp64()
Dsf_pow.c42 P3 = 6.6137559770e-05, /* 0x388ab355 */ variable
281 t1 = z - t * (P1 + t * (P2 + t * (P3 + t * (P4 + t * P5)))); in powf()
Ds_pow.c83 P3 = _F_64(6.61375632143793436117e-05), /* 0x3F11566A, 0xAF25DE2C */ variable
344 t1 = z - t * (P1 + t * (P2 + t * (P3 + t * (P4 + t * P5)))); in pow64()
/picolibc-latest/newlib/libm/ld/ld128/
Ds_expm1l.c66 P3 = -7.212432713558031519943281748462837065308E5L, variable
141 + P5) * x + P4) * x + P3) * x + P2) * x + P1) * x + P0) * x; in expm1l()
Ds_exp2l.c46 P3 = 0x1.c6b08d704a0bf8b33a762bad3459p-5L, variable
413 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6 in exp2l()
Ds_log1pl.c74 P3 = 3.007007295140399532324943111654767187848E5L, variable
222 + P3) * x in log1pl()
/picolibc-latest/newlib/libc/machine/bfin/
Dsetjmp.S35 [P0 + 0x0C] = P3;
Dlongjmp.S34 P3 = [P0 + 0x0C]; define