Home
last modified time | relevance | path

Searched refs:mpd_qround_to_intx (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
Dmpsignal.c917 mpd_qround_to_intx(result, a, ctx, &status); in mpd_round_to_intx()
Dmpdecimal.h506 void mpd_qround_to_intx(mpd_t *result, const mpd_t *a, const mpd_context_t *ctx, uint32_t *status);
Dmpdecimal.c7333 mpd_qround_to_intx(mpd_t *result, const mpd_t *a, const mpd_context_t *ctx, in mpd_qround_to_intx() function
/third_party/python/Modules/_decimal/
D_decimal.c3594 mpd_qround_to_intx(MPD(result), MPD(dec), &workctx, &status); in PyDec_ToIntegralExact()
5059 DecCtx_UnaryFunc(mpd_qround_to_intx) in DecCtx_UnaryFunc()