Home
last modified time | relevance | path

Searched refs:dp_h (Results 1 – 3 of 3) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsf_pow.c27 dp_h[] = { 0.0, 5.84960938e-01,}, /* 0x3f15c000 */ variable
227 t1 = (((z_h + z_l) + dp_h[k]) + t); in powf()
230 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h); in powf()
Ds_pow.c68 dp_h[] = { _F_64(0.0), _F_64(5.84962487220764160156e-01),}, /* 0x3FE2B803, 0x40000000 */ variable
290 t1 = (((z_h + z_l) + dp_h[k]) + t); in pow64()
292 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h); in pow64()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/
De_powl.c70 static const long double dp_h[] = { variable
365 t1 = (((z_h + z_l) + dp_h[k]) + t); in powl()
370 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h); in powl()