Searched defs:checkNonNegative (Results 1 – 3 of 3) sorted by relevance
51 static int checkNonNegative(@Nullable String role, int x) { in checkNonNegative() method in MathPreconditions58 static long checkNonNegative(@Nullable String role, long x) { in checkNonNegative() method in MathPreconditions65 static BigInteger checkNonNegative(@Nullable String role, BigInteger x) { in checkNonNegative() method in MathPreconditions72 static double checkNonNegative(@Nullable String role, double x) { in checkNonNegative() method in MathPreconditions
386 private void checkNonNegative(long[] in) throws IllegalArgumentException { in checkNonNegative() method in ChiSquareTestImpl402 private void checkNonNegative(long[][] in) throws IllegalArgumentException { in checkNonNegative() method in ChiSquareTestImpl
163 private static final long checkNonNegative(long value, String description) in checkNonNegative() method in PatchReader