Home
last modified time | relevance | path

Searched refs:newtrap (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
H A Dcontext.c95 ctx->newtrap=0; in mpd_maxcontext()
109 ctx->newtrap=0; in mpd_defaultcontext()
123 ctx->newtrap=0; in mpd_basiccontext()
141 ctx->newtrap=0; in mpd_ieee_context()
283 ctx->newtrap = (flags&ctx->traps); in mpd_addstatus_raise()
H A Dmpdecimal.h248 uint32_t newtrap; /* set by mpd_addstatus_raise() */ member
H A Dmpdecimal.c748 /* Initialize a workcontext from ctx. Set traps, flags and newtrap to 0. */
758 workctx->newtrap = 0; in mpd_workcontext()
8779 .newtrap=0, in mpd_from_uint128_triple()
/third_party/python/Modules/_decimal/
H A D_decimal.c1439 CTX(copy)->newtrap = 0; in context_copy()

Completed in 24 milliseconds