Searched defs:DIVIDE (Results 1 – 3 of 3) sorted by relevance
115 #define DIVIDE(x, y) (((x) + ((y) / 2)) / (y)) macro
183 #define DIVIDE(x,y) (((x) + ((y) / 2)) / (y)) macro
46 #define DIVIDE(x,y) (((x) + ((y) / 2)) / (y)) macro