Lines Matching full:_sign
28 #define _SIGN(value) ((value)==0 ? 0 : ((int32_t)(value)>>31)|1)461 if(_SIGN(r1)!=_SIGN(r2)) {472 if(_SIGN(r1)!=_SIGN(u_strcmp(strings[i], strings[i+1]))) {