Searched refs:w3table (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | fourstep.c | 45 mpd_uint_t w3table[3], mpd_uint_t umod) in std_size3_ntt() 62 w = w3table[1]; in std_size3_ntt() 66 w = w3table[2]; in std_size3_ntt() 75 w = w3table[2]; in std_size3_ntt() 79 w = w3table[1]; in std_size3_ntt() 89 ppro_size3_ntt(mpd_uint_t *x1, mpd_uint_t *x2, mpd_uint_t *x3, mpd_uint_t w3table[3], in ppro_size3_ntt() 107 w = w3table[1]; in ppro_size3_ntt() 111 w = w3table[2]; in ppro_size3_ntt() 120 w = w3table[2]; in ppro_size3_ntt() 124 w = w3table[1]; in ppro_size3_ntt() [all …]
|
D | constants.h | 48 #define SIZE3_NTT(x0, x1, x2, w3table) std_size3_ntt(x0, x1, x2, w3table, umod) argument 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)
|
D | numbertheory.c | 115 _mpd_init_w3table(mpd_uint_t w3table[3], int sign, int modnum) in _mpd_init_w3table() 127 w3table[0] = 1; in _mpd_init_w3table() 128 w3table[1] = kernel; in _mpd_init_w3table() 129 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);
|