Searched defs:HALVE (Results 1 – 3 of 3) sorted by relevance
39 #define HALVE(x) ((x)>>1) macro51 #define HALVE(x) ((x)*.5f) macro
21 #define HALVE(x) (((x) + 1) >> 1) macro
28 #define HALVE(x) (((x) + 1) >> 1) macro