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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumberLocal.h341 /* DFISINT -- test for finite and exponent q=0 */
348 /* MSD>7. DFISINT similarly has to allow for the two forms of */
361 #define DFISINT(df) ((DFWORD(df, 0)&0x63fc0000)==0x22380000 \ macro
375 #define DFISINT(df) ((DFWORD(df, 0)&0x63ffc000)==0x22080000 \ macro
/external/icu/icu4c/source/i18n/
H A DdecNumberLocal.h341 /* DFISINT -- test for finite and exponent q=0 */
348 /* MSD>7. DFISINT similarly has to allow for the two forms of */
361 #define DFISINT(df) ((DFWORD(df, 0)&0x63fc0000)==0x22380000 \ macro
375 #define DFISINT(df) ((DFWORD(df, 0)&0x63ffc000)==0x22080000 \ macro

Completed in 71 milliseconds