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.c761 mpd_qmaxcoeff(mpd_t *result, const mpd_context_t *ctx, uint32_t *status) in mpd_qmaxcoeff() function
1765 mpd_qmaxcoeff(dec, ctx, status); in _mpd_check_exp()
1770 mpd_qmaxcoeff(dec, ctx, status); in _mpd_check_exp()
1779 mpd_qmaxcoeff(dec, ctx, status); in _mpd_check_exp()
5999 mpd_qmaxcoeff(result, ctx, status); in mpd_qnext_minus()
6045 mpd_qmaxcoeff(result, ctx, status); in mpd_qnext_plus()
Dmpdecimal.h433 void mpd_qmaxcoeff(mpd_t *result, const mpd_context_t *ctx, uint32_t *status);