Searched defs:DFWWORD (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumberLocal.h314 #define DFWWORD(dfw, off) ((dfw)->words[DECWWORDS-1-(off)]) macro
318 #define DFWWORD(dfw, off) ((dfw)->words[off]) macro
446 #define GETWECON(df) ((Int)((DFWWORD((df), 0)&0x03ffffff)>>(32-6-DECWECONL)))
483 /* The latter is a copy of the next-wider GETCOEFF using DFWWORD. */
492 uInt sourhi=DFWWORD(df, 0); \
493 uInt sourlo=DFWWORD(df, 1); \
512 uInt sourhi=DFWWORD(df, 0); \
513 uInt sourmh=DFWWORD(df, 1); \
514 uInt sourml=DFWWORD(df, 2); \
515 uInt sourlo=DFWWORD(d
[all...]
/external/icu4c/i18n/
H A DdecNumberLocal.h302 #define DFWWORD(dfw, off) ((dfw)->words[DECWWORDS-1-(off)]) macro
306 #define DFWWORD(dfw, off) ((dfw)->words[off]) macro
434 #define GETWECON(df) ((Int)((DFWWORD((df), 0)&0x03ffffff)>>(32-6-DECWECONL)))
471 /* The latter is a copy of the next-wider GETCOEFF using DFWWORD. */
480 uInt sourhi=DFWWORD(df, 0); \
481 uInt sourlo=DFWWORD(df, 1); \
500 uInt sourhi=DFWWORD(df, 0); \
501 uInt sourmh=DFWWORD(df, 1); \
502 uInt sourml=DFWWORD(df, 2); \
503 uInt sourlo=DFWWORD(d
[all...]

Completed in 74 milliseconds