Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java667 public static int round(float a) { in round() method in StrictMath
691 public static long round(double a) { in round() method in StrictMath
DMath.java675 public static int round(float a) { in round() method in Math
724 public static long round(double a) { in round() method in Math
/libcore/ojluni/src/main/java/java/math/
DBigDecimal.java2355 public BigDecimal round(MathContext mc) { in round() method in BigDecimal