Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dcontext.c97 ctx->allcr=1; in mpd_maxcontext()
111 ctx->allcr=1; in mpd_defaultcontext()
125 ctx->allcr=1; in mpd_basiccontext()
143 ctx->allcr=1; in mpd_ieee_context()
193 return ctx->allcr; in mpd_getcr()
273 ctx->allcr = c; in mpd_qsetcr()
Dmpdecimal.c760 workctx->allcr = ctx->allcr; in mpd_workcontext()
4515 if (ctx->allcr) { in mpd_qexp()
5072 if (ctx->allcr) { in mpd_qln()
5221 if (ctx->allcr) { in mpd_qlog10()
6671 workctx.allcr = ctx->allcr; in _mpd_qpow_real()
Dmpdecimal.h258 int allcr; /* all functions correctly rounded */ member