Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
Dcontext.c228 mpd_qsetround(mpd_context_t *ctx, int round) in mpd_qsetround() function
Dmpdecimal.h327 int mpd_qsetround(mpd_context_t *ctx, int newround);
/third_party/python/Modules/_decimal/
D_decimal.c918 if (!mpd_qsetround(ctx, x)) { in context_setround()
3543 if (!mpd_qsetround(&workctx, round)) { in PyDec_ToIntegralValue()
3584 if (!mpd_qsetround(&workctx, round)) { in PyDec_ToIntegralExact()
4382 if (!mpd_qsetround(&workctx, round)) { in Dec_BinaryFuncVA()