Searched defs:floor (Results 1 – 9 of 9) 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
76 bool MediaHistogram<T>::setup(int bucketCount, T width, T floor) { in setup()
44 auto const floor = timePoint % mPeriod; in nextAnticipatedVSyncTimeFrom() local73 auto const floor = (normalized_to_base) % mPeriod; in nextAnticipatedVSyncTimeFrom() local
217 private boolean isInRange(int floor, int ceiling, int value) { in isInRange()
107 int floor; member
466 friend inline CONSTEXPR VECTOR<T> PURE floor(VECTOR<T> v) { in floor() function
296 int floor = (degrees / stepSize) * stepSize; in snapOnly30s() local
490 float __attribute__((overloadable)) floor(float v) { in floor() function