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

/openbsd-current/lib/libm/src/
H A De_pow.c87 lg2_l = -1.90465429995776804525e-09, /* 0xBE205C61, 0x0CA86C39 */ variable
290 v = (p_l-(t-p_h))*lg2+t*lg2_l;
H A De_powf.c43 lg2_l = 1.42860654e-06, /* 0x35bfbe8c */ variable
232 v = (p_l-(t-p_h))*lg2+t*lg2_l;
/openbsd-current/lib/libm/src/ld128/
H A De_powl.c136 lg2_l = 2.3190468138462996154948554638754786504121E-17L, variable
418 v = (p_l - (t - p_h)) * lg2 + t * lg2_l;

Completed in 141 milliseconds