Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.h499 void mpd_qround_to_intx(mpd_t *result, const mpd_t *a, const mpd_context_t *ctx, uint32_t *status);
Dmpdecimal.c7167 mpd_qround_to_intx(mpd_t *result, const mpd_t *a, const mpd_context_t *ctx, in mpd_qround_to_intx() function
/external/python/cpython3/Modules/_decimal/
D_decimal.c3437 mpd_qround_to_intx(MPD(result), MPD(dec), &workctx, &status); in PyDec_ToIntegralExact()
4910 DecCtx_UnaryFunc(mpd_qround_to_intx) in DecCtx_UnaryFunc()