Searched refs:SCALEDONE (Results 1 – 4 of 4) sorted by relevance
122 #define SCALEDONE ((S32) 1) macro123 #define CONST_SCALE (SCALEDONE << CONST_BITS)139 #define DESCALE(x,n) (((x) + (SCALEDONE << ((n)-1))) >> (n))
229 #define SCALEDONE ((int32) 1) macro230 #define DESCALE(x,n) (((x) + (SCALEDONE << ((n)-1))) >> (n))