Searched defs:SIGNEX (Results 1 – 2 of 2) sorted by relevance
57 #define SIGNEX(v,width) ((((long long)(v))<<(64-width))>>(64-width)) macro59 #define SIGNEX(v,width) ((((int)(v))<<(32-width))>>(32-width)) macro
52 #define SIGNEX(v,width) ({ \ macro