Searched defs:DESCALE (Results 1 – 3 of 3) sorted by relevance
99 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro
112 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro
367 #define DESCALE(x,n) RIGHT_SHIFT((x) + (ONE << ((n)-1)), n) macro
Completed in 7 milliseconds