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

/frameworks/base/core/java/android/util/
H A DFloatMath.java37 * @return the floor of value
39 public static native float floor(float value); method in class:FloatMath
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DFloatMath_Delegate.java42 * @return the floor of value
45 /*package*/ static float floor(float value) { method in class:FloatMath_Delegate
46 return (float)Math.floor(value);
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdRuntimeMath.cpp41 int i = (int)floor(v);
254 int i = (int)floor(v);
461 float floor(float x) { function

Completed in 69 milliseconds