Lines Matching full:borrow
917 /* Subtract the significand of the RHS with a borrow flag. Returns918 the borrow flag. */920 APFloat::subtractSignificand(const APFloat &rhs, integerPart borrow)929 return APInt::tcSubtract(parts, rhs.significandParts(), borrow,1494 /* The code above is intended to ensure that no borrow is