Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dcontext.c95 ctx->allcr=1; in mpd_maxcontext()
109 ctx->allcr=1; in mpd_defaultcontext()
123 ctx->allcr=1; in mpd_basiccontext()
141 ctx->allcr=1; in mpd_ieee_context()
191 return ctx->allcr; in mpd_getcr()
271 ctx->allcr = c; in mpd_qsetcr()
Dmpdecimal.c734 workctx->allcr = ctx->allcr; in mpd_workcontext()
4353 if (ctx->allcr) { in mpd_qexp()
4910 if (ctx->allcr) { in mpd_qln()
5059 if (ctx->allcr) { in mpd_qlog10()
6507 workctx.allcr = ctx->allcr; in _mpd_qpow_real()
Dmpdecimal.h269 int allcr; /* all functions correctly rounded */ member