Searched refs:_mpd_getkernel (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | numbertheory.c | 48 _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()
|
D | sixstep.c | 91 kernel = _mpd_getkernel(n, -1, modnum); in six_step_fnt() 173 kernel = _mpd_getkernel(n, 1, modnum); in inv_six_step_fnt()
|
D | numbertheory.h | 50 mpd_uint_t _mpd_getkernel(mpd_uint_t n, int sign, int modnum);
|
D | fourstep.c | 165 kernel = _mpd_getkernel(n, -1, modnum); in four_step_fnt() 232 kernel = _mpd_getkernel(n, 1, modnum); in inv_four_step_fnt()
|