Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/math/
Dsf_pow.c47 lg2_l = 1.42860654e-06, /* 0x35bfbe8c */ variable
277 v = (p_l - (t - p_h)) * lg2 + t * lg2_l; in powf()
Ds_pow.c88 lg2_l = _F_64(-1.90465429995776804525e-09), /* 0xBE205C61, 0x0CA86C39 */ variable
340 v = (p_l - (t - p_h)) * lg2 + t * lg2_l; in pow64()
/picolibc-latest/newlib/libm/ld/ld128/
De_powl.c134 lg2_l = 2.3190468138462996154948554638754786504121E-17L, variable
429 v = (p_l - (t - p_h)) * lg2 + t * lg2_l; in powl()