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/icu/icu4c/source/i18n/
decContext.h
155
#define
DEC_Overflow
0x00000200
173
#define
DEC_Overflow
0x00000008
195
#define DEC_IEEE_754_Overflow (
DEC_Overflow
)
decContext.cpp
248
return uprv_decContextSetStatus(context,
DEC_Overflow
);
299
return uprv_decContextSetStatusQuiet(context,
DEC_Overflow
);
341
if (status==
DEC_Overflow
) return DEC_Condition_OV;
decNumber.cpp
[
all
...]
Completed in 216 milliseconds