Home
last modified time | relevance | path

Searched defs:Lg2 (Results 1 – 8 of 8) sorted by relevance

/external/fdlibm/
De_log.c76 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
/external/v8/src/base/
Dieee754.cc1685 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ in log() local
1980 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4846 unsigned Lg2 = C.countTrailingZeros(); in selectSDiv() local
DAArch64ISelLowering.cpp8628 unsigned Lg2 = Divisor.countTrailingZeros(); in BuildSDIVPow2() local
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4760 unsigned Lg2 = C.countTrailingZeros(); in selectSDiv() local
DAArch64ISelLowering.cpp7508 unsigned Lg2 = Divisor.countTrailingZeros(); in BuildSDIVPow2() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp11217 unsigned Lg2 = (IsNegPow2 ? -Divisor : Divisor).countTrailingZeros(); in BuildSDIVPow2() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp13133 unsigned Lg2 = (IsNegPow2 ? -Divisor : Divisor).countTrailingZeros(); in BuildSDIVPow2() local