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