Home
last modified time | relevance | path

Searched refs:borrowOut (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/bigint/
DBigUnsigned.cc200 bool borrowIn, borrowOut; in subtract() local
211 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() local
501 borrowOut = (temp > blk[k]); in divideWithRemainder()
503 borrowOut |= (temp == 0); in divideWithRemainder()
508 borrowIn = borrowOut; in divideWithRemainder()