Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-libm/
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
Dlog.c85 #define Lg1 6.666666666666735130e-01 /* 3FE55555 55555593 */ macro
164 t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w * Lg7))); in log()
196 #undef Lg1
/third_party/musl/src/math/
Dlog1pf.c19 Lg1 = 0xaaaaaa.0p-24, /* 0.66666662693 */ variable
72 t2= z*(Lg1+w*Lg3); in log1pf()
Dlog10f.c25 Lg1 = 0xaaaaaa.0p-24, /* 0.66666662693 */ variable
66 t2= z*(Lg1+w*Lg3); in log10f()
Dlog1p.c61 Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */ variable
118 t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7))); in log1p()
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/
Dlog10f.c25 Lg1 = 0xaaaaaa.0p-24, /* 0.66666662693 */ variable
66 t2= z*(Lg1+w*Lg3); in log10f()
Dlog1pf.c19 Lg1 = 0xaaaaaa.0p-24, /* 0.66666662693 */ variable
72 t2= z*(Lg1+w*Lg3); in log1pf()
Dlog1p.c61 Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */ variable
118 t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7))); in log1p()
Dlog10.c28 Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */ variable
73 t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7))); in log10()
/third_party/flutter/skia/third_party/externals/sdl/src/libm/
De_log.c80 Lg1 = 6.666666666666735130e-01, /* 3FE55555 55555593 */ variable
151 t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w * Lg7)));