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

/bionic/libm/src/
H A De_log.c35 * R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +Lg6*s +Lg7*s
36 * (the values of Lg1 to Lg7 are listed in the program)
39 * | Lg1*s +...+Lg7*s - R(z) | <= 2
76 Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */ variable
124 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
H A De_logf.c28 Lg1 = 0xaaaaaa.0p-24, /* 0.66666662693 */ variable
72 t2= z*(Lg1+w*Lg3);

Completed in 24 milliseconds