HomeSort by relevance Sort by last modified time
    Searched defs:multiplyExact (Results 1 - 4 of 4) sorted by null

  /libcore/ojluni/src/main/java/java/lang/
StrictMath.java 68 * {@code subtractExact}, {@code multiplyExact}, and {@code toIntExact}
780 * @see Math#multiplyExact(int,int)
783 public static int multiplyExact(int x, int y) {
784 return Math.multiplyExact(x, y);
795 * @see Math#multiplyExact(long,long)
798 public static long multiplyExact(long x, long y) {
799 return Math.multiplyExact(x, y);
    [all...]
Math.java 95 * {@code subtractExact}, {@code multiplyExact}, and {@code toIntExact}
    [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 59 milliseconds