Home
last modified time | relevance | path

Searched refs:Lg7 (Results 1 - 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-libm/
H A Dlog2.c50 #define Lg7 1.479819860511658591e-01 /* 0x3FC2F112, 0xDF3E5244 */ macro
101 t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w * Lg7))); in log2()
160 #undef Lg7 macro
H A Dlog.c47 * R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +Lg6*s +Lg7*s
48 * (the values of Lg1 to Lg7 are listed in the program)
51 * | Lg1*s +...+Lg7*s - R(z) | <= 2
91 #define Lg7 1.479819860511658591e-01 /* 3FC2F112 DF3E5244 */ macro
164 t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w * Lg7))); in log()
202 #undef Lg7 macro
/third_party/musl/src/math/
H A Dlog1p.c67 Lg7 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */ variable
118 t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7))); in log1p()
H A Dlog10.c34 Lg7 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */ variable
73 t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7))); in log10()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlog1p.c67 Lg7 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */ variable
118 t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7))); in log1p()
H A Dlog10.c34 Lg7 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */ variable
73 t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7))); in log10()
/third_party/node/deps/v8/src/base/
H A Dieee754.cc1601 * 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
1645 Lg7 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */ in log() local
1698 t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w * Lg7))); in log()
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
1941 Lg7 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */ member
1954 t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w * Lg7))); in k_log1p()
[all...]

Completed in 5 milliseconds