Searched defs:WRAPLOW (Results 1 – 1 of 1) sorted by relevance
86 #define WRAPLOW(x, bd) ((((int32_t)(x)) << (24 - bd)) >> (24 - bd)) macro88 #define WRAPLOW(x, bd) ((int32_t)(x)) macro