Home
last modified time | relevance | path

Searched refs:DEC_ERRORS (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/_decimal/
D_decimal.c148 #define DEC_ERRORS (DEC_INVALID_SIGNALS|DEC_ERR_OCCURRED) macro
386 if (x & DEC_ERRORS) { in list_as_flags()
567 if (flag & DEC_ERRORS) { in signaldict_getitem()
585 if (flag & DEC_ERRORS) { in signaldict_setitem()
640 if (flags & DEC_ERRORS) { in signaldict_richcompare()
953 if (flags & DEC_ERRORS) { in context_settraps()
973 if (flags & DEC_ERRORS) { in context_settraps_list()
996 if (flags & DEC_ERRORS) { in context_settraps_dict()
1017 if (flags & DEC_ERRORS) { in context_setstatus()
1037 if (flags & DEC_ERRORS) { in context_setstatus_list()
[all …]