Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
Dsixstep.c78 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()
Dfnt.c53 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()
Dnumbertheory.h51 struct fnt_params *_mpd_init_fnt_params(mpd_size_t n, int sign, int modnum);
Dnumbertheory.c76 _mpd_init_fnt_params(mpd_size_t n, int sign, int modnum) in _mpd_init_fnt_params() function