Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dcontext.c191 mpd_getcr(const mpd_context_t *ctx) in mpd_getcr() function
Dmpdecimal.h330 int mpd_getcr(const mpd_context_t *ctx);
/external/python/cpython3/Modules/_decimal/
D_decimal.c769 return PyLong_FromLong(mpd_getcr(CTX(self))); in context_getallcr()