Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dtranspose.c121 next = mulmod_size_t(hn, r, m); in swap_halfrows_pow2()
132 next = mulmod_size_t(next, r, m); in swap_halfrows_pow2()
Dtypearith.h654 mulmod_size_t(mpd_size_t a, mpd_size_t b, mpd_size_t m) in mulmod_size_t() function