Searched refs:integerPart (Results 1 – 2 of 2) sorted by relevance
810 const integerPart HighBitMask = ~integerPart(0) >> NumHighBits; in isSignificandAllZeros()903 integerPart carry; in incrementSignificand()914 integerPart *parts; in addSignificand()928 integerPart *parts; in subtractSignificand()947 integerPart scratch[4]; in multiplySignificand()1076 integerPart scratch[4]; in divideSignificand()1435 integerPart carry; in addOrSubtractSignificand()1717 integerPart *x = new integerPart[parts]; in remainder()2183 integerPart *dst; in convertFromUnsignedParts()2233 integerPart *copy; in convertFromSignExtendedInteger()[all …]
143 typedef APInt::WordType integerPart; typedef232 IEEEFloat(const fltSemantics &, integerPart);462 integerPart *significandParts();463 const integerPart *significandParts() const;471 integerPart addSignificand(const IEEEFloat &);472 integerPart subtractSignificand(const IEEEFloat &, integerPart);548 integerPart part;549 integerPart *parts;588 DoubleAPFloat(const fltSemantics &S, integerPart);639 opStatus convertToInteger(MutableArrayRef<integerPart> Input,[all …]