Home
last modified time | relevance | path

Searched refs:_mpd_basecmp (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c2151 _mpd_basecmp(mpd_uint_t *big, mpd_uint_t *small, mpd_size_t n, mpd_size_t m, in _mpd_basecmp() function
2206 return -1 * _mpd_basecmp(b->data, a->data, b->len, a->len, shift); in _mpd_cmp_same_adjexp()
2209 return _mpd_basecmp(a->data, b->data, a->len, b->len, -shift); in _mpd_cmp_same_adjexp()