Home | History | Annotate | Download | only in Scalar

Lines Matching refs:APF

230 /// ConvertToSInt - Convert APF to an integer, if possible.
231 static bool ConvertToSInt(const APFloat &APF, int64_t &IntVal) {
233 if (&APF.getSemantics() == &APFloat::PPCDoubleDouble)
237 if (APF.convertToInteger(&UIntVal, 64, true, APFloat::rmTowardZero,