Home
last modified time | relevance | path

Searched defs:checkNoOverflow (Results 1 – 20 of 20) sorted by relevance

/external/guava/guava/src/com/google/common/math/
DMathPreconditions.java99 static void checkNoOverflow(boolean condition, String methodName, int a, int b) { in checkNoOverflow() method in MathPreconditions
105 static void checkNoOverflow(boolean condition, String methodName, long a, long b) { in checkNoOverflow() method in MathPreconditions
DIntMath.java501 checkNoOverflow(k < Integer.SIZE - 1, "checkedPow", b, k); in checkedPow() method
/external/guava/android/guava/src/com/google/common/math/
DMathPreconditions.java99 static void checkNoOverflow(boolean condition, String methodName, int a, int b) { in checkNoOverflow() method in MathPreconditions
105 static void checkNoOverflow(boolean condition, String methodName, long a, long b) { in checkNoOverflow() method in MathPreconditions
DIntMath.java501 checkNoOverflow(k < Integer.SIZE - 1, "checkedPow", b, k); in checkedPow() method
/external/guava/guava/src/com/google/common/primitives/
DBytes.java176 private static int checkNoOverflow(long result) { in checkNoOverflow() method in Bytes
DBooleans.java250 private static int checkNoOverflow(long result) { in checkNoOverflow() method in Booleans
DChars.java290 private static int checkNoOverflow(long result) { in checkNoOverflow() method in Chars
DFloats.java288 private static int checkNoOverflow(long result) { in checkNoOverflow() method in Floats
DDoubles.java293 private static int checkNoOverflow(long result) { in checkNoOverflow() method in Doubles
DShorts.java299 private static int checkNoOverflow(long result) { in checkNoOverflow() method in Shorts
DLongs.java268 private static int checkNoOverflow(long result) { in checkNoOverflow() method in Longs
DInts.java301 private static int checkNoOverflow(long result) { in checkNoOverflow() method in Ints
/external/guava/android/guava/src/com/google/common/primitives/
DBytes.java176 private static int checkNoOverflow(long result) { in checkNoOverflow() method in Bytes
DBooleans.java250 private static int checkNoOverflow(long result) { in checkNoOverflow() method in Booleans
DChars.java290 private static int checkNoOverflow(long result) { in checkNoOverflow() method in Chars
DFloats.java288 private static int checkNoOverflow(long result) { in checkNoOverflow() method in Floats
DShorts.java299 private static int checkNoOverflow(long result) { in checkNoOverflow() method in Shorts
DDoubles.java291 private static int checkNoOverflow(long result) { in checkNoOverflow() method in Doubles
DInts.java299 private static int checkNoOverflow(long result) { in checkNoOverflow() method in Ints
DLongs.java266 private static int checkNoOverflow(long result) { in checkNoOverflow() method in Longs