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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A De_log10.c34 * ivln10 = 1/log(10) rounded.
39 * log10(x) := n*log10_2hi + (n*log10_2lo + ivln10*log(x))
72 ivln10 = 4.34294481903251816668e-01, /* 0x3FDBCB7B, 0x1526E50E */ variable
104 z = y*log10_2lo + ivln10*__ieee754_log(x);

Completed in 43 milliseconds