Searched refs:std_mulmod (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
D | umodarith.h | 303 std_mulmod(mpd_uint_t a, mpd_uint_t b, mpd_uint_t m) in std_mulmod() function 326 std_mulmod(mpd_uint_t a, mpd_uint_t b, mpd_uint_t m) in std_mulmod() function 337 *a = std_mulmod(*a, w, m); in std_mulmod2c() 338 *b = std_mulmod(*b, w, m); in std_mulmod2c() 345 *a0 = std_mulmod(*a0, b0, m); in std_mulmod2() 346 *a1 = std_mulmod(*a1, b1, m); in std_mulmod2() 358 r = std_mulmod(r, base, umod); in std_powmod() 359 base = std_mulmod(base, base, umod); in std_powmod()
|
D | constants.h | 61 #define MULMOD(a, b) std_mulmod(a, b, umod)
|