Searched refs:_mpd_check_exp (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.c | 104 static inline void _mpd_check_exp(mpd_t *dec, const mpd_context_t *ctx, 1753 _mpd_check_exp(dec, ctx, status); in _mpd_apply_round() 1761 _mpd_check_exp(dec, ctx, status); in _mpd_apply_round() 1817 _mpd_check_exp(mpd_t *dec, const mpd_context_t *ctx, uint32_t *status) in _mpd_check_exp() function 1973 _mpd_check_exp(result, ctx, status); in mpd_qfinalize()
|