Searched defs:_SIGN (Results 1 – 2 of 2) sorted by relevance
31 #define _SIGN(value) ((value)==0 ? 0 : ((int32_t)(value)>>31)|1) macro