Searched refs:_SIGN (Results 1 – 1 of 1) sorted by relevance
29 #define _SIGN(value) ((value)==0 ? 0 : ((int32_t)(value)>>31)|1) macro458 if(_SIGN(r1)!=_SIGN(r2)) { in TestStringFunctions()469 if(_SIGN(r1)!=_SIGN(u_strcmp(strings[i], strings[i+1]))) { in TestStringFunctions()