Home | History | Annotate | Download | only in Scalar

Lines Matching refs:APF

225 /// Convert APF to an integer, if possible.
226 static bool ConvertToSInt(const APFloat &APF, int64_t &IntVal) {
230 if (APF.convertToInteger(&UIntVal, 64, true, APFloat::rmTowardZero,