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.java1554 int nh2 = nh + 0x80000000; in divideMagnitude() local
1560 skipCorrection = qrem + 0x80000000 < nh2; in divideMagnitude()
1598 if (borrow + 0x80000000 > nh2) { in divideMagnitude()
1613 int nh2 = nh + 0x80000000; in divideMagnitude() field in MutableBigInteger
1619 skipCorrection = qrem + 0x80000000 < nh2; in divideMagnitude()
1659 if (borrow + 0x80000000 > nh2) { in divideMagnitude()
1729 int nh2 = nh + 0x80000000;
1735 skipCorrection = qrem + 0x80000000 < nh2;
1773 if (borrow + 0x80000000 > nh2) {