Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c110 #define CtxCaps(v) (((PyDecContextObject *)v)->capitals) macro
762 return PyLong_FromLong(CtxCaps(self)); in context_getcapitals()
940 CtxCaps(self) = (int)x; in context_setcapitals()
1221 CtxCaps(self) = 1; in context_new()
1362 CtxCaps(v) = 1; in init_basic_context()
1374 CtxCaps(v) = 1; in init_extended_context()
1426 CtxCaps(copy) = CtxCaps(self); in context_copy()
1455 CtxCaps(self), ctx->clamp, flags, traps in context_reduce()
3107 size = mpd_to_sci_size(&cp, MPD(dec), CtxCaps(context)); in dec_str()
3126 cp = mpd_to_sci(MPD(dec), CtxCaps(context)); in dec_repr()
[all …]