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

  /external/icu/icu4c/source/i18n/
decContext.h 156 #define DEC_Subnormal 0x00001000
174 #define DEC_Subnormal 0x00000000
179 /* [DEC_Clamped, DEC_Lost_digits, DEC_Rounded, and DEC_Subnormal */
decContext.c 252 return uprv_decContextSetStatus(context, DEC_Subnormal);
303 return uprv_decContextSetStatusQuiet(context, DEC_Subnormal);
347 if (status==DEC_Subnormal ) return DEC_Condition_SU;
decNumber.c     [all...]

Completed in 48 milliseconds