Home
last modified time | relevance | path

Searched refs:mpd_exp_digits (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c255 mpd_exp_digits(mpd_ssize_t exp) in mpd_exp_digits() function
4901 if (mpd_exp_digits(t)-1 > ctx->emax) { in mpd_qln()
5053 if (mpd_exp_digits(t)-1 > ctx->emax) { in mpd_qlog10()
6404 return mpd_exp_digits(t) - 1; in _lower_bound_zeta()
6408 return mpd_exp_digits(t+1) - 1; in _lower_bound_zeta()
6453 ub_omega = mpd_exp_digits(ctx->emax); in _qcheck_pow_bounds()
6462 ub_omega = mpd_exp_digits(mpd_etiny(ctx)); in _qcheck_pow_bounds()
Dmpdecimal.h723 EXTINLINE int mpd_exp_digits(mpd_ssize_t exp);