Searched refs:big2 (Results 1 – 4 of 4) sorted by relevance
134 final BigInteger big2 = BigInteger.valueOf(Long.MAX_VALUE); in testBigToLong() local138 assertEquals(Long.MAX_VALUE, ZipUtil.bigToLong(big2)); in testBigToLong()141 final BigInteger big4 = big2.add(big1); in testBigToLong()169 final BigInteger big2 = ZipUtil.longToBig(l2); in testLongToBig() local175 assertEquals(0xFFFFFFFFL, big2.longValue()); in testLongToBig()
481 adj = big2; in approximate()483 adj = difference.subtract(big2); in approximate()484 guess = (adj.signum() <= 0? l.add(big2) : l.add(adj)); in approximate()487 BigInteger tweak = big2; in approximate()
217 static final BigInteger big2 = BigInteger.valueOf(2); field in CR897 if (rough_appr.compareTo(big2) > 0 || rough_appr.compareTo(bigm2) < 0) { in exp()928 if (abs_halfpi_multiples.compareTo(big2) >= 0) { in cos()937 } else if (get_appr(-1).abs().compareTo(big2) >= 0) { in cos()
1090 const char big2[] = "fFfFfFfFfFfFfFfF";1096 LLAssert(llong::atoll(big2, 16) == llong(0xffffffff, 0xffffffff));