Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
Dcontext.c191 mpd_getcr(const mpd_context_t *ctx) in mpd_getcr() function
Dmpdecimal.h322 int mpd_getcr(const mpd_context_t *ctx);
/third_party/python/Modules/_decimal/
D_decimal.c768 return PyLong_FromLong(mpd_getcr(CTX(self))); in context_getallcr()