Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DMutableBigInteger.java1581 if (unsignedLongCompare(estProduct, rs)) { in divideMagnitude()
1587 if (unsignedLongCompare(estProduct, rs)) in divideMagnitude()
1637 if (unsignedLongCompare(estProduct, rs)) { in divideMagnitude()
1643 if (unsignedLongCompare(estProduct, rs)) in divideMagnitude()
1756 if (unsignedLongCompare(estProduct, rs)) {
1762 if (unsignedLongCompare(estProduct, rs))
1836 private boolean unsignedLongCompare(long one, long two) {
DBigDecimal.java5415 while(q1 >= DIV_NUM_BASE || unsignedLongCompare(q1*v0, make64(r_tmp, u1))) { in divideAndRound128()
5437 while(q0 >= DIV_NUM_BASE || unsignedLongCompare(q0*v0,make64(r_tmp,u0))) { in divideAndRound128()
5555 private static boolean unsignedLongCompare(long one, long two) { in unsignedLongCompare() method