Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
Dcontext.c167 mpd_getround(const mpd_context_t *ctx) in mpd_getround() function
Dmpdecimal.h318 int mpd_getround(const mpd_context_t *ctx);
/third_party/python/Modules/_decimal/
D_decimal.c752 int i = mpd_getround(CTX(self)); in Dec_CONTEXT_GET_SSIZE()