Lines Matching defs:Precision
2332 const int Precision = APFloat::semanticsPrecision(FltSem);
2344 scalbn(One, MinExpVal + Precision, APFloat::rmNearestTiesToEven);
2373 SDValue Increment0 = DAG.getConstant(-(MinExpVal + Precision), dl, ExpVT);
2374 SDValue Increment1 = DAG.getConstant(-2 * (MinExpVal + Precision), dl, ExpVT);
2379 DAG.getSignedConstant(3 * MinExpVal + 2 * Precision, dl, ExpVT);
2390 DAG.getSignedConstant(2 * MinExpVal + Precision, dl, ExpVT), ISD::SETULT);
2410 DAG.getShiftAmountConstant(Precision - 1, ExpVT, dl);
2430 const unsigned Precision = APFloat::semanticsPrecision(FltSem);
2462 APInt FractSignMaskVal = APInt::getBitsSet(BitSize, 0, Precision - 1);
2474 scalbn(One, Precision + 1, APFloat::rmNearestTiesToEven);
2509 DAG.getShiftAmountConstant(Precision - 1, AsIntVT, dl);
2515 SDValue DenormalOffset = DAG.getConstant(-Precision - 1, dl, ExpVT);