Searched refs:fitsInLong (Results 1 - 9 of 9) 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-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/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/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 178 milliseconds