Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsf_pow.c45 lg2 = 6.9314718246e-01, /* 0x3f317218 */ variable
276 v = (p_l - (t - p_h)) * lg2 + t * lg2_l; in powf()
Ds_pow.c86 lg2 = _F_64(6.93147180559945286227e-01), /* 0x3FE62E42, 0xFEFA39EF */ variable
340 v = (p_l - (t - p_h)) * lg2 + t * lg2_l; in pow64()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/
De_powl.c132 lg2 = 6.9314718055994530941723212145817656807550E-1L, variable
429 v = (p_l - (t - p_h)) * lg2 + t * lg2_l; in powl()