OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEC_Inexact
(Results
1 - 3
of
3
) 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
...]
Completed in 76 milliseconds