Searched defs:Lg3 (Results 1 - 11 of 11) sorted by relevance
/third_party/musl/src/math/ |
H A D | log1p.c | 63 Lg3 = 2.857142874366239149e-01, /* 3FD24924 94229359 */ variable
|
H A D | log10f.c | 27 Lg3 = 0x91e9ee.0p-25, /* 0.28498786688 */ variable
|
H A D | log1pf.c | 21 Lg3 = 0x91e9ee.0p-25, /* 0.28498786688 */ variable
|
H A D | log10.c | 30 Lg3 = 2.857142874366239149e-01, /* 3FD24924 94229359 */ variable
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | log1p.c | 63 Lg3 = 2.857142874366239149e-01, /* 3FD24924 94229359 */ variable
|
H A D | log10f.c | 27 Lg3 = 0x91e9ee.0p-25, /* 0.28498786688 */ variable
|
H A D | log1pf.c | 21 Lg3 = 0x91e9ee.0p-25, /* 0.28498786688 */ variable
|
H A D | log10.c | 30 Lg3 = 2.857142874366239149e-01, /* 3FD24924 94229359 */ variable
|
/third_party/jerryscript/jerry-libm/ |
H A D | log.c | 87 #define Lg3 2.857142874366239149e-01 /* 3FD24924 94229359 */ macro 198 #undef Lg3 macro
|
H A D | log2.c | 46 #define Lg3 2.857142874366239149e-01 /* 0x3FD24924, 0x94229359 */ macro 156 #undef Lg3 macro
|
/third_party/node/deps/v8/src/base/ |
H A D | ieee754.cc | 1641 Lg3 = 2.857142874366239149e-01, /* 3FD24924 94229359 */ in log() local 1937 Lg3 = 2.857142874366239149e-01, /* 3FD24924 94229359 */ member
|
Completed in 13 milliseconds