Searched refs:TEST_PREC (Results 1 – 2 of 2) sorted by relevance
33 final static int TEST_PREC = -100; // 100 bits to the right of field in BRTest36 check(x.CRValue().compareTo(y, TEST_PREC) == 0, s); in checkEq()
893 private static final int TEST_PREC = -100; field in CalculatorExpr895 BigInteger.ONE.shiftLeft(-TEST_PREC).subtract(BigInteger.ONE);900 BigInteger appr = x.get_appr(TEST_PREC); in isApprInt()