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

  /external/icu4c/i18n/
decContext.h 156 #define DEC_Underflow 0x00002000
174 #define DEC_Underflow 0x00000004
193 #define DEC_IEEE_754_Underflow (DEC_Underflow)
decContext.c 261 return uprv_decContextSetStatus(context, DEC_Underflow);
312 return uprv_decContextSetStatusQuiet(context, DEC_Underflow);
347 if (status==DEC_Underflow ) return DEC_Condition_UN;
decNumber.c     [all...]

Completed in 123 milliseconds