Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_powf.c47 lg2 = 6.9314718246e-01, /* 0x3f317218 */ variable
240 v = (p_l-(t-p_h))*lg2+t*lg2_l; in __ieee754_powf()
De_pow.c89 lg2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
298 v = (p_l-(t-p_h))*lg2+t*lg2_l; in __ieee754_pow()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
De_powl.c138 lg2 = 6.9314718055994530941723212145817656807550E-1L, variable
422 v = (p_l - (t - p_h)) * lg2 + t * lg2_l; in powl()