Searched refs:MathTesting (Results 1 – 9 of 9) sorted by relevance
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.NEGATIVE_INTEGER_CANDIDATES;23 import static com.google.common.math.MathTesting.NEGATIVE_LONG_CANDIDATES;24 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.POSITIVE_BIGINTEGER_CANDIDATES;
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;
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;
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.DOUBLE_CANDIDATES_EXCEPT_NAN;23 import static com.google.common.math.MathTesting.FINITE_DOUBLE_CANDIDATES;24 import static com.google.common.math.MathTesting.FRACTIONAL_DOUBLE_CANDIDATES;25 import static com.google.common.math.MathTesting.INFINITIES;26 import static com.google.common.math.MathTesting.INTEGRAL_DOUBLE_CANDIDATES;27 import static com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES;28 import static com.google.common.math.MathTesting.POSITIVE_FINITE_DOUBLE_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.NONZERO_BIGINTEGER_CANDIDATES;23 import static com.google.common.math.MathTesting.POSITIVE_BIGINTEGER_CANDIDATES;
47 public class MathTesting { class