Home
last modified time | relevance | path

Searched refs:MULMOD2C (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dconvolute.c101 MULMOD2C(&x0, &x1, n_inv); in fnt_convolute()
102 MULMOD2C(&x2, &x3, n_inv); in fnt_convolute()
163 MULMOD2C(&x0, &x1, n_inv); in fnt_autoconvolute()
164 MULMOD2C(&x2, &x3, n_inv); in fnt_autoconvolute()
Dconstants.h44 #define MULMOD2C(a0, a1, w) x64_mulmod2c(a0, a1, w, umod) macro
52 #define MULMOD2C(a0, a1, w) ppro_mulmod2c(a0, a1, w, &dmod, dinvmod)
60 #define MULMOD2C(a0, a1, w) std_mulmod2c(a0, a1, w, umod)
Dsixstep.c100 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in six_step_fnt()
182 MULMOD2C(&w0, &w1, wstep); in inv_six_step_fnt()
Dfourstep.c174 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in four_step_fnt()
241 MULMOD2C(&w0, &w1, wstep); in inv_four_step_fnt()
Ddifradix2.c160 MULMOD2C(&v0, &v1, w); in fnt_dif2()