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

  /external/icu/icu4c/source/i18n/
decContext.h 154 #define DEC_Clamped 0x00000400
172 #define DEC_Clamped 0x00000000
179 /* [DEC_Clamped, DEC_Lost_digits, DEC_Rounded, and DEC_Subnormal */
205 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact \
208 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact)
decContext.c 248 return uprv_decContextSetStatus(context, DEC_Clamped);
299 return uprv_decContextSetStatusQuiet(context, DEC_Clamped);
346 if (status==DEC_Clamped ) return DEC_Condition_PA;
decNumber.c     [all...]

Completed in 193 milliseconds