Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
Dcontext.c89 ctx->prec=MPD_MAX_PREC; in mpd_maxcontext()
200 if (prec <= 0 || prec > MPD_MAX_PREC) { in mpd_qsetprec()
Dio.c285 if (fracdigits > MPD_MAX_PREC) { in mpd_qset_string()
295 if (digits > MPD_MAX_PREC) { in mpd_qset_string()
1260 if (spec->min_width > MPD_MAX_PREC) { in mpd_qformat_spec()
1308 if (spec->prec > MPD_MAX_PREC) { in mpd_qformat_spec()
1373 if (result.nchars > MPD_MAX_PREC+36) { in mpd_qformat_spec()
Dmpdecimal.h147 #define MPD_MAX_PREC 999999999999999999LL macro
152 #define MPD_MIN_ETINY (MPD_MIN_EMIN-(MPD_MAX_PREC-1))
192 #define MPD_MAX_PREC 425000000L macro
197 #define MPD_MIN_ETINY (MPD_MIN_EMIN-(MPD_MAX_PREC-1))
Dmpdecimal.c7223 if (a->digits + shift > MPD_MAX_PREC+1) { in _mpd_qrescale()
7283 if (exp > MPD_MAX_EMAX+1 || exp < MPD_MIN_ETINY-MPD_MAX_PREC) { in mpd_qrescale_fmt()
7488 maxcontext.prec = MPD_MAX_PREC + 100; in _mpd_qreciprocal()
7578 if (a->digits > MPD_MAX_PREC || workctx.prec > MPD_MAX_PREC) { in _mpd_base_ndivmod()
8773 .prec=MPD_MAX_PREC, in mpd_from_uint128_triple()
/third_party/python/Modules/_decimal/
D_decimal.c4596 maxctx.prec = MPD_MAX_PREC + 21; in _dec_hash()
5594 {"MAX_PREC", MPD_MAX_PREC},