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 145 #define DEC_Division_by_zero 0x00000002
163 #define DEC_Division_by_zero 0x00000002
183 #define DEC_IEEE_754_Division_by_zero (DEC_Division_by_zero)
decContext.c 230 return uprv_decContextSetStatus(context, DEC_Division_by_zero);
281 return uprv_decContextSetStatusQuiet(context, DEC_Division_by_zero);
340 if (status==DEC_Division_by_zero ) return DEC_Condition_DZ;
decNumber.c     [all...]

Completed in 398 milliseconds