Lines Matching refs:Lg1
1601 * R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +Lg6*s +Lg7*s
1602 * (the values of Lg1 to Lg7 are listed in the program)
1605 * | Lg1*s +...+Lg7*s - R(z) | <= 2
1639 Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */
1698 t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w * Lg7)));
1901 * R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +Lg6*s +Lg7*s
1902 * (the values of Lg1 to Lg7 are listed in the program)
1905 * | Lg1*s +...+Lg7*s - R(z) | <= 2
1935 static const double Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */
1954 t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w * Lg7)));