Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c1002 mpd_isodd(const mpd_t *dec) in mpd_isodd() function
1019 return !mpd_isodd(dec); in mpd_iseven()
6178 if (mpd_isodd(texp)) { in _mpd_qpow_mpd()
6558 resultsign = mpd_isnegative(base) && mpd_isodd(exp); in mpd_qpow()
6704 sign = (mpd_isnegative(base)) && (mpd_isodd(exp)); in mpd_qpowmod()
6767 if (mpd_isodd(&texp)) { in mpd_qpowmod()
7001 isodd = mpd_isodd(&q); in mpd_qrem_near()
Dmpdecimal.h745 int mpd_isodd(const mpd_t *dec);