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

  /external/icu/icu4c/source/i18n/
decContext.h 157 #define DEC_Underflow 0x00002000
175 #define DEC_Underflow 0x00000004
194 #define DEC_IEEE_754_Underflow (DEC_Underflow)
decContext.c 254 return uprv_decContextSetStatus(context, DEC_Underflow);
305 return uprv_decContextSetStatusQuiet(context, DEC_Underflow);
340 if (status==DEC_Underflow ) return DEC_Condition_UN;
decNumber.c     [all...]

Completed in 64 milliseconds