Searched defs:DEC_Inexact (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecContext.h147 #define DEC_Inexact 0x00000020 macro
165 #define DEC_Inexact 0x00000001 macro
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)
/external/icu/icu4c/source/i18n/
H A DdecContext.h147 #define DEC_Inexact 0x00000020 macro
165 #define DEC_Inexact 0x00000001 macro
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)

Completed in 105 milliseconds