Home
last modified time | relevance | path

Searched refs:mpd_qpowmod (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Modules/_decimal/
H A D_decimal.c4258 mpd_qpowmod(MPD(result), MPD(a), MPD(b), MPD(c), in nm_mpd_qpow()
4738 mpd_qpowmod(exp_hash, &ten, tmp, &p, &maxctx, &status); in _dec_hash()
4743 mpd_qpowmod(exp_hash, &inv10_p, tmp, &p, &maxctx, &status); in _dec_hash()
5318 mpd_qpowmod(MPD(result), MPD(a), MPD(b), MPD(c), in ctx_mpd_qpow()
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpsignal.c869 mpd_qpowmod(result, base, exp, mod, ctx, &status); in mpd_powmod()
H A Dmpdecimal.h552 void mpd_qpowmod(mpd_t *result, const mpd_t *base, const mpd_t *exp, const mpd_t *mod, const mpd_context_t *ctx, uint32_t *status);
H A Dmpdecimal.c6829 mpd_qpowmod(mpd_t *result, const mpd_t *base, const mpd_t *exp, in mpd_qpowmod() function

Completed in 22 milliseconds