Searched refs:Lg2 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/lib/msun/src/
H A Dk_logf.h22 Lg2 = 0xccce13.0p-25, /* 0.40000972152 */ variable
34 t1= w*(Lg2+w*Lg4);
H A Dk_log.h40 * R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +Lg6*s +Lg7*s
76 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
95 t1= w*(Lg2+w*(Lg4+w*Lg6));
H A De_log.c34 * R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +Lg6*s +Lg7*s
78 Lg2 = 3.999999999940941908e-01, /* 3FD99999 9997FA04 */ variable
131 t1= w*(Lg2+w*(Lg4+w*Lg6));
H A De_logf.c28 Lg2 = 0xccce13.0p-25, /* 0.40000972152 */ variable
77 t1= w*(Lg2+w*Lg4);
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4727 unsigned Lg2 = C.countTrailingZeros(); local
4734 unsigned ResultReg = emitASR_ri(VT, VT, Src0Reg, Src0IsKill, Lg2);
4741 int64_t Pow2MinusOne = (1ULL << Lg2) - 1;
4771 SelectReg, /*IsKill=*/true, AArch64_AM::ASR, Lg2);
4773 ResultReg = emitASR_ri(VT, VT, SelectReg, /*IsKill=*/true, Lg2);
H A DAArch64ISelLowering.cpp7387 unsigned Lg2 = Divisor.countTrailingZeros(); local
7389 SDValue Pow2MinusOne = DAG.getConstant((1ULL << Lg2) - 1, DL, VT);
7405 DAG.getNode(ISD::SRA, DL, VT, CSel, DAG.getConstant(Lg2, DL, MVT::i64));
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10734 unsigned Lg2 = (IsNegPow2 ? -Divisor : Divisor).countTrailingZeros(); local
10735 SDValue ShiftAmt = DAG.getConstant(Lg2, DL, VT);

Completed in 211 milliseconds