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

/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
H A DLongMathTest.java48 if (fitsInLong(difference)) {
126 long expectedLong = fitsInLong(expectedBig) ? expectedBig.longValue() : Long.MAX_VALUE;
193 private static boolean fitsInLong(BigInteger big) { method in class:LongMathTest
/external/guava/guava/src/com/google/common/math/
H A DBigIntegerMath.java131 if (fitsInLong(x)) {
209 if (fitsInLong(x)) {
449 static boolean fitsInLong(BigInteger x) { method in class:BigIntegerMath
/external/guava/guava-tests/test/com/google/common/math/
H A DLongMathTest.java108 assertTrue(fitsInLong(BigIntegerMath.binomial(LongMath.biggestBinomials[k], k)));
110 || !fitsInLong(BigIntegerMath.binomial(LongMath.biggestBinomials[k] + 1, k)));
115 assertFalse(fitsInLong(BigIntegerMath.binomial(2 * k, k)));
144 if (fitsInLong(difference)) {
480 boolean expectedSuccess = fitsInLong(expectedResult);
496 boolean expectedSuccess = fitsInLong(expectedResult);
512 boolean expectedSuccess = fitsInLong(expectedResult);
528 boolean expectedSuccess = fitsInLong(expectedResult);
544 long expectedLong = fitsInLong(expectedBig) ? expectedBig.longValue() : Long.MAX_VALUE;
564 long expectedLong = fitsInLong(expectedBi
685 private static boolean fitsInLong(BigInteger big) { method in class:LongMathTest
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 882 milliseconds