HomeSort by relevance Sort by last modified time
    Searched refs:_mpd_init_fnt_params (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Modules/_decimal/libmpdec/
fnt.c 52 if ((tparams = _mpd_init_fnt_params(n, -1, modnum)) == NULL) {
71 if ((tparams = _mpd_init_fnt_params(n, 1, modnum)) == NULL) {
numbertheory.h 51 struct fnt_params *_mpd_init_fnt_params(mpd_size_t n, int sign, int modnum);
sixstep.c 76 if ((tparams = _mpd_init_fnt_params(R, -1, modnum)) == NULL) {
109 if ((tparams = _mpd_init_fnt_params(C, -1, modnum)) == NULL) {
164 if ((tparams = _mpd_init_fnt_params(C, 1, modnum)) == NULL) {
197 if ((tparams = _mpd_init_fnt_params(R, 1, modnum)) == NULL) {
numbertheory.c 74 _mpd_init_fnt_params(mpd_size_t n, int sign, int modnum) function

Completed in 79 milliseconds