OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEC_Overflow
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
decContext.h
152
#define
DEC_Overflow
0x00000200
170
#define
DEC_Overflow
0x00000008
192
#define DEC_IEEE_754_Overflow (
DEC_Overflow
)
decContext.c
253
return uprv_decContextSetStatus(context,
DEC_Overflow
);
304
return uprv_decContextSetStatusQuiet(context,
DEC_Overflow
);
346
if (status==
DEC_Overflow
) return DEC_Condition_OV;
decNumber.c
[
all
...]
Completed in 15 milliseconds