Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DMath.java868 public static int round(float a) { in round() method in Math
917 public static long round(double a) { in round() method in Math
DStrictMath.java716 public static int round(float a) { in round() method in StrictMath
740 public static long round(double a) { in round() method in StrictMath