Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/tests/src/com/android/calculator2/
DBRTest.java103 && x.compareTo(BoundedRational.MINUS_ONE) >= 0) { in checkBR()
168 checkBR(BoundedRational.MINUS_ONE); in testBR()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DBoundedRational.java265 public final static BoundedRational MINUS_ONE = new BoundedRational(-1); field in BoundedRational
344 return MINUS_ONE; in degreeSin()