Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-libm/
H A Dlog2.c44 #define Lg1 6.666666666666735130e-01 /* 0x3FE55555, 0x55555593 */ macro
101 t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w * Lg7))); in log2()
154 #undef Lg1 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
85 #define Lg1 6.666666666666735130e-01 /* 3FE55555 55555593 */ macro
164 t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w * Lg7))); in log()
196 #undef Lg1 macro
/third_party/musl/src/math/
H A Dlog1p.c61 Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */ variable
118 t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7))); in log1p()
H A Dlog10f.c25 Lg1 = 0xaaaaaa.0p-24, /* 0.66666662693 */ variable
66 t2= z*(Lg1+w*Lg3); in log10f()
H A Dlog1pf.c19 Lg1 = 0xaaaaaa.0p-24, /* 0.66666662693 */ variable
72 t2= z*(Lg1+w*Lg3); in log1pf()
H A Dlog10.c28 Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */ 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.c61 Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */ variable
118 t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7))); in log1p()
H A Dlog10f.c25 Lg1 = 0xaaaaaa.0p-24, /* 0.66666662693 */ variable
66 t2= z*(Lg1+w*Lg3); in log10f()
H A Dlog1pf.c19 Lg1 = 0xaaaaaa.0p-24, /* 0.66666662693 */ variable
72 t2= z*(Lg1+w*Lg3); in log1pf()
H A Dlog10.c28 Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */ 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
1639 Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */ 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
1935 static const double Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */ member
1954 t2 = z * (Lg1 in k_log1p()
[all...]

Completed in 7 milliseconds