Lines Matching defs:parts
646 lostFractionThroughTruncation(const APFloatBase::integerPart *parts, in lostFractionThroughTruncation()
668 shiftRight(APFloatBase::integerPart *dst, unsigned int parts, unsigned int bits) in shiftRight()
716 ulpsFromBoundary(const APFloatBase::integerPart *parts, unsigned int bits, in ulpsFromBoundary()
1213 integerPart *parts; in addSignificand() local
1227 integerPart *parts; in subtractSignificand() local
1518 static void tcSetLeastSignificantBits(APInt::WordType *dst, unsigned parts, in tcSetLeastSignificantBits()
2617 MutableArrayRef<integerPart> parts, unsigned int width, bool isSigned, in convertToSignExtendedInteger()
2730 IEEEFloat::convertToInteger(MutableArrayRef<integerPart> parts, in convertToInteger()
2834 IEEEFloat::convertFromZeroExtendedInteger(const integerPart *parts, in convertFromZeroExtendedInteger()
2947 unsigned int parts, pow5PartCount; in roundSignificandWithExponent() local
5368 SmallVector<uint64_t, 4> parts(result.getNumWords()); in convertToInteger() local