Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/src/com/android/calculator2/
DBoundedRational.java180 final BigInteger[] quotAndRem = r.mNum.divideAndRemainder(r.mDen); in asBigInteger() local
181 if (quotAndRem[1].signum() == 0) { in asBigInteger()
182 return quotAndRem[0]; in asBigInteger()