Searched refs:MathTesting (Results 1 – 12 of 12) sorted by relevance
19 import static com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES;20 import static com.google.common.math.MathTesting.FINITE_DOUBLE_CANDIDATES;21 import static com.google.common.math.MathTesting.POSITIVE_FINITE_DOUBLE_CANDIDATES;
21 import static com.google.common.math.MathTesting.ALL_DOUBLE_CANDIDATES;22 import static com.google.common.math.MathTesting.ALL_ROUNDING_MODES;23 import static com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES;24 import static com.google.common.math.MathTesting.DOUBLE_CANDIDATES_EXCEPT_NAN;25 import static com.google.common.math.MathTesting.FINITE_DOUBLE_CANDIDATES;26 import static com.google.common.math.MathTesting.FRACTIONAL_DOUBLE_CANDIDATES;27 import static com.google.common.math.MathTesting.INFINITIES;28 import static com.google.common.math.MathTesting.INTEGRAL_DOUBLE_CANDIDATES;29 import static com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES;30 import static com.google.common.math.MathTesting.POSITIVE_FINITE_DOUBLE_CANDIDATES;
19 import static com.google.common.math.MathTesting.ALL_LONG_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.NEGATIVE_LONG_CANDIDATES;25 import static com.google.common.math.MathTesting.NONZERO_LONG_CANDIDATES;26 import static com.google.common.math.MathTesting.POSITIVE_INTEGER_CANDIDATES;27 import static com.google.common.math.MathTesting.POSITIVE_LONG_CANDIDATES;
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;
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.NONZERO_BIGINTEGER_CANDIDATES;24 import static com.google.common.math.MathTesting.POSITIVE_BIGINTEGER_CANDIDATES;
46 public class MathTesting { class