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.c1028 mpd_isodd(const mpd_t *dec) in mpd_isodd() function
1045 return !mpd_isodd(dec); in mpd_iseven()
6340 if (mpd_isodd(texp)) { in _mpd_qpow_mpd()
6722 resultsign = mpd_isnegative(base) && mpd_isodd(exp); in mpd_qpow()
6868 sign = (mpd_isnegative(base)) && (mpd_isodd(exp)); in mpd_qpowmod()
6931 if (mpd_isodd(&texp)) { in mpd_qpowmod()
7167 isodd = mpd_isodd(&q); in mpd_qrem_near()
Dmpdecimal.h738 int mpd_isodd(const mpd_t *dec);