Home | History | Annotate | Download | only in Scalar

Lines Matching refs:APFloat

221 static bool ConvertToSInt(const APFloat &APF, int64_t &IntVal) {
225 if (APF.convertToInteger(&UIntVal, 64, true, APFloat::rmTowardZero,
226 &isExact) != APFloat::opOK || !isExact)