Searched refs:_mpd_apply_round_excess (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.c | 1693 _mpd_apply_round_excess(mpd_t *dec, mpd_uint_t rnd, const mpd_context_t *ctx, in _mpd_apply_round_excess() function 1831 _mpd_apply_round_excess(dec, rnd, ctx, status); in _mpd_check_exp() 4570 _mpd_apply_round_excess(result, rnd, &maxcontext, status); in mpd_qln10() 7073 _mpd_apply_round_excess(result, rnd, ctx, status); in _mpd_qrescale() 7156 _mpd_apply_round_excess(result, rnd, ctx, status); in _mpd_qround_to_integral()
|