Searched refs:big3 (Results 1 – 2 of 2) sorted by relevance
135 final BigInteger big3 = BigInteger.valueOf(Long.MIN_VALUE); in testBigToLong() local139 assertEquals(Long.MIN_VALUE, ZipUtil.bigToLong(big3)); in testBigToLong()149 final BigInteger big5 = big3.subtract(big1); in testBigToLong()170 final BigInteger big3 = ZipUtil.longToBig(l3); in testLongToBig() local176 assertEquals(0x80000000L, big3.longValue()); in testLongToBig()
219 static final BigInteger big3 = BigInteger.valueOf(3); field in CR