Searched refs:TEST_PREC (Results 1 – 1 of 1) sorted by relevance
32 final static int TEST_PREC = -200; // 200 bits to the right of field in SlowCRTest37 check(x.compareTo(y, TEST_PREC) == 0, s); in checkEq()43 BigInteger.ONE.shiftLeft(-TEST_PREC).subtract(BigInteger.ONE);45 BigInteger appr = x.get_appr(TEST_PREC); in isApprInt()158 if (!x.get_appr(TEST_PREC).equals(BigInteger.ZERO)) { in checkBasic()