Searched refs:MPD_NEW_CONST (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.c | 84 #define MPD_NEW_CONST(name, flags, exp, digits, len, alloc, initval) \ macro 3244 MPD_NEW_CONST(tiny,0,0,1,1,1,1); in _mpd_qaddsub() 4132 MPD_NEW_CONST(lim,0,-(ctx->prec+1),1,1,1,9); in _mpd_qexp_check_one() 4226 MPD_NEW_CONST(word,0,0,1,1,1,1); in _mpd_qexp() 4549 MPD_NEW_CONST(static10, 0,0,2,1,1,10); in mpd_qln10() 5985 MPD_NEW_CONST(tiny,MPD_POS,mpd_etiny(ctx)-1,1,1,1,1); in mpd_qnext_minus() 6032 MPD_NEW_CONST(tiny,MPD_POS,mpd_etiny(ctx)-1,1,1,1,1); in mpd_qnext_plus() 6169 MPD_NEW_CONST(two,0,0,1,1,1,2); in _mpd_qpow_mpd() 6674 MPD_NEW_CONST(two,0,0,1,1,1,2); in mpd_qpowmod() 7284 MPD_NEW_CONST(two,0,0,1,1,1,2); /* const 2 */ in _mpd_qreciprocal() [all …]
|