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