Home
last modified time | relevance | path

Searched refs:ppro_powmod (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dconstants.h56 #define POWMOD(base, exp) ppro_powmod(base, exp, &dmod, dinvmod)
Dumodarith.h631 ppro_powmod(mpd_uint_t base, mpd_uint_t exp, double *dmod, uint32_t *dinvmod) in ppro_powmod() function