Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.h500 void mpd_qmax_mag(mpd_t *result, const mpd_t *a, const mpd_t *b, const mpd_context_t *ctx, uint32_t…
Dmpdecimal.c5309 mpd_qmax_mag(mpd_t *result, const mpd_t *a, const mpd_t *b, in mpd_qmax_mag() function
/external/python/cpython3/Modules/_decimal/
D_decimal.c4121 Dec_BinaryFuncVA(mpd_qmax_mag) in Dec_UnaryFuncVA()
5058 DecCtx_BinaryFunc(mpd_qmax_mag) in DecCtx_UnaryFunc()