Searched refs:mpd_powmod (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/examples/ |
D | powmod.c | 62 mpd_powmod(result, a, b, c, &ctx); in main()
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | mpsignal.c | 865 mpd_powmod(mpd_t *result, const mpd_t *base, const mpd_t *exp, const mpd_t *mod, in mpd_powmod() function
|
D | mpdecimal.h | 676 void mpd_powmod(mpd_t *result, const mpd_t *base, const mpd_t *exp, const mpd_t *mod, mpd_context_t…
|