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 159 #define DEC_Underflow 0x00002000
177 #define DEC_Underflow 0x00000004
196 #define DEC_IEEE_754_Underflow (DEC_Underflow)
decContext.cpp 256 return uprv_decContextSetStatus(context, DEC_Underflow);
307 return uprv_decContextSetStatusQuiet(context, DEC_Underflow);
342 if (status==DEC_Underflow ) return DEC_Condition_UN;
decNumber.cpp     [all...]

Completed in 494 milliseconds