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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A De_exp.c96 ln2HI[2] ={ 6.93147180369123816490e-01, /* 0x3fe62e42, 0xfee00000 */ variable
137 hi = x-ln2HI[xsb]; lo=ln2LO[xsb]; k = 1-xsb-xsb;
141 hi = x - t*ln2HI[0]; /* t*ln2HI is exact here */

Completed in 689 milliseconds