Home | History | Annotate | Download | only in i18n

Lines Matching full:borrow

3972     /* lengthening, or borrow is needed  */
3993 if (partial>0) { /* no borrow needed, and non-0 result */
4065 /* borrow to DIGITS+1 might be possible, a buffer must be used. */
4070 /* needed, +1 Unit for carry or borrow */
6588 /* OK, all A and B processed; might still have carry or borrow */
6589 /* return number of Units in the result, negated if a borrow */
6596 /* -ve carry: it's a borrow; complement needed */
6611 printf("UAS borrow: add %ld, carry %ld\n", add, carry);