Searched refs:std_mulmod2c (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | constants.h | 62 #define MULMOD2C(a0, a1, w) std_mulmod2c(a0, a1, w, umod)
|
D | umodarith.h | 309 std_mulmod2c(mpd_uint_t *a, mpd_uint_t *b, mpd_uint_t w, mpd_uint_t m) in std_mulmod2c() function 335 std_mulmod2c(mpd_uint_t *a, mpd_uint_t *b, mpd_uint_t w, mpd_uint_t m) in std_mulmod2c() function
|