Searched defs:ceil (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Ds_ceil.c28 * ceil(x)
33 * Inexact flag raised if x not equal to ceil(x).
45 double ceil(double x) function
47 double ceil(x)
/openjdk7/jdk/src/share/classes/java/lang/
H A DMath.java395 * that the value of {@code Math.ceil(x)} is exactly the
404 public static double ceil(double a) { method in class:Math
405 return StrictMath.ceil(a); // default impl. delegates to StrictMath
612 * fixed point of the method {@link #ceil ceil} or,
H A DStrictMath.java312 * that the value of {@code StrictMath.ceil(x)} is exactly the
320 public static double ceil(double a) { method in class:StrictMath
344 * Internal method to share logic between floor and ceil.
603 * fixed point of the method {@link #ceil ceil} or,
/openjdk7/jdk/src/share/native/java/lang/fdlibm/include/
H A Djfdlibm.h52 #define ceil jceil macro

Completed in 253 milliseconds