Searched defs:checkPositive (Results 1 – 2 of 2) sorted by relevance
30 static int checkPositive(@Nullable String role, int x) { in checkPositive() method in MathPreconditions37 static long checkPositive(@Nullable String role, long x) { in checkPositive() method in MathPreconditions44 static BigInteger checkPositive(@Nullable String role, BigInteger x) { in checkPositive() method in MathPreconditions
370 private void checkPositive(double[] in) throws IllegalArgumentException { in checkPositive() method in ChiSquareTestImpl