Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsf_pow.c50 cp_h = 9.6179199219e-01, /* 0x3f763800 =head of cp */ variable
223 z_h = cp_h * p_h; /* cp_h+cp_l = 2/(3*log2) */ in powf()
Ds_pow.c91 cp_h = _F_64(9.61796700954437255859e-01), /* 0x3FEEC709, 0xE0000000 =(float)cp */ variable
286 z_h = cp_h * p_h; /* cp_h+cp_l = 2/(3*log2) */ in pow64()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/
De_powl.c139 cp_h = 9.6179669392597555432899980587535537779331E-1L, variable
361 z_h = cp_h * p_h; /* cp_h+cp_l = 2/(3*log2) */ in powl()