Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/tests/src/com/android/calculator2/
DBRTest.java33 final static int TEST_PREC = -100; // 100 bits to the right of field in BRTest
36 check(x.CRValue().compareTo(y, TEST_PREC) == 0, s); in checkEq()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorExpr.java893 private static final int TEST_PREC = -100; field in CalculatorExpr
895 BigInteger.ONE.shiftLeft(-TEST_PREC).subtract(BigInteger.ONE);
900 BigInteger appr = x.get_appr(TEST_PREC); in isApprInt()