Home
last modified time | relevance | path

Searched defs:floor (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/util/
DFloatMath.java46 public static float floor(float value) { in floor() method in FloatMath
DHalf.java565 public static @HalfFloat short floor(@HalfFloat short h) { in floor() method in Half
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncDispatchRealtimeTest.cpp44 auto const floor = timePoint % mPeriod; in nextAnticipatedVSyncTimeFrom() local
72 auto const floor = (normalized_to_base) % mPeriod; in nextAnticipatedVSyncTimeFrom() local
/frameworks/native/libs/math/include/math/
DTVecHelpers.h466 friend inline CONSTEXPR VECTOR<T> PURE floor(VECTOR<T> v) { in floor() function
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java295 int floor = (degrees / stepSize) * stepSize; in snapOnly30s() local
/frameworks/rs/driver/runtime/
Drs_cl.c490 float __attribute__((overloadable)) floor(float v) { in floor() function
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1285 bool MediaCodec::Histogram::setup(int nbuckets, int64_t width, int64_t floor) in setup()