Home
last modified time | relevance | path

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

/openbsd/src/lib/libm/src/
De_log2f.c23 Lg2 = 4.0000000596e-01, /* 3ECCCCCD */ variable
De_logf.c24 Lg2 = 4.0000000596e-01, /* 3ECCCCCD */ variable
De_log2.c22 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
De_log.c74 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4851 unsigned Lg2 = C.countTrailingZeros(); in selectSDiv() local
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/
DPPCISelLowering.cpp16036 unsigned Lg2 = (IsNegPow2 ? -Divisor : Divisor).countTrailingZeros(); in BuildSDIVPow2() local
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp24420 unsigned Lg2 = Divisor.countTrailingZeros(); in BuildSDIVPow2() local