Home
last modified time | relevance | path

Searched defs:Lg2 (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/src/math/
H A Dlog1p.c62 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
H A Dlog10f.c26 Lg2 = 0xccce13.0p-25, /* 0.40000972152 */ variable
H A Dlog1pf.c20 Lg2 = 0xccce13.0p-25, /* 0.40000972152 */ variable
H A Dlog10.c29 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlog1p.c62 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
H A Dlog10f.c26 Lg2 = 0xccce13.0p-25, /* 0.40000972152 */ variable
H A Dlog1pf.c20 Lg2 = 0xccce13.0p-25, /* 0.40000972152 */ variable
H A Dlog10.c29 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
/third_party/jerryscript/jerry-libm/
H A Dlog.c86 #define Lg2 3.999999999940941908e-01 /* 3FD99999 9997FA04 */ macro
197 #undef Lg2 macro
H A Dlog2.c45 #define Lg2 3.999999999940941908e-01 /* 0x3FD99999, 0x9997FA04 */ macro
155 #undef Lg2 macro
/third_party/node/deps/v8/src/base/
H A Dieee754.cc1640 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ in log() local
1936 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4939 unsigned Lg2 = C.countTrailingZeros(); in selectSDiv() local
H A DAArch64ISelLowering.cpp9707 unsigned Lg2 = Divisor.countTrailingZeros(); in BuildSDIVPow2() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14425 unsigned Lg2 = (IsNegPow2 ? -Divisor : Divisor).countTrailingZeros(); in BuildSDIVPow2() local

Completed in 59 milliseconds