Searched refs:_mpd_basedivmod (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | basearith.h | 64 int _mpd_basedivmod(mpd_uint_t *q, mpd_uint_t *r, const mpd_uint_t *uconst,
|
D | basearith.c | 303 _mpd_basedivmod(mpd_uint_t *q, mpd_uint_t *r, in _mpd_basedivmod() function
|
D | mpdecimal.c | 3728 int ret = _mpd_basedivmod(q->data, NULL, a->data, b->data, in _mpd_qdiv() 3882 ret = _mpd_basedivmod(q->data, r->data, a->data, b->data, in _mpd_qdivmod()
|