Home
last modified time | relevance | path

Searched refs:mpd_qmaxcoeff (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c787 mpd_qmaxcoeff(mpd_t *result, const mpd_context_t *ctx, uint32_t *status) in mpd_qmaxcoeff() function
1842 mpd_qmaxcoeff(dec, ctx, status); in _mpd_check_exp()
1847 mpd_qmaxcoeff(dec, ctx, status); in _mpd_check_exp()
1856 mpd_qmaxcoeff(dec, ctx, status); in _mpd_check_exp()
6161 mpd_qmaxcoeff(result, ctx, status); in mpd_qnext_minus()
6207 mpd_qmaxcoeff(result, ctx, status); in mpd_qnext_plus()
Dmpdecimal.h423 void mpd_qmaxcoeff(mpd_t *result, const mpd_context_t *ctx, uint32_t *status);