HomeSort by relevance Sort by last modified time
    Searched refs:SIZE3_NTT (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/_decimal/libmpdec/
constants.h 48 #define SIZE3_NTT(x0, x1, x2, w3table) std_size3_ntt(x0, x1, x2, w3table, umod)
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)
fourstep.c 161 SIZE3_NTT(p0, p1, p2, w3table);
251 SIZE3_NTT(p0, p1, p2, w3table);

Completed in 189 milliseconds