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

  /external/icu/icu4c/source/i18n/
decContext.h 147 #define DEC_Inexact 0x00000020
165 #define DEC_Inexact 0x00000001
183 #define DEC_IEEE_754_Inexact (DEC_Inexact | DEC_Lost_digits)
185 #define DEC_IEEE_754_Inexact (DEC_Inexact)
205 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact \
208 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact)
decContext.c 234 return uprv_decContextSetStatus(context, DEC_Inexact);
285 return uprv_decContextSetStatusQuiet(context, DEC_Inexact);
341 if (status==DEC_Inexact ) return DEC_Condition_IE;
decNumber.c     [all...]
decimfmt.cpp     [all...]

Completed in 186 milliseconds