Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c258 mpd_exp_digits(mpd_ssize_t exp) in mpd_exp_digits() function
5051 * mpd_exp_digits(t)-1 == 0 <= emax (the shortcut is not triggered) in mpd_qln()
5058 * mpd_exp_digits(t)-1 == 0 <= emax (the shortcut is not triggered) in mpd_qln()
5063 if (mpd_exp_digits(t)-1 > ctx->emax) { in mpd_qln()
5204 * mpd_exp_digits(t)-1 == 0 <= emax (the shortcut is not triggered) in mpd_qlog10()
5211 * mpd_exp_digits(t)-1 == 0 <= emax (the shortcut is not triggered) in mpd_qlog10()
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(ct in _qcheck_pow_bounds()
[all...]
H A Dmpdecimal.h730 EXTINLINE int mpd_exp_digits(mpd_ssize_t exp);

Completed in 11 milliseconds