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

/frameworks/base/core/java/android/util/
H A DFloatMath.java58 public static float ceil(float value) { method in class:FloatMath
59 return (float) Math.ceil(value);
H A DHalf.java580 public static @HalfFloat short ceil(@HalfFloat short h) { method in class:Half
/frameworks/rs/driver/runtime/
H A Drs_cl.c412 float __attribute__((overloadable)) ceil(float v) { function
415 FN_FUNC_FN(ceil)
1894 HN_FUNC_HN(ceil); variable

Completed in 2939 milliseconds