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

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_log10.c31 * Let log10_2hi = leading 40 bits of log10(2) and
32 * log10_2lo = log10(2) - log10_2hi,
38 * log10(x) := n*log10_2hi + (n*log10_2lo + ivln10*log(x))
69 log10_2hi = 3.01029995663611771306e-01, /* 0x3FD34413, 0x509F6000 */ variable
103 return z+y*log10_2hi;
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp239 * Let log10_2hi = leading 40 bits of log10(2) and
240 * log10_2lo = log10(2) - log10_2hi,
246 * log10(x) := n*log10_2hi + (n*log10_2lo + ivln10*log(x))
270 log10_2hi = 3.01029995663611771306e-01, /* 0x3FD34413, 0x509F6000 */ variable
296 return z+y*log10_2hi;

Completed in 35 milliseconds