Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DMutableBigInteger.java1549 int nh2 = nh + 0x80000000; in divideMagnitude() local
1555 skipCorrection = qrem + 0x80000000 < nh2; in divideMagnitude()
1593 if (borrow + 0x80000000 > nh2) { in divideMagnitude()
1608 int nh2 = nh + 0x80000000; in divideMagnitude() field in MutableBigInteger
1614 skipCorrection = qrem + 0x80000000 < nh2; in divideMagnitude()
1654 if (borrow + 0x80000000 > nh2) { in divideMagnitude()
1724 int nh2 = nh + 0x80000000;
1730 skipCorrection = qrem + 0x80000000 < nh2;
1768 if (borrow + 0x80000000 > nh2) {