Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
H A Dcontext.c228 mpd_qsetround(mpd_context_t *ctx, int round) in mpd_qsetround() function
H A Dmpdecimal.h327 int mpd_qsetround(mpd_context_t *ctx, int newround);
/third_party/python/Modules/_decimal/
H A D_decimal.c921 if (!mpd_qsetround(ctx, x)) { in context_setround()
3700 if (!mpd_qsetround(&workctx, round)) { in PyDec_ToIntegralValue()
3741 if (!mpd_qsetround(&workctx, round)) { in PyDec_ToIntegralExact()
4539 if (!mpd_qsetround(&workctx, round)) { in dec_mpd_qquantize()

Completed in 11 milliseconds