Searched refs:SIZE3_NTT (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | constants.h | 50 #define SIZE3_NTT(x0, x1, x2, w3table) std_size3_ntt(x0, x1, x2, w3table, umod) macro 58 #define SIZE3_NTT(x0, x1, x2, w3table) ppro_size3_ntt(x0, x1, x2, w3table, umod, &dmod, dinvmod) 66 #define SIZE3_NTT(x0, x1, x2, w3table) std_size3_ntt(x0, x1, x2, w3table, umod)
|
D | fourstep.c | 163 SIZE3_NTT(p0, p1, p2, w3table); in four_step_fnt() 255 SIZE3_NTT(p0, p1, p2, w3table); in inv_four_step_fnt()
|