Searched refs:_mpd_base_ndivmod (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.c | 116 static void _mpd_base_ndivmod(mpd_t *q, mpd_t *r, const mpd_t *a, 3834 _mpd_base_ndivmod(q, &r, a, b, status); in _mpd_qdiv() 4052 _mpd_base_ndivmod(q, r, a, b, status); in _mpd_qdivmod() 7545 _mpd_base_ndivmod(mpd_t *q, mpd_t *r, const mpd_t *a, const mpd_t *b, in _mpd_base_ndivmod() function
|