Searched refs:mpd_qdivint (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.h | 540 void mpd_qdivint(mpd_t *q, const mpd_t *a, const mpd_t *b, const mpd_context_t *ctx, uint32_t *stat…
|
D | mpdecimal.c | 3983 mpd_qdivint(mpd_t *q, const mpd_t *a, const mpd_t *b, in mpd_qdivint() function 6187 mpd_qdivint(texp, texp, &two, &maxctx, &workstatus); in _mpd_qpow_mpd() 6773 mpd_qdivint(&texp, &texp, &two, &maxcontext, status); in mpd_qpowmod()
|
/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 3854 Dec_BinaryNumberMethod(mpd_qdivint) in Dec_UnaryNumberMethod() 4918 DecCtx_BinaryFunc(mpd_qdivint) in DecCtx_UnaryFunc()
|