Home
last modified time | relevance | path

Searched refs:mpd_isoddcoeff (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.h750 EXTINLINE int mpd_isoddcoeff(const mpd_t *dec);
H A Dmpdecimal.c378 mpd_isoddcoeff(const mpd_t *dec) in mpd_isoddcoeff() function
1711 return (rnd > 5) || ((rnd == 5) && mpd_isoddcoeff(dec)); in _mpd_rnd_incr()

Completed in 12 milliseconds