OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MINUS_THIRTY
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ExactCalculator/tests/src/com/android/calculator2/
BRTest.java
73
checkEq(BoundedRational.subtract(x, BoundedRational.
MINUS_THIRTY
),
96
&& x.compareTo(BoundedRational.
MINUS_THIRTY
) >= 0) {
/packages/apps/ExactCalculator/src/com/android/calculator2/
BoundedRational.java
269
public final static BoundedRational
MINUS_THIRTY
= new BoundedRational(-30);
370
return
MINUS_THIRTY
;
Completed in 40 milliseconds