Home
last modified time | relevance | path

Searched refs:_mpd_getkernel (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dnumbertheory.c48 _mpd_getkernel(mpd_uint_t n, int sign, int modnum) in _mpd_getkernel() function
97 kernel = _mpd_getkernel(n, sign, modnum); in _mpd_init_fnt_params()
125 kernel = _mpd_getkernel(3, sign, modnum); in _mpd_init_w3table()
Dsixstep.c91 kernel = _mpd_getkernel(n, -1, modnum); in six_step_fnt()
173 kernel = _mpd_getkernel(n, 1, modnum); in inv_six_step_fnt()
Dnumbertheory.h50 mpd_uint_t _mpd_getkernel(mpd_uint_t n, int sign, int modnum);
Dfourstep.c165 kernel = _mpd_getkernel(n, -1, modnum); in four_step_fnt()
232 kernel = _mpd_getkernel(n, 1, modnum); in inv_four_step_fnt()