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