Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dfourstep.c63 tmp = MULMOD(*x2, w); in std_size3_ntt()
67 tmp = MULMOD(*x3, w); in std_size3_ntt()
76 tmp = MULMOD(*x2, w); in std_size3_ntt()
80 tmp = MULMOD(*x3, w); in std_size3_ntt()
169 wstep = MULMOD(w1, w1); /* r**(2*i) */ in four_step_fnt()
236 wstep = MULMOD(w1, w1); in inv_four_step_fnt()
Dconstants.h43 #define MULMOD(a, b) x64_mulmod(a, b, umod) macro
51 #define MULMOD(a, b) ppro_mulmod(a, b, &dmod, dinvmod)
59 #define MULMOD(a, b) std_mulmod(a, b, umod)
Dcrt.c155 s = MULMOD(s, INV_P1_MOD_P2); in crt3()
163 s = MULMOD(s, INV_P1P2_MOD_P3); in crt3()
Dsixstep.c95 wstep = MULMOD(w1, w1); /* r**(2*i) */ in six_step_fnt()
177 wstep = MULMOD(w1, w1); in inv_six_step_fnt()
Dnumbertheory.c107 w = MULMOD(w, kernel); in _mpd_init_fnt_params()