Home
last modified time | relevance | path

Searched defs:ceil (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/util/
DFloatMath.java59 public static float ceil(float value) { in ceil() method in FloatMath
DHalf.java547 public static @HalfFloat short ceil(@HalfFloat short h) { in ceil() method in Half
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/libcore/util/
DFP16.java330 public static short ceil(short h) { in ceil() method in FP16
/frameworks/native/libs/math/include/math/
DTVecHelpers.h473 friend inline CONSTEXPR VECTOR<T> PURE ceil(VECTOR<T> v) { in ceil() function
/frameworks/rs/driver/runtime/
Drs_cl.c412 float __attribute__((overloadable)) ceil(float v) { in ceil() function