Searched refs:std_mulmod2 (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | constants.h | 63 #define MULMOD2(a0, b0, a1, b1) std_mulmod2(a0, b0, a1, b1, umod)
|
H A D | umodarith.h | 316 std_mulmod2(mpd_uint_t *a0, mpd_uint_t b0, mpd_uint_t *a1, mpd_uint_t b1, in std_mulmod2() function 342 std_mulmod2(mpd_uint_t *a0, mpd_uint_t b0, mpd_uint_t *a1, mpd_uint_t b1, in std_mulmod2() function
|
Completed in 2 milliseconds