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