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