Home
last modified time | relevance | path

Searched refs:_mpd_init_w3table (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dnumbertheory.h52 void _mpd_init_w3table(mpd_uint_t w3table[3], int sign, int modnum);
Dfourstep.c158 _mpd_init_w3table(w3table, -1, modnum); in four_step_fnt()
248 _mpd_init_w3table(w3table, 1, modnum); in inv_four_step_fnt()
Dnumbertheory.c115 _mpd_init_w3table(mpd_uint_t w3table[3], int sign, int modnum) in _mpd_init_w3table() function