Searched defs:ln2_lo (Results 1 - 13 of 13) sorted by relevance
/third_party/jerryscript/jerry-libm/ |
H A D | log1p.c | 95 #define ln2_lo 1.90821492927058770002e-10 /* 3dea39ef 35793c76 */ macro 237 #undef ln2_lo macro
|
H A D | log.c | 83 #define ln2_lo 1.90821492927058770002e-10 /* 3dea39ef 35793c76 */ macro 194 #undef ln2_lo macro
|
H A D | expm1.c | 129 #define ln2_lo 1.90821492927058770002e-10 /* 0x3dea39ef, 0x35793c76 */ macro 299 #undef ln2_lo macro
|
/third_party/musl/src/math/ |
H A D | log1p.c | 60 ln2_lo = 1.90821492927058770002e-10, /* 3dea39ef 35793c76 */ variable
|
H A D | log1pf.c | 17 ln2_lo = 9.0580006145e-06, /* 0x3717f7d1 */ variable
|
H A D | expm1f.c | 20 ln2_lo = 9.0580006145e-06, /* 0x3717f7d1 */ variable
|
H A D | expm1.c | 112 ln2_lo = 1.90821492927058770002e-10, /* 0x3dea39ef, 0x35793c76 */ variable
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | expm1f.c | 20 ln2_lo = 9.0580006145e-06, /* 0x3717f7d1 */ variable
|
H A D | log1p.c | 60 ln2_lo = 1.90821492927058770002e-10, /* 3dea39ef 35793c76 */ variable
|
H A D | log1pf.c | 17 ln2_lo = 9.0580006145e-06, /* 0x3717f7d1 */ variable
|
H A D | expm1.c | 112 ln2_lo = 1.90821492927058770002e-10, /* 0x3dea39ef, 0x35793c76 */ variable
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | s_logl.c | 123 #define ln2_lo F_lo(TSIZE - 1) macro
|
/third_party/node/deps/v8/src/base/ |
H A D | ieee754.cc | 1637 ln2_lo = 1.90821492927058770002e-10, /* 3dea39ef 35793c76 */ in log() local 1782 ln2_lo in log1p() local 2215 ln2_lo = 1.90821492927058770002e-10, /* 0x3DEA39EF, 0x35793C76 */ expm1() local [all...] |
Completed in 8 milliseconds