Searched refs:_mpd_getkernel (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
D | numbertheory.c | 50 _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()
|
D | sixstep.c | 93 kernel = _mpd_getkernel(n, -1, modnum); in six_step_fnt() 175 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 | 167 kernel = _mpd_getkernel(n, -1, modnum); in four_step_fnt() 236 kernel = _mpd_getkernel(n, 1, modnum); in inv_four_step_fnt()
|