Searched defs:log10_2hi (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A De_log10.c32 * Let log10_2hi = leading 40 bits of log10(2) and
33 * log10_2lo = log10(2) - log10_2hi,
39 * log10(x) := n*log10_2hi + (n*log10_2lo + ivln10*log(x))
73 log10_2hi = 3.01029995663611771306e-01, /* 0x3FD34413, 0x509F6000 */ variable
105 return z+y*log10_2hi;

Completed in 92 milliseconds