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

/freebsd-11-stable/lib/msun/ld128/
H A De_powl.c138 lg2 = 6.9314718055994530941723212145817656807550E-1L, variable
422 v = (p_l - (t - p_h)) * lg2 + t * lg2_l;
/freebsd-11-stable/lib/msun/src/
H A De_pow.c89 lg2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
298 v = (p_l-(t-p_h))*lg2+t*lg2_l;
H A De_powf.c47 lg2 = 6.9314718246e-01, /* 0x3f317218 */ variable
240 v = (p_l-(t-p_h))*lg2+t*lg2_l;

Completed in 194 milliseconds