OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEC_Division_by_zero
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
decContext.h
142
#define
DEC_Division_by_zero
0x00000002
160
#define
DEC_Division_by_zero
0x00000002
180
#define DEC_IEEE_754_Division_by_zero (
DEC_Division_by_zero
)
decContext.c
235
return uprv_decContextSetStatus(context,
DEC_Division_by_zero
);
286
return uprv_decContextSetStatusQuiet(context,
DEC_Division_by_zero
);
345
if (status==
DEC_Division_by_zero
) return DEC_Condition_DZ;
decNumber.c
[
all
...]
/external/icu4c/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 1060 milliseconds