Searched refs:std_mulmod (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | umodarith.h | 302 std_mulmod(mpd_uint_t a, mpd_uint_t b, mpd_uint_t m) in std_mulmod() function 325 std_mulmod(mpd_uint_t a, mpd_uint_t b, mpd_uint_t m) in std_mulmod() function 336 *a = std_mulmod(*a, w, m); in std_mulmod2c() 337 *b = std_mulmod(*b, w, m); in std_mulmod2c() 344 *a0 = std_mulmod(*a0, b0, m); in std_mulmod2() 345 *a1 = std_mulmod(*a1, b1, m); in std_mulmod2() 357 r = std_mulmod(r, base, umod); in std_powmod() 358 base = std_mulmod(base, base, umod); in std_powmod()
|
D | constants.h | 59 #define MULMOD(a, b) std_mulmod(a, b, umod)
|