Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
Dconvolute.c100 MULMOD2C(&x0, &x1, n_inv); in fnt_convolute()
101 MULMOD2C(&x2, &x3, n_inv); in fnt_convolute()
162 MULMOD2C(&x0, &x1, n_inv); in fnt_autoconvolute()
163 MULMOD2C(&x2, &x3, n_inv); in fnt_autoconvolute()
Dconstants.h46 #define MULMOD2C(a0, a1, w) x64_mulmod2c(a0, a1, w, umod) macro
54 #define MULMOD2C(a0, a1, w) ppro_mulmod2c(a0, a1, w, &dmod, dinvmod)
62 #define MULMOD2C(a0, a1, w) std_mulmod2c(a0, a1, w, umod)
Dsixstep.c102 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in six_step_fnt()
184 MULMOD2C(&w0, &w1, wstep); in inv_six_step_fnt()
Dfourstep.c176 MULMOD2C(&w0, &w1, wstep); /* r**(i*(k+2)) = r**(i*k) * r**(2*i) */ in four_step_fnt()
245 MULMOD2C(&w0, &w1, wstep); in inv_four_step_fnt()
Ddifradix2.c162 MULMOD2C(&v0, &v1, w); in fnt_dif2()