OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dec_division_by_zero
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/
decContext.h
143
#define
DEC_Division_by_zero
0x00000002
161
#define
DEC_Division_by_zero
0x00000002
181
#define DEC_IEEE_754_Division_by_zero (
DEC_Division_by_zero
)
decContext.c
228
return uprv_decContextSetStatus(context,
DEC_Division_by_zero
);
279
return uprv_decContextSetStatusQuiet(context,
DEC_Division_by_zero
);
338
if (status==
DEC_Division_by_zero
) return DEC_Condition_DZ;
decNumber.c
[
all
...]
Completed in 311 milliseconds