HomeSort by relevance Sort by last modified time
    Searched refs:_SIGN (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/test/cintltst/
custrtst.c 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]))) {
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 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]))) {
    [all...]

Completed in 349 milliseconds