Home
last modified time | relevance | path

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

/cts/tests/tests/util/src/android/util/cts/
DRationalTest.java185 Rational flipSigns = new Rational(1, -1); in testReduction() local
186 assertEquals(-1, flipSigns.getNumerator()); in testReduction()
187 assertEquals(1, flipSigns.getDenominator()); in testReduction()