Searched defs:clamp (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/annotations/flagged_api/java/lang/ |
D | Math.annotated.java | 191 public static int clamp(long value, int min, int max) { throw new RuntimeException("Stub!"); } in clamp() method in Math 194 public static long clamp(long value, long min, long max) { throw new RuntimeException("Stub!"); } in clamp() method in Math 197 public static double clamp(double value, double min, double max) { throw new RuntimeException("Stub… in clamp() method in Math 200 public static float clamp(float value, float min, float max) { throw new RuntimeException("Stub!");… in clamp() method in Math
|
D | StrictMath.annotated.java | 190 public static int clamp(long value, int min, int max) { throw new RuntimeException("Stub!"); } in clamp() method in StrictMath 193 public static long clamp(long value, long min, long max) { throw new RuntimeException("Stub!"); } in clamp() method in StrictMath 196 public static double clamp(double value, double min, double max) { throw new RuntimeException("Stub… in clamp() method in StrictMath 199 public static float clamp(float value, float min, float max) { throw new RuntimeException("Stub!");… in clamp() method in StrictMath
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 1889 public static int clamp(long value, int min, int max) { in clamp() method in StrictMath 1907 public static long clamp(long value, long min, long max) { in clamp() method in StrictMath 1931 public static double clamp(double value, double min, double max) { in clamp() method in StrictMath 1955 public static float clamp(float value, float min, float max) { in clamp() method in StrictMath
|
D | Math.java | 2360 public static int clamp(long value, int min, int max) { in clamp() method in Math 2381 public static long clamp(long value, long min, long max) { in clamp() method in Math 2408 public static double clamp(double value, double min, double max) { in clamp() method in Math 2449 public static float clamp(float value, float min, float max) { in clamp() method in Math
|