Searched refs:borrowOut (Results 1 – 1 of 1) sorted by relevance
200 bool borrowIn, borrowOut; in subtract() local211 borrowOut = (temp > a.blk[i]); in subtract()214 borrowOut |= (temp == 0); in subtract()218 borrowIn = borrowOut; // Pass the borrow along in subtract()452 bool borrowIn, borrowOut; in divideWithRemainder() local501 borrowOut = (temp > blk[k]); in divideWithRemainder()503 borrowOut |= (temp == 0); in divideWithRemainder()508 borrowIn = borrowOut; in divideWithRemainder()