Home
last modified time | relevance | path

Searched refs:big2 (Results 1 – 4 of 4) sorted by relevance

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DZipUtilTest.java134 final BigInteger big2 = BigInteger.valueOf(Long.MAX_VALUE); in testBigToLong() local
138 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() local
175 assertEquals(0xFFFFFFFFL, big2.longValue()); in testLongToBig()
/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java481 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()
DCR.java217 static final BigInteger big2 = BigInteger.valueOf(2); field in CR
897 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()
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp1090 const char big2[] = "fFfFfFfFfFfFfFfF";
1096 LLAssert(llong::atoll(big2, 16) == llong(0xffffffff, 0xffffffff));