Searched refs:MULMOD2 (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dconstants.h45 #define MULMOD2(a0, b0, a1, b1) x64_mulmod2(a0, b0, a1, b1, umod) macro
53 #define MULMOD2(a0, b0, a1, b1) ppro_mulmod2(a0, b0, a1, b1, &dmod, dinvmod)
61 #define MULMOD2(a0, b0, a1, b1) std_mulmod2(a0, b0, a1, b1, umod)
H A Dconvolute.c88 MULMOD2(&x0, y0, &x1, y1);
150 MULMOD2(&x0, x0, &x1, x1);
H A Dsixstep.c99 MULMOD2(&x0, w0, &x1, w1);
181 MULMOD2(&x0, w0, &x1, w1);
H A Dfourstep.c173 MULMOD2(&x0, w0, &x1, w1);
240 MULMOD2(&x0, w0, &x1, w1);
H A Ddifradix2.c111 MULMOD2(&v0, w0, &v1, w1);

Completed in 106 milliseconds