Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
Dnumbertheory.c50 _mpd_getkernel(mpd_uint_t n, int sign, int modnum) in _mpd_getkernel() function
99 kernel = _mpd_getkernel(n, sign, modnum); in _mpd_init_fnt_params()
127 kernel = _mpd_getkernel(3, sign, modnum); in _mpd_init_w3table()
Dsixstep.c93 kernel = _mpd_getkernel(n, -1, modnum); in six_step_fnt()
175 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.c167 kernel = _mpd_getkernel(n, -1, modnum); in four_step_fnt()
236 kernel = _mpd_getkernel(n, 1, modnum); in inv_four_step_fnt()