Searched refs:_mpd_round (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | io.c | 1222 _mpd_round(mpd_t *result, const mpd_t *a, mpd_ssize_t prec, in _mpd_round() function 1317 _mpd_round(&tmp, dec, prec, ctx, in mpd_qformat_spec() 1327 _mpd_round(&tmp, dec, spec->prec+1, ctx, in mpd_qformat_spec()
|
/third_party/python/Modules/_decimal/ |
H A D | _decimal.c | 3224 /* copy of libmpdec _mpd_round() */ 3226 _mpd_round(mpd_t *result, const mpd_t *a, mpd_ssize_t prec, in _mpd_round() function 3445 _mpd_round(&tmp, &tmp, prec, CTX(context), &status); in dec_format() 3450 _mpd_round(&tmp, &tmp, spec.prec+1, CTX(context), &status); in dec_format()
|
Completed in 10 milliseconds