Searched defs:floor (Results 1 – 7 of 7) sorted by relevance
46 public static float floor(float value) { in floor() method in FloatMath
565 public static @HalfFloat short floor(@HalfFloat short h) { in floor() method in Half
44 auto const floor = timePoint % mPeriod; in nextAnticipatedVSyncTimeFrom() local72 auto const floor = (normalized_to_base) % mPeriod; in nextAnticipatedVSyncTimeFrom() local
466 friend inline CONSTEXPR VECTOR<T> PURE floor(VECTOR<T> v) { in floor() function
295 int floor = (degrees / stepSize) * stepSize; in snapOnly30s() local
490 float __attribute__((overloadable)) floor(float v) { in floor() function
1285 bool MediaCodec::Histogram::setup(int nbuckets, int64_t width, int64_t floor) in setup()