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

  /external/chromium_org/third_party/icu/source/i18n/
decNumberLocal.h 353 /* DFISINT -- test for finite and exponent q=0 */
360 /* MSD>7. DFISINT similarly has to allow for the two forms of */
373 #define DFISINT(df) ((DFWORD(df, 0)&0x63fc0000)==0x22380000 \
387 #define DFISINT(df) ((DFWORD(df, 0)&0x63ffc000)==0x22080000 \
    [all...]
  /external/icu4c/i18n/
decNumberLocal.h 341 /* 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 \
375 #define DFISINT(df) ((DFWORD(df, 0)&0x63ffc000)==0x22080000 \
    [all...]

Completed in 414 milliseconds