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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecContext.h151 #define DEC_Lost_digits 0x00000100 macro
169 #define DEC_Lost_digits 0x00000000 macro
179 /* [DEC_Clamped, DEC_Lost_digits, DEC_Rounded, and DEC_Subnormal */
183 #define DEC_IEEE_754_Inexact (DEC_Inexact | DEC_Lost_digits)
206 | DEC_Lost_digits)
/external/icu/icu4c/source/i18n/
H A DdecContext.h151 #define DEC_Lost_digits 0x00000100 macro
169 #define DEC_Lost_digits 0x00000000 macro
179 /* [DEC_Clamped, DEC_Lost_digits, DEC_Rounded, and DEC_Subnormal */
183 #define DEC_IEEE_754_Inexact (DEC_Inexact | DEC_Lost_digits)
206 | DEC_Lost_digits)

Completed in 105 milliseconds