Searched defs:SIGN_BIT (Results 1 – 2 of 2) sorted by relevance
38 #define SIGN_BIT 0x40 macro
2 #define SIGN_BIT(T) (1ULL << (BITS(T) - 1)) macro