Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
Dtranspose.c123 next = mulmod_size_t(hn, r, m); in swap_halfrows_pow2()
134 next = mulmod_size_t(next, r, m); in swap_halfrows_pow2()
Dtypearith.h656 mulmod_size_t(mpd_size_t a, mpd_size_t b, mpd_size_t m) in mulmod_size_t() function