HomeSort by relevance Sort by last modified time
    Searched refs:Lg7 (Results 1 - 4 of 4) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
k_log.h 40 * 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
81 Lg7 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */
96 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
e_log.c 34 * 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
81 Lg7 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */
129 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
  /external/fdlibm/
e_log.c 31 * 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 */
128 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
  /external/qemu/distrib/sdl-1.2.15/src/video/
e_log.h 34 * 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
84 Lg7 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */
129 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));

Completed in 1318 milliseconds