HomeSort by relevance Sort by last modified time
    Searched refs:MathTesting (Results 1 - 6 of 6) sorted by null

  /external/guava/guava-tests/test/com/google/common/math/
DoubleUtilsTest.java 3 import static com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES;
4 import static com.google.common.math.MathTesting.ALL_DOUBLE_CANDIDATES;
5 import static com.google.common.math.MathTesting.EXPONENTS;
6 import static com.google.common.math.MathTesting.FINITE_DOUBLE_CANDIDATES;
IntMathTest.java 19 import static com.google.common.math.MathTesting.ALL_INTEGER_CANDIDATES;
20 import static com.google.common.math.MathTesting.ALL_ROUNDING_MODES;
21 import static com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES;
22 import static com.google.common.math.MathTesting.EXPONENTS;
23 import static com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES;
24 import static com.google.common.math.MathTesting.NONZERO_INTEGER_CANDIDATES;
25 import static com.google.common.math.MathTesting.POSITIVE_INTEGER_CANDIDATES;
LongMathTest.java 19 import static com.google.common.math.MathTesting.ALL_INTEGER_CANDIDATES;
20 import static com.google.common.math.MathTesting.ALL_LONG_CANDIDATES;
21 import static com.google.common.math.MathTesting.ALL_ROUNDING_MODES;
22 import static com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES;
23 import static com.google.common.math.MathTesting.EXPONENTS;
24 import static com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES;
25 import static com.google.common.math.MathTesting.NEGATIVE_LONG_CANDIDATES;
26 import static com.google.common.math.MathTesting.NONZERO_LONG_CANDIDATES;
27 import static com.google.common.math.MathTesting.POSITIVE_INTEGER_CANDIDATES;
28 import static com.google.common.math.MathTesting.POSITIVE_LONG_CANDIDATES
    [all...]
BigIntegerMathTest.java 19 import static com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES;
20 import static com.google.common.math.MathTesting.ALL_ROUNDING_MODES;
21 import static com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES;
22 import static com.google.common.math.MathTesting.NEGATIVE_BIGINTEGER_CANDIDATES;
23 import static com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES;
24 import static com.google.common.math.MathTesting.NONZERO_BIGINTEGER_CANDIDATES;
25 import static com.google.common.math.MathTesting.POSITIVE_BIGINTEGER_CANDIDATES;
DoubleMathTest.java 19 import static com.google.common.math.MathTesting.ALL_DOUBLE_CANDIDATES;
20 import static com.google.common.math.MathTesting.ALL_ROUNDING_MODES;
21 import static com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES;
22 import static com.google.common.math.MathTesting.FRACTIONAL_DOUBLE_CANDIDATES;
23 import static com.google.common.math.MathTesting.INTEGRAL_DOUBLE_CANDIDATES;
24 import static com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES;
25 import static com.google.common.math.MathTesting.POSITIVE_FINITE_DOUBLE_CANDIDATES;
MathTesting.java 47 public class MathTesting {

Completed in 145 milliseconds