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

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_log10.c33 * ivln10 = 1/log(10) rounded.
38 * log10(x) := n*log10_2hi + (n*log10_2lo + ivln10*log(x))
68 ivln10 = 4.34294481903251816668e-01, /* 0x3FDBCB7B, 0x1526E50E */ variable
102 z = y*log10_2lo + ivln10*__ieee754_log(x);
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp241 * ivln10 = 1/log(10) rounded.
246 * log10(x) := n*log10_2hi + (n*log10_2lo + ivln10*log(x))
269 ivln10 = 4.34294481903251816668e-01, /* 0x3FDBCB7B, 0x1526E50E */ variable
295 z = y*log10_2lo + ivln10*__ieee754_log(x);

Completed in 47 milliseconds