Searched refs:otherNumerator (Results 1 – 1 of 1) sorted by relevance
491 long otherNumerator = ((long)another.mNumerator) * mDenominator; // long to avoid overflow in compareTo() local494 if (thisNumerator < otherNumerator) { in compareTo()496 } else if (thisNumerator > otherNumerator) { in compareTo()