Searched defs:floor (Results 1 – 4 of 4) sorted by relevance
46 public static float floor(float value) { in floor() method in FloatMath
401 int floor = (degrees / stepSize) * stepSize; in snapOnly30s() local
294 int floor = (degrees / stepSize) * stepSize; in snapOnly30s() local
487 float __attribute__((overloadable)) floor(float v) { in floor() function