Searched refs:MINUS_HALF (Results 1 - 2 of 2) sorted by relevance

/packages/apps/ExactCalculator/tests/src/com/android/calculator2/
H A DBRTest.java144 check(BoundedRational.asBigInteger(BoundedRational.MINUS_HALF) == null,
150 check(BoundedRational.digitsRequired(BoundedRational.MINUS_HALF) == 1,
166 checkBR(BoundedRational.MINUS_HALF);
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DBoundedRational.java263 public final static BoundedRational MINUS_HALF = new BoundedRational(-1,2); field in class:BoundedRational
342 return MINUS_HALF;
346 return MINUS_HALF;

Completed in 108 milliseconds