Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/
DMath.java673 public static long round(double d) { in round() method in Math
700 public static int round(float f) { in round() method in Math
DStrictMath.java663 public static long round(double d) { in round() method in StrictMath
686 public static int round(float f) { in round() method in StrictMath
DHexStringParser.java256 private void round() { in round() method in HexStringParser
/libcore/luni/src/main/java/java/math/
DBigDecimal.java1840 public BigDecimal round(MathContext mc) { in round() method in BigDecimal