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

/external/fdlibm/
H A De_log.c31 * R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +Lg6*s +Lg7*s
32 * (the values of Lg1 to Lg7 are listed in the program)
35 * | Lg1*s +...+Lg7*s - R(z) | <= 2
81 Lg7 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */ variable
128 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
/external/v8/src/base/
H A Dieee754.cc1388 * R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +Lg6*s +Lg7*s
1389 * (the values of Lg1 to Lg7 are listed in the program)
1392 * | Lg1*s +...+Lg7*s - R(z) | <= 2
1432 Lg7 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */ local
1483 t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w * Lg7)));
1687 * R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +Lg6*s +Lg7*s
1688 * (the values of Lg1 to Lg7 are listed in the program)
1691 * | Lg1*s +...+Lg7*s - R(z) | <= 2
1727 Lg7 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */ member in namespace:v8::base::ieee754
1740 t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w * Lg7)));
[all...]

Completed in 3224 milliseconds