Home
last modified time | relevance | path

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

/openbsd-src/lib/libm/src/
H A De_log2f.c23 Lg2 = 4.0000000596e-01, /* 3ECCCCCD */ variable
H A De_logf.c24 Lg2 = 4.0000000596e-01, /* 3ECCCCCD */ variable
H A De_log2.c22 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
H A De_log.c74 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4851 unsigned Lg2 = C.countTrailingZeros(); in selectSDiv() local
H A DAArch64ISelLowering.cpp15288 unsigned Lg2 = Divisor.countTrailingZeros(); in BuildSDIVPow2() local
15335 unsigned Lg2 = Divisor.countTrailingZeros(); in BuildSREMPow2() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16036 unsigned Lg2 = (IsNegPow2 ? -Divisor : Divisor).countTrailingZeros(); in BuildSDIVPow2() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24420 unsigned Lg2 = Divisor.countTrailingZeros(); in BuildSDIVPow2() local