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

  /external/icu4c/i18n/
decContext.h 155 #define DEC_Subnormal 0x00001000
173 #define DEC_Subnormal 0x00000000
178 /* [DEC_Clamped, DEC_Lost_digits, DEC_Rounded, and DEC_Subnormal */
decContext.c 259 return uprv_decContextSetStatus(context, DEC_Subnormal);
310 return uprv_decContextSetStatusQuiet(context, DEC_Subnormal);
354 if (status==DEC_Subnormal ) return DEC_Condition_SU;
decNumber.c     [all...]

Completed in 167 milliseconds