Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
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)
Dconvolute.c88 MULMOD2(&x0, y0, &x1, y1); in fnt_convolute()
150 MULMOD2(&x0, x0, &x1, x1); in fnt_autoconvolute()
Dsixstep.c99 MULMOD2(&x0, w0, &x1, w1); in six_step_fnt()
181 MULMOD2(&x0, w0, &x1, w1); in inv_six_step_fnt()
Dfourstep.c173 MULMOD2(&x0, w0, &x1, w1); in four_step_fnt()
240 MULMOD2(&x0, w0, &x1, w1); in inv_four_step_fnt()
Ddifradix2.c111 MULMOD2(&v0, w0, &v1, w1); in fnt_dif2()