Searched defs:invln2 (Results 1 – 7 of 7) sorted by relevance
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| D | expm1f.c | 21 invln2 = 1.4426950216e+00, /* 0x3fb8aa3b */ variable
|
| D | expm1.c | 113 invln2 = 1.44269504088896338700e+00, /* 0x3ff71547, 0x652b82fe */ variable
|
| /third_party/musl/src/math/ |
| D | expm1f.c | 21 invln2 = 1.4426950216e+00, /* 0x3fb8aa3b */ variable
|
| D | expm1.c | 113 invln2 = 1.44269504088896338700e+00, /* 0x3ff71547, 0x652b82fe */ variable
|
| /third_party/jerryscript/jerry-libm/ |
| D | exp.c | 113 #define invln2 1.44269504088896338700e+00 /* 0x3ff71547, 0x652b82fe */ macro
|
| D | expm1.c | 130 #define invln2 1.44269504088896338700e+00 /* 0x3ff71547, 0x652b82fe */ macro
|
| /third_party/node/deps/v8/src/base/ |
| D | ieee754.cc | 1453 invln2 = 1.44269504088896338700e+00, /* 0x3FF71547, 0x652B82FE */ in exp() local 2216 invln2 = 1.44269504088896338700e+00, /* 0x3FF71547, 0x652B82FE */ in expm1() local
|