Searched defs:rint (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Ds_rint.c28 * rint(x)
34 * Inexact flag raised if x not equal to rint(x).
50 double rint(double x) function
52 double rint(x)
/openjdk7/jdk/src/share/classes/java/lang/
H A DMath.java442 public static double rint(double a) { method in class:Math
443 return StrictMath.rint(a); // default impl. delegates to StrictMath
H A DStrictMath.java404 public static double rint(double a) { method in class:StrictMath
410 * these cases, rint of the argument is the argument.

Completed in 38 milliseconds