Home
last modified time | relevance | path

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

/cts/tests/tests/util/src/android/util/cts/
DRationalTest.java189 Rational flipAndReduce = new Rational(100, -200); in testReduction() local
190 assertEquals(-1, flipAndReduce.getNumerator()); in testReduction()
191 assertEquals(2, flipAndReduce.getDenominator()); in testReduction()