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

  /external/icu4c/i18n/
decContext.h 146 #define DEC_Inexact 0x00000020
164 #define DEC_Inexact 0x00000001
182 #define DEC_IEEE_754_Inexact (DEC_Inexact | DEC_Lost_digits)
184 #define DEC_IEEE_754_Inexact (DEC_Inexact)
204 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact \
207 #define DEC_Information (DEC_Clamped | DEC_Rounded | DEC_Inexact)
decContext.c 241 return uprv_decContextSetStatus(context, DEC_Inexact);
292 return uprv_decContextSetStatusQuiet(context, DEC_Inexact);
348 if (status==DEC_Inexact ) return DEC_Condition_IE;
decNumber.c     [all...]
decimfmt.cpp     [all...]

Completed in 85 milliseconds