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

  /external/icu/icu4c/source/i18n/
decContext.h 143 #define DEC_Division_by_zero 0x00000002
161 #define DEC_Division_by_zero 0x00000002
181 #define DEC_IEEE_754_Division_by_zero (DEC_Division_by_zero)
decContext.c 228 return uprv_decContextSetStatus(context, DEC_Division_by_zero);
279 return uprv_decContextSetStatusQuiet(context, DEC_Division_by_zero);
338 if (status==DEC_Division_by_zero ) return DEC_Condition_DZ;
decNumber.c     [all...]

Completed in 49 milliseconds