Home
last modified time | relevance | path

Searched defs:_SIGN (Results 1 – 2 of 2) sorted by relevance

/external/cronet/third_party/icu/source/test/cintltst/
Dcustrtst.c31 #define _SIGN(value) ((value)==0 ? 0 : ((int32_t)(value)>>31)|1) macro
/external/icu/icu4c/source/test/cintltst/
Dcustrtst.c31 #define _SIGN(value) ((value)==0 ? 0 : ((int32_t)(value)>>31)|1) macro