Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java653 public static int round(float a) { in round() method in StrictMath
677 public static long round(double a) { in round() method in StrictMath
DMath.java651 public static int round(float a) { in round() method in Math
700 public static long round(double a) { in round() method in Math
/libcore/ojluni/annotations/mmodule/java/lang/
DMath.annotated.java75 public static int round(float a) { throw new RuntimeException("Stub!"); } in round() method in Math
77 public static long round(double a) { throw new RuntimeException("Stub!"); } in round() method in Math
/libcore/luni/src/main/java/java/math/
DBigDecimal.java1848 public BigDecimal round(MathContext mc) { in round() method in BigDecimal