Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/math/
DLongMathTest.java24 import static com.google.common.math.MathTesting.NEGATIVE_LONG_CANDIDATES;
80 for (long x : NEGATIVE_LONG_CANDIDATES) { in testCeilingPowerOfTwoNegative()
90 for (long x : NEGATIVE_LONG_CANDIDATES) { in testFloorPowerOfTwoNegative()
261 for (long x : NEGATIVE_LONG_CANDIDATES) { in testLog2NegativeAlwaysThrows()
309 for (long x : NEGATIVE_LONG_CANDIDATES) { in testLog10NegativeAlwaysThrows()
357 for (long x : NEGATIVE_LONG_CANDIDATES) { in testSqrtNegativeAlwaysThrows()
510 for (long m : NEGATIVE_LONG_CANDIDATES) { in testModNegativeModulusFails()
539 for (long a : NEGATIVE_LONG_CANDIDATES) { in testGCDNegativePositiveThrows()
555 for (long a : NEGATIVE_LONG_CANDIDATES) { in testGCDNegativeZeroThrows()
DMathTesting.java145 static final Iterable<Long> NEGATIVE_LONG_CANDIDATES; field in MathTesting
165 NEGATIVE_LONG_CANDIDATES =
169 NONZERO_LONG_CANDIDATES = Iterables.concat(POSITIVE_LONG_CANDIDATES, NEGATIVE_LONG_CANDIDATES);
/external/guava/guava-tests/test/com/google/common/math/
DLongMathTest.java24 import static com.google.common.math.MathTesting.NEGATIVE_LONG_CANDIDATES;
80 for (long x : NEGATIVE_LONG_CANDIDATES) { in testCeilingPowerOfTwoNegative()
90 for (long x : NEGATIVE_LONG_CANDIDATES) { in testFloorPowerOfTwoNegative()
261 for (long x : NEGATIVE_LONG_CANDIDATES) { in testLog2NegativeAlwaysThrows()
309 for (long x : NEGATIVE_LONG_CANDIDATES) { in testLog10NegativeAlwaysThrows()
357 for (long x : NEGATIVE_LONG_CANDIDATES) { in testSqrtNegativeAlwaysThrows()
510 for (long m : NEGATIVE_LONG_CANDIDATES) { in testModNegativeModulusFails()
539 for (long a : NEGATIVE_LONG_CANDIDATES) { in testGCDNegativePositiveThrows()
555 for (long a : NEGATIVE_LONG_CANDIDATES) { in testGCDNegativeZeroThrows()
DMathTesting.java145 static final Iterable<Long> NEGATIVE_LONG_CANDIDATES; field in MathTesting
165 NEGATIVE_LONG_CANDIDATES =
169 NONZERO_LONG_CANDIDATES = Iterables.concat(POSITIVE_LONG_CANDIDATES, NEGATIVE_LONG_CANDIDATES);