Searched refs:w3table (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
D | fourstep.c | 47 mpd_uint_t w3table[3], mpd_uint_t umod) in std_size3_ntt() 64 w = w3table[1]; in std_size3_ntt() 68 w = w3table[2]; in std_size3_ntt() 77 w = w3table[2]; in std_size3_ntt() 81 w = w3table[1]; in std_size3_ntt() 91 ppro_size3_ntt(mpd_uint_t *x1, mpd_uint_t *x2, mpd_uint_t *x3, mpd_uint_t w3table[3], in ppro_size3_ntt() 109 w = w3table[1]; in ppro_size3_ntt() 113 w = w3table[2]; in ppro_size3_ntt() 122 w = w3table[2]; in ppro_size3_ntt() 126 w = w3table[1]; in ppro_size3_ntt() [all …]
|
D | constants.h | 50 #define SIZE3_NTT(x0, x1, x2, w3table) std_size3_ntt(x0, x1, x2, w3table, umod) argument 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 | numbertheory.c | 117 _mpd_init_w3table(mpd_uint_t w3table[3], int sign, int modnum) in _mpd_init_w3table() 129 w3table[0] = 1; in _mpd_init_w3table() 130 w3table[1] = kernel; in _mpd_init_w3table() 131 w3table[2] = POWMOD(kernel, 2); in _mpd_init_w3table()
|
D | numbertheory.h | 52 void _mpd_init_w3table(mpd_uint_t w3table[3], int sign, int modnum);
|