Home
last modified time | relevance | path

Searched refs:fitsInLong (Results 1 – 8 of 8) sorted by relevance

/external/guava/guava-tests/test/com/google/common/math/
DLongMathTest.java108 assertTrue(fitsInLong(BigIntegerMath.binomial(LongMath.biggestBinomials[k], k))); in testConstantsBiggestBinomials()
110 || !fitsInLong(BigIntegerMath.binomial(LongMath.biggestBinomials[k] + 1, k))); in testConstantsBiggestBinomials()
115 assertFalse(fitsInLong(BigIntegerMath.binomial(2 * k, k))); in testConstantsBiggestBinomials()
144 if (fitsInLong(difference)) { in testLessThanBranchFree()
480 boolean expectedSuccess = fitsInLong(expectedResult); in testCheckedAdd()
496 boolean expectedSuccess = fitsInLong(expectedResult); in testCheckedSubtract()
512 boolean expectedSuccess = fitsInLong(expectedResult); in testCheckedMultiply()
528 boolean expectedSuccess = fitsInLong(expectedResult); in testCheckedPow()
544 long expectedLong = fitsInLong(expectedBig) ? expectedBig.longValue() : Long.MAX_VALUE; in testFactorial()
564 long expectedLong = fitsInLong(expectedBig) ? expectedBig.longValue() : Long.MAX_VALUE; in testBinomial()
[all …]
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
DLongMathTest.java48 if (fitsInLong(difference)) { in testLessThanBranchFree()
126 long expectedLong = fitsInLong(expectedBig) ? expectedBig.longValue() : Long.MAX_VALUE; in testBinomial()
193 private static boolean fitsInLong(BigInteger big) { in fitsInLong() method in LongMathTest
/external/guava/guava/src/com/google/common/math/
DBigIntegerMath.java131 if (fitsInLong(x)) { in log10()
209 if (fitsInLong(x)) { in sqrt()
449 static boolean fitsInLong(BigInteger x) { in fitsInLong() method in BigIntegerMath
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...