Home
last modified time | relevance | path

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

/netbsd-src/lib/libm/src/
H A De_log2f.c28 Lg2 = 4.0000000596e-01, /* 3ECCCCCD */ variable
H A De_logf.c29 Lg2 = 4.0000000596e-01, /* 3ECCCCCD */ variable
H A De_log2.c26 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
H A De_log.c77 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4807 unsigned Lg2 = C.countTrailingZeros(); in selectSDiv() local
H A DAArch64ISelLowering.cpp12012 unsigned Lg2 = Divisor.countTrailingZeros(); in BuildSDIVPow2() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15403 unsigned Lg2 = (IsNegPow2 ? -Divisor : Divisor).countTrailingZeros(); in BuildSDIVPow2() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22577 unsigned Lg2 = Divisor.countTrailingZeros(); in BuildSDIVPow2() local