Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.h542 void mpd_qrem_near(mpd_t *r, const mpd_t *a, const mpd_t *b, const mpd_context_t *ctx, uint32_t *st…
Dmpdecimal.c6945 mpd_qrem_near(mpd_t *r, const mpd_t *a, const mpd_t *b, in mpd_qrem_near() function
/external/python/cpython3/Modules/_decimal/
D_decimal.c3980 Dec_BinaryFuncVA(mpd_qrem_near) in Dec_UnaryFuncVA()
4927 DecCtx_BinaryFunc(mpd_qrem_near) in DecCtx_UnaryFunc()