Searched refs:lg2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/lib/msun/src/
H A De_pow.c85 lg2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
294 v = (p_l-(t-p_h))*lg2+t*lg2_l;
H A De_powf.c44 lg2 = 6.9314718246e-01, /* 0x3f317218 */ variable
237 v = (p_l-(t-p_h))*lg2+t*lg2_l;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1892 unsigned lg2 = N1C->getAPIntValue().countTrailingZeros(); local
1902 DAG.getConstant(VT.getSizeInBits() - lg2,
1908 DAG.getConstant(lg2, getShiftAmountTy(ADD.getValueType())));
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11532 unsigned lg2 = SplatValue.countTrailingZeros(); local
11537 SDValue Amt = DAG.getConstant(EltTy.getSizeInBits() - lg2, MVT::i32);
11540 SDValue Lg2Amt = DAG.getConstant(lg2, MVT::i32);

Completed in 195 milliseconds