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

  /external/python/cpython3/Modules/_decimal/libmpdec/
mpdecimal.c 367 mpd_isoddword(mpd_uint_t word) function
376 return mpd_isoddword(dec->data[0]);
1010 return mpd_isoddword(q);
1012 return dec->exp == 0 && mpd_isoddword(dec->data[0]);
    [all...]
mpdecimal.h     [all...]

Completed in 3904 milliseconds