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

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

Completed in 115 milliseconds