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

  /external/chromium_org/third_party/icu/source/i18n/
decNumberLocal.h 335 /* [ZEROWORD is defined to be one of these in the DFISZERO macro] */
338 /* DFISZERO -- test for (any) zero */
345 /* In DFISZERO the first test checks the least-significant word */
354 #define DFISZERO(df) ((DFWORD(df, 0)&0x1c0fffff)==0 \
358 #define DFISZERO(df) ((DFWORD(df, 1)==0 \
370 #define DFISZERO(df) ((DFWORD(df, 3)==0 \
    [all...]
  /external/icu/icu4c/source/i18n/
decNumberLocal.h 335 /* [ZEROWORD is defined to be one of these in the DFISZERO macro] */
338 /* DFISZERO -- test for (any) zero */
345 /* In DFISZERO the first test checks the least-significant word */
354 #define DFISZERO(df) ((DFWORD(df, 0)&0x1c0fffff)==0 \
358 #define DFISZERO(df) ((DFWORD(df, 1)==0 \
370 #define DFISZERO(df) ((DFWORD(df, 3)==0 \
    [all...]

Completed in 5027 milliseconds