Home
last modified time | relevance | path

Searched refs:LongMathTest (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-gwt/test/com/google/common/math/
DLongMathTest_gwt.java22 com.google.common.math.LongMathTest testCase = new com.google.common.math.LongMathTest(); in testBinomial()
27 com.google.common.math.LongMathTest testCase = new com.google.common.math.LongMathTest(); in testBinomialNegative()
32 com.google.common.math.LongMathTest testCase = new com.google.common.math.LongMathTest(); in testBinomialOutside()
37 com.google.common.math.LongMathTest testCase = new com.google.common.math.LongMathTest(); in testGCDExhaustive()
42 com.google.common.math.LongMathTest testCase = new com.google.common.math.LongMathTest(); in testLessThanBranchFree()
47 com.google.common.math.LongMathTest testCase = new com.google.common.math.LongMathTest(); in testLog2Exact()
52 com.google.common.math.LongMathTest testCase = new com.google.common.math.LongMathTest(); in testLog2MatchesBigInteger()
57 com.google.common.math.LongMathTest testCase = new com.google.common.math.LongMathTest(); in testLog2NegativeAlwaysThrows()
62 com.google.common.math.LongMathTest testCase = new com.google.common.math.LongMathTest(); in testLog2ZeroAlwaysThrows()
67 com.google.common.math.LongMathTest testCase = new com.google.common.math.LongMathTest(); in testSqrtOfLongIsAtMostFloorSqrtMaxLong()
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
DLongMathTest.java42 public class LongMathTest extends TestCase { class
/external/guava/guava-tests/test/com/google/common/math/
DLongMathTest.java49 public class LongMathTest extends TestCase { class