Lines Matching defs:Lg1
1645 * R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +Lg6*s +Lg7*s
1646 * (the values of Lg1 to Lg7 are listed in the program)
1649 * | Lg1*s +...+Lg7*s - R(z) | <= 2
1683 Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */
1740 t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w * Lg7)));
1944 * R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +Lg6*s +Lg7*s
1945 * (the values of Lg1 to Lg7 are listed in the program)
1948 * | Lg1*s +...+Lg7*s - R(z) | <= 2
1978 static const double Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */
1997 t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w * Lg7)));