Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c344 mpd_iszerocoeff(const mpd_t *dec) in mpd_iszerocoeff() function
354 if (mpd_iszerocoeff(dec)) return 0; in mpd_isnormal()
364 if (mpd_iszerocoeff(dec)) return 0; in mpd_issubnormal()
869 if (mpd_iszerocoeff(result)) { in _mpd_fix_nan()
954 if (mpd_iszerocoeff(dec)) { in _mpd_isint()
1032 if (mpd_iszerocoeff(dec)) return 0; in mpd_isodd()
1825 if (mpd_iszerocoeff(dec)) { in _mpd_check_exp()
1880 if (!mpd_iszerocoeff(dec) && adjexp < ctx->emin) { in _mpd_check_exp()
1890 if (mpd_iszerocoeff(dec)) { in _mpd_check_exp()
1912 if (mpd_iszerocoeff(de in _mpd_check_exp()
[all...]
H A Dmpdecimal.h744 EXTINLINE int mpd_iszerocoeff(const mpd_t *dec);

Completed in 8 milliseconds