Home
last modified time | relevance | path

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

/src/lib/msun/src/
H A De_powf.c21 dp_h[] = { 0.0, 5.84960938e-01,}, /* 0x3f15c000 */ variable
196 t1 = (((z_h+z_l)+dp_h[k])+t); in powf()
199 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in powf()
H A De_pow.c62 dp_h[] = { 0.0, 5.84962487220764160156e-01,}, /* 0x3FE2B803, 0x40000000 */ variable
251 t1 = (((z_h+z_l)+dp_h[k])+t); in pow()
253 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in pow()
/src/lib/msun/ld128/
H A De_powl.c73 static const long double dp_h[] = { variable
355 t1 = (((z_h + z_l) + dp_h[k]) + t); in powl()
360 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h); in powl()