Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/
DStrictMath.java737 public static long round(double d) { in round() method in StrictMath
760 public static int round(float f) { in round() method in StrictMath
DMath.java736 public static long round(double d) { in round() method in Math
763 public static int round(float f) { in round() method in Math
DHexStringParser.java256 private void round() { in round() method in HexStringParser
/libcore/luni/src/main/java/java/math/
DBigDecimal.java1888 public BigDecimal round(MathContext mc) { in round() method in BigDecimal