Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dcontext.c167 mpd_getround(const mpd_context_t *ctx) in mpd_getround() function
Dmpdecimal.h326 int mpd_getround(const mpd_context_t *ctx);
/external/python/cpython3/Modules/_decimal/
D_decimal.c753 int i = mpd_getround(CTX(self)); in Dec_CONTEXT_GET_SSIZE()