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.h492 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
/external/python/cpython3/Modules/_decimal/
D_decimal.c3582 mpd_qround_to_intx(MPD(result), MPD(dec), &workctx, &status); in PyDec_ToIntegralExact()
5048 DecCtx_UnaryFunc(mpd_qround_to_intx) in DecCtx_UnaryFunc()