Lines Matching refs:CtxCaps
110 #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()
3233 if (!mpd_parse_fmt_str(&spec, fmt, CtxCaps(context))) { in dec_format()
4264 size = mpd_to_eng_size(&s, MPD(self), CtxCaps(context)); in dec_mpd_to_eng()
5307 size = mpd_to_sci_size(&s, MPD(a), CtxCaps(context)); in ctx_mpd_to_sci()
5330 size = mpd_to_eng_size(&s, MPD(a), CtxCaps(context)); in ctx_mpd_to_eng()