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

  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/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 39 milliseconds