Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dconstants.h44 #define MULMOD2C(a0, a1, w) x64_mulmod2c(a0, a1, w, umod)
Dumodarith.h261 x64_mulmod2c(mpd_uint_t *a, mpd_uint_t *b, mpd_uint_t w, mpd_uint_t m) in x64_mulmod2c() function