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.c3949 _mpd_qdivmod(mpd_t *q, mpd_t *r, const mpd_t *a, const mpd_t *b, in _mpd_qdivmod() function
4139 _mpd_qdivmod(q, r, a, b, ctx, status); in mpd_qdivmod()
4182 _mpd_qdivmod(q, &r, a, b, ctx, status); in mpd_qdivint()
7103 _mpd_qdivmod(&q, r, a, b, ctx, status); in mpd_qrem()
7154 _mpd_qdivmod(&q, r, a, b, ctx, status); in mpd_qrem_near()
7962 _mpd_qdivmod(&q, &r, &c, result, &maxcontext, &maxcontext.status); in _mpd_qsqrt()
7975 _mpd_qdivmod(result, &r, result, &two, &maxcontext, &maxcontext.status); in _mpd_qsqrt()