Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DBigDecimal.java5377 private static final long DIV_NUM_BASE = (1L<<32); // Number base (32 bits). local
5415 while(q1 >= DIV_NUM_BASE || unsignedLongCompare(q1*v0, make64(r_tmp, u1))) { in divideAndRound128()
5418 if (r_tmp >= DIV_NUM_BASE) in divideAndRound128()
5437 while(q0 >= DIV_NUM_BASE || unsignedLongCompare(q0*v0,make64(r_tmp,u0))) { in divideAndRound128()
5440 if (r_tmp >= DIV_NUM_BASE) in divideAndRound128()