Searched defs:round (Results 1 – 4 of 4) sorted by relevance
653 public static int round(float a) { in round() method in StrictMath677 public static long round(double a) { in round() method in StrictMath
651 public static int round(float a) { in round() method in Math700 public static long round(double a) { in round() method in Math
75 public static int round(float a) { throw new RuntimeException("Stub!"); } in round() method in Math77 public static long round(double a) { throw new RuntimeException("Stub!"); } in round() method in Math
1848 public BigDecimal round(MathContext mc) { in round() method in BigDecimal