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