Searched defs:ROUNDDOWN (Results 1 – 3 of 3) sorted by relevance
96 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
64 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
149 #define ROUNDDOWN(x,y) rounddown(x,y) macro