Searched defs:TEST_PREC (Results 1 - 1 of 1) sorted by relevance

/external/crcalc/tests/src/com/hp/creals/
H A DSlowCRTest.java32 final static int TEST_PREC = -200; // 200 bits to the right of field in class:SlowCRTest
37 check(x.compareTo(y, TEST_PREC) == 0, s);
43 BigInteger.ONE.shiftLeft(-TEST_PREC).subtract(BigInteger.ONE);
45 BigInteger appr = x.get_appr(TEST_PREC);
158 if (!x.get_appr(TEST_PREC).equals(BigInteger.ZERO)) {

Completed in 152 milliseconds