Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DFloatMath.java48 public static native float ceil(float value); in ceil() method in FloatMath
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DFloatMath_Delegate.java57 /*package*/ static float ceil(float value) { in ceil() method in FloatMath_Delegate
/frameworks/support/renderscript/v8/rs_support/driver/
DrsdRuntimeMath.cpp413 float ceil(float x) { in ceil() function