Searched refs:twoToTheSeventy (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/math/src/test/java/tests/api/java/math/
H A DBigIntegerTest.java53 BigInteger twoToTheSeventy = two.pow(70); field in class:BigIntegerTest
109 bi.compareTo(twoToTheSeventy) < 0);
527 twoToTheSeventy.intValue() == 0);
542 twoToTheSeventy.longValue() == 0);
691 .multiply(two.pow(40)).equals(twoToTheSeventy));

Completed in 22 milliseconds