Home
last modified time | relevance | path

Searched defs:traps (Results 1 - 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A DdecContext.h95 uint32_t traps; /* trap-enabler flags */ member
/third_party/node/deps/icu-small/source/i18n/
H A DdecContext.h95 uint32_t traps; /* trap-enabler flags */ member
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecContext.h95 uint32_t traps; /* trap-enabler flags */ member
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.h246 uint32_t traps; /* status events that should be trapped */ member
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128.h283 static constexpr bool traps = numeric_limits<unsigned __int128>::traps; member in std::numeric_limits
285 static constexpr bool traps = numeric_limits<uint64_t>::traps; member in std::numeric_limits
518 static constexpr bool traps = numeric_limits<__int128>::traps; member in std::numeric_limits
520 static constexpr bool traps = numeric_limits<uint64_t>::traps; member in std::numeric_limits
/third_party/python/Lib/
H A D_pydecimal.py6090 traps=[DivisionByZero, Overflow, InvalidOperation], global() variable
6105 traps=[DivisionByZero, Overflow, InvalidOperation, Clamped, Underflow], global() variable
6111 traps=[], global() variable
[all...]
/third_party/python/Modules/_decimal/
H A D_decimal.c86 PyObject *traps; member
1160 context_setattrs(PyObject *self, PyObject *prec, PyObject *rounding, PyObject *emin, PyObject *emax, PyObject *capitals, PyObject *clamp, PyObject *status, PyObject *traps) context_setattrs() argument
1318 PyObject *traps = Py_None; context_init() local
1342 char traps[MPD_MAX_SIGNAL_LIST]; context_repr() local
1449 PyObject *traps; context_reduce() local
1753 PyObject *traps = Py_None; ctxmanager_new() local
[all...]

Completed in 15 milliseconds