Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_powf.c49 lg2_l = 1.42860654e-06, /* 0x35bfbe8c */ variable
240 v = (p_l-(t-p_h))*lg2+t*lg2_l; in __ieee754_powf()
De_pow.c91 lg2_l = -1.90465429995776804525e-09, /* 0xBE205C61, 0x0CA86C39 */ variable
298 v = (p_l-(t-p_h))*lg2+t*lg2_l; in __ieee754_pow()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
De_powl.c140 lg2_l = 2.3190468138462996154948554638754786504121E-17L, variable
422 v = (p_l - (t - p_h)) * lg2 + t * lg2_l; in powl()