Searched defs:ceil (Results 1 – 3 of 3) sorted by relevance
48 public static native float ceil(float value); in ceil() method in FloatMath
57 /*package*/ static float ceil(float value) { in ceil() method in FloatMath_Delegate
413 float ceil(float x) { in ceil() function