Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c87 #define MPD_NEW_CONST(name, flags, exp, digits, len, alloc, initval) \ macro
3340 MPD_NEW_CONST(tiny,0,0,1,1,1,1); in _mpd_qaddsub()
4294 MPD_NEW_CONST(lim,0,-(ctx->prec+1),1,1,1,9); in _mpd_qexp_check_one()
4388 MPD_NEW_CONST(word,0,0,1,1,1,1); in _mpd_qexp()
4711 MPD_NEW_CONST(static10, 0,0,2,1,1,10); in mpd_qln10()
6147 MPD_NEW_CONST(tiny,MPD_POS,mpd_etiny(ctx)-1,1,1,1,1); in mpd_qnext_minus()
6194 MPD_NEW_CONST(tiny,MPD_POS,mpd_etiny(ctx)-1,1,1,1,1); in mpd_qnext_plus()
6331 MPD_NEW_CONST(two,0,0,1,1,1,2); in _mpd_qpow_mpd()
6838 MPD_NEW_CONST(two,0,0,1,1,1,2); in mpd_qpowmod()
7467 MPD_NEW_CONST(two,0,0,1,1,1,2); /* const 2 */ in _mpd_qreciprocal()
[all …]