Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.h164 #define MPD_EXPDIGITS 19 /* MPD_EXPDIGITS <= MPD_RDIGITS+1 */ macro
208 #define MPD_EXPDIGITS 10 /* MPD_EXPDIGITS <= MPD_RDIGITS+1 */ macro
Dio.c565 mem += (MPD_EXPDIGITS+1+6); in _mpd_to_string()
Dmpdecimal.c6505 workctx.prec += (4 + MPD_EXPDIGITS); in _mpd_qpow_real()
/external/python/cpython3/Modules/_decimal/
D_decimal.c2356 mem = 1 + tsize + 3 + MPD_EXPDIGITS + 2; in dectuple_as_str()
2403 n = snprintf(cp, MPD_EXPDIGITS+2, "%" PRI_mpd_ssize_t, exp); in dectuple_as_str()
2404 if (n < 0 || n >= MPD_EXPDIGITS+2) { in dectuple_as_str()