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

  /external/icu4c/i18n/
decContext.h 153 #define DEC_Overflow 0x00000200
171 #define DEC_Overflow 0x00000008
193 #define DEC_IEEE_754_Overflow (DEC_Overflow)
decContext.c 246 return uprv_decContextSetStatus(context, DEC_Overflow);
297 return uprv_decContextSetStatusQuiet(context, DEC_Overflow);
339 if (status==DEC_Overflow ) return DEC_Condition_OV;
decNumber.c     [all...]

Completed in 131 milliseconds