Home
last modified time | relevance | path

Searched defs:checkNonNegative (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/math/
DMathPreconditions.java51 static int checkNonNegative(@Nullable String role, int x) { in checkNonNegative() method in MathPreconditions
58 static long checkNonNegative(@Nullable String role, long x) { in checkNonNegative() method in MathPreconditions
65 static BigInteger checkNonNegative(@Nullable String role, BigInteger x) { in checkNonNegative() method in MathPreconditions
72 static double checkNonNegative(@Nullable String role, double x) { in checkNonNegative() method in MathPreconditions
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
DChiSquareTestImpl.java386 private void checkNonNegative(long[] in) throws IllegalArgumentException { in checkNonNegative() method in ChiSquareTestImpl
402 private void checkNonNegative(long[][] in) throws IllegalArgumentException { in checkNonNegative() method in ChiSquareTestImpl
/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/
DPatchReader.java163 private static final long checkNonNegative(long value, String description) in checkNonNegative() method in PatchReader