Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DRational.java488 long thisNumerator = ((long)mNumerator) * another.mDenominator; // long to avoid overflow in compareTo() local
492 if (thisNumerator < otherNumerator) { in compareTo()
494 } else if (thisNumerator > otherNumerator) { in compareTo()