Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c3788 _mpd_qdivmod(mpd_t *q, mpd_t *r, const mpd_t *a, const mpd_t *b, in _mpd_qdivmod() function
3977 _mpd_qdivmod(q, r, a, b, ctx, status); in mpd_qdivmod()
4020 _mpd_qdivmod(q, &r, a, b, ctx, status); in mpd_qdivint()
6939 _mpd_qdivmod(&q, r, a, b, ctx, status); in mpd_qrem()
6988 _mpd_qdivmod(&q, r, a, b, ctx, status); in mpd_qrem_near()
7779 _mpd_qdivmod(&q, &r, &c, result, &maxcontext, &maxcontext.status); in mpd_qsqrt()
7792 _mpd_qdivmod(result, &r, result, &two, &maxcontext, &maxcontext.status); in mpd_qsqrt()