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.h535 void mpd_qrem_near(mpd_t *r, const mpd_t *a, const mpd_t *b, const mpd_context_t *ctx, uint32_t *st…
Dmpdecimal.c7109 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.c4125 Dec_BinaryFuncVA(mpd_qrem_near) in Dec_UnaryFuncVA()
5065 DecCtx_BinaryFunc(mpd_qrem_near) in DecCtx_UnaryFunc()