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.c258 mpd_exp_digits(mpd_ssize_t exp) in mpd_exp_digits() function
5063 if (mpd_exp_digits(t)-1 > ctx->emax) { in mpd_qln()
5215 if (mpd_exp_digits(t)-1 > ctx->emax) { in mpd_qlog10()
6568 return mpd_exp_digits(t) - 1; in _lower_bound_zeta()
6572 return mpd_exp_digits(t+1) - 1; in _lower_bound_zeta()
6617 ub_omega = mpd_exp_digits(ctx->emax); in _qcheck_pow_bounds()
6626 ub_omega = mpd_exp_digits(mpd_etiny(ctx)); in _qcheck_pow_bounds()
Dmpdecimal.h716 EXTINLINE int mpd_exp_digits(mpd_ssize_t exp);