Home
last modified time | relevance | path

Searched defs:clamp (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/flagged_api/java/lang/
DMath.annotated.java191 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
DStrictMath.annotated.java190 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/
DStrictMath.java1889 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
DMath.java2360 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