Searched defs:SASR (Results 1 – 2 of 2) sorted by relevance
53 #define SASR(x, by) ((x) >> (by)) macro55 #define SASR(x, by) ((x) >= 0 ? (x) >> (by) : (~(-((x) + 1) >> (by)))) macro
7 SASR = -DSASR macro