Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A Dk_logf.h19 Lg2 = 0xccce13.0p-25, /* 0.40000972152 */ variable
H A Dk_log.h72 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
H A De_logf.c25 Lg2 = 0xccce13.0p-25, /* 0.40000972152 */ variable
H A De_log.c74 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4901 unsigned Lg2 = C.countr_zero(); in selectSDiv() local
H A DAArch64ISelLowering.cpp17986 unsigned Lg2 = Divisor.countr_zero(); in BuildSREMPow2() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6250 unsigned Lg2 = Divisor.countr_zero(); in buildSDIVPow2WithCMov() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16587 unsigned Lg2 = (IsNegPow2 ? -Divisor : Divisor).countr_zero(); in BuildSDIVPow2() local