Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
Dfourstep.c65 tmp = MULMOD(*x2, w); in std_size3_ntt()
69 tmp = MULMOD(*x3, w); in std_size3_ntt()
78 tmp = MULMOD(*x2, w); in std_size3_ntt()
82 tmp = MULMOD(*x3, w); in std_size3_ntt()
171 wstep = MULMOD(w1, w1); /* r**(2*i) */ in four_step_fnt()
240 wstep = MULMOD(w1, w1); in inv_four_step_fnt()
Dconstants.h45 #define MULMOD(a, b) x64_mulmod(a, b, umod) macro
53 #define MULMOD(a, b) ppro_mulmod(a, b, &dmod, dinvmod)
61 #define MULMOD(a, b) std_mulmod(a, b, umod)
Dcrt.c158 s = MULMOD(s, INV_P1_MOD_P2); in crt3()
166 s = MULMOD(s, INV_P1P2_MOD_P3); in crt3()
Dsixstep.c97 wstep = MULMOD(w1, w1); /* r**(2*i) */ in six_step_fnt()
179 wstep = MULMOD(w1, w1); in inv_six_step_fnt()
Dnumbertheory.c109 w = MULMOD(w, kernel); in _mpd_init_fnt_params()