HomeSort by relevance Sort by last modified time
    Searched refs:mpd_iszerocoeff (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/_decimal/libmpdec/
mpdecimal.c 334 mpd_iszerocoeff(const mpd_t *dec) function
344 if (mpd_iszerocoeff(dec)) return 0;
354 if (mpd_iszerocoeff(dec)) return 0;
837 if (mpd_iszerocoeff(result)) {
922 if (mpd_iszerocoeff(dec)) {
1000 if (mpd_iszerocoeff(dec)) return 0;
    [all...]
mpdecimal.h     [all...]

Completed in 50 milliseconds