Home
last modified time | relevance | path

Searched defs:checkPositive (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/math/
DMathPreconditions.java30 static int checkPositive(@Nullable String role, int x) { in checkPositive() method in MathPreconditions
37 static long checkPositive(@Nullable String role, long x) { in checkPositive() method in MathPreconditions
44 static BigInteger checkPositive(@Nullable String role, BigInteger x) { in checkPositive() method in MathPreconditions
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
DChiSquareTestImpl.java370 private void checkPositive(double[] in) throws IllegalArgumentException { in checkPositive() method in ChiSquareTestImpl