Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c6806 _mpd_qpowmod_uint(mpd_t *result, mpd_t *base, mpd_uint_t exp, in _mpd_qpowmod_uint() function
6919 _mpd_qpowmod_uint(&tmp, &tbase, 10, &tmod, status); in mpd_qpowmod()