Home
last modified time | relevance | path

Searched refs:mpd_qpowmod (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_decimal/
D_decimal.c3944 mpd_qpowmod(MPD(result), MPD(a), MPD(b), MPD(c), in nm_mpd_qpow()
4432 mpd_qpowmod(exp_hash, &ten, tmp, &p, &maxctx, &status); in _dec_hash()
4437 mpd_qpowmod(exp_hash, &inv10_p, tmp, &p, &maxctx, &status); in _dec_hash()
5012 mpd_qpowmod(MPD(result), MPD(a), MPD(b), MPD(c), in ctx_mpd_qpow()
/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.h545 void mpd_qpowmod(mpd_t *result, const mpd_t *base, const mpd_t *exp, const mpd_t *mod, const mpd_co…
Dmpdecimal.c6665 mpd_qpowmod(mpd_t *result, const mpd_t *base, const mpd_t *exp, in mpd_qpowmod() function