Searched defs:checkNonNegative (Results 1 – 7 of 7) sorted by relevance
55 static int checkNonNegative(String role, int x) { in checkNonNegative() method in MathPreconditions63 static long checkNonNegative(String role, long x) { in checkNonNegative() method in MathPreconditions71 static BigInteger checkNonNegative(String role, BigInteger x) { in checkNonNegative() method in MathPreconditions79 static double checkNonNegative(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
63 private void checkNonNegative(BigDecimal amount, String action) { in checkNonNegative() method in InMemoryDatabase.InMemoryAccount
586 public static void checkNonNegative(final long[] in) throws NotPositiveException { in checkNonNegative() method in MathArrays601 public static void checkNonNegative(final long[][] in) throws NotPositiveException { in checkNonNegative() method in MathArrays
1071 private static int checkNonNegative(int value) throws ParserException { in checkNonNegative() method in FragmentedMp4Extractor
1057 private static int checkNonNegative(int value) throws ParserException { in checkNonNegative() method in FragmentedMp4Extractor