Home
last modified time | relevance | path

Searched defs:round (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/jdk/internal/math/
DFormattedFPDecimal.java197 private void round(long pp) { in round() method
/libcore/ojluni/annotations/flagged_api/java/lang/
DMath.annotated.java73 public static int round(float a) { throw new RuntimeException("Stub!"); } in round() method in Math
75 public static long round(double a) { throw new RuntimeException("Stub!"); } in round() method in Math
DStrictMath.annotated.java72 public static int round(float a) { throw new RuntimeException("Stub!"); } in round() method in StrictMath
74 public static long round(double a) { throw new RuntimeException("Stub!"); } in round() method in StrictMath
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java807 public static int round(float a) { in round() method in StrictMath
831 public static long round(double a) { in round() method in StrictMath
DMath.java895 public static int round(float a) { in round() method in Math
945 public static long round(double a) { in round() method in Math