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

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dk_logf.h21 Lg1 = 0xaaaaaa.0p-24, /* 0.66666662693 */ variable
35 t2= z*(Lg1+w*Lg3);
H A Dk_log.h40 * R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +Lg6*s +Lg7*s
41 * (the values of Lg1 to Lg7 are listed in the program)
44 * | Lg1*s +...+Lg7*s - R(z) | <= 2
75 Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */ variable
96 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
H A De_log.c34 * R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +Lg6*s +Lg7*s
35 * (the values of Lg1 to Lg7 are listed in the program)
38 * | Lg1*s +...+Lg7*s - R(z) | <= 2
77 Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */ variable
132 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
H A De_logf.c27 Lg1 = 0xaaaaaa.0p-24, /* 0.66666662693 */ variable
78 t2= z*(Lg1+w*Lg3);

Completed in 106 milliseconds