Lines Matching full:borrow
897 /* Subtract the significand of the RHS with a borrow flag. Returns898 the borrow flag. */900 APFloat::subtractSignificand(const APFloat &rhs, integerPart borrow)909 return APInt::tcSubtract(parts, rhs.significandParts(), borrow,1462 /* The code above is intended to ensure that no borrow is