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

  /external/icu/icu4c/source/i18n/
decNumber.h 45 #define DECINF 0x40 /* 1=Infinity */
49 #define DECSPECIAL (DECINF|DECNAN|DECSNAN) /* any special value */
187 #define decNumberIsInfinite(dn) (((dn)->bits&DECINF)!=0)
decNumber.cpp 573 dn->bits=bits | DECINF;
    [all...]

Completed in 63 milliseconds