Home
last modified time | relevance | path

Searched refs:SIZE3_NTT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dconstants.h48 #define SIZE3_NTT(x0, x1, x2, w3table) std_size3_ntt(x0, x1, x2, w3table, umod) macro
56 #define SIZE3_NTT(x0, x1, x2, w3table) ppro_size3_ntt(x0, x1, x2, w3table, umod, &dmod, dinvmod)
64 #define SIZE3_NTT(x0, x1, x2, w3table) std_size3_ntt(x0, x1, x2, w3table, umod)
Dfourstep.c161 SIZE3_NTT(p0, p1, p2, w3table); in four_step_fnt()
251 SIZE3_NTT(p0, p1, p2, w3table); in inv_four_step_fnt()