Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
Dcontext.c91 ctx->emin=MPD_MIN_EMIN; in mpd_maxcontext()
105 ctx->emin=MPD_MIN_EMIN; in mpd_defaultcontext()
119 ctx->emin=MPD_MIN_EMIN; in mpd_basiccontext()
220 if (emin > 0 || emin < MPD_MIN_EMIN) { in mpd_qsetemin()
Dmpdecimal.h151 #define MPD_MIN_EMIN (-999999999999999999LL) /* -EMAX */ macro
152 #define MPD_MIN_ETINY (MPD_MIN_EMIN-(MPD_MAX_PREC-1))
196 #define MPD_MIN_EMIN (-425000000L) /* -EMAX */ macro
197 #define MPD_MIN_ETINY (MPD_MIN_EMIN-(MPD_MAX_PREC-1))
Dmpdecimal.c7487 varcontext.emin = maxcontext.emin = MPD_MIN_EMIN - 100; in _mpd_qreciprocal()
7602 workctx.emin = MPD_MIN_EMIN - 3; in _mpd_base_ndivmod()
8775 .emin=MPD_MIN_EMIN, in mpd_from_uint128_triple()
/third_party/python/Modules/_decimal/
D_decimal.c4598 maxctx.emin = MPD_MIN_EMIN - 21; in _dec_hash()
5596 {"MIN_EMIN", MPD_MIN_EMIN},