Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
H A Dconstants.h50 #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)
H A Dfourstep.c163 SIZE3_NTT(p0, p1, p2, w3table); in four_step_fnt()
255 SIZE3_NTT(p0, p1, p2, w3table); in inv_four_step_fnt()

Completed in 2 milliseconds