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

/external/python/cpython3/Modules/_decimal/libmpdec/
H A 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)
H A Dfourstep.c161 SIZE3_NTT(p0, p1, p2, w3table);
251 SIZE3_NTT(p0, p1, p2, w3table);

Completed in 104 milliseconds