Home
last modified time | relevance | path

Searched refs:MPD_MIN_ETINY (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.h152 #define MPD_MIN_ETINY (MPD_MIN_EMIN-(MPD_MAX_PREC-1)) macro
197 #define MPD_MIN_ETINY (MPD_MIN_EMIN-(MPD_MAX_PREC-1)) macro
H A Dmpdecimal.c7256 * MPD_MIN_ETINY <= exp <= MPD_MAX_EMAX+1
7263 if (exp > MPD_MAX_EMAX+1 || exp < MPD_MIN_ETINY) { in mpd_qrescale()
7276 * MPD_MIN_ETINY-MPD_MAX_PREC <= exp <= MPD_MAX_EMAX+1
7283 if (exp > MPD_MAX_EMAX+1 || exp < MPD_MIN_ETINY-MPD_MAX_PREC) { in mpd_qrescale_fmt()
/third_party/python/Modules/_decimal/
H A D_decimal.c5754 {"MIN_ETINY", MPD_MIN_ETINY},

Completed in 20 milliseconds