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

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_log.c44 * R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +Lg6*s +Lg7*s
45 * (the values of Lg1 to Lg7 are listed in the program)
48 * | Lg1*s +...+Lg7*s - R(z) | <= 2
88 Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */ variable
143 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp132 * R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +Lg6*s +Lg7*s
133 * (the values of Lg1 to Lg7 are listed in the program)
136 * | Lg1*s +...+Lg7*s - R(z) | <= 2
169 Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */ variable
218 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));

Completed in 30 milliseconds