Searched refs:_mpd_init_fnt_params (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
D | sixstep.c | 78 if ((tparams = _mpd_init_fnt_params(R, -1, modnum)) == NULL) { in six_step_fnt() 111 if ((tparams = _mpd_init_fnt_params(C, -1, modnum)) == NULL) { in six_step_fnt() 166 if ((tparams = _mpd_init_fnt_params(C, 1, modnum)) == NULL) { in inv_six_step_fnt() 199 if ((tparams = _mpd_init_fnt_params(R, 1, modnum)) == NULL) { in inv_six_step_fnt()
|
D | fnt.c | 53 if ((tparams = _mpd_init_fnt_params(n, -1, modnum)) == NULL) { in std_fnt() 72 if ((tparams = _mpd_init_fnt_params(n, 1, modnum)) == NULL) { in std_inv_fnt()
|
D | numbertheory.h | 51 struct fnt_params *_mpd_init_fnt_params(mpd_size_t n, int sign, int modnum);
|
D | numbertheory.c | 76 _mpd_init_fnt_params(mpd_size_t n, int sign, int modnum) in _mpd_init_fnt_params() function
|