Home
last modified time | relevance | path

Searched refs:mpd_qcopy (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c1549 mpd_qcopy(result, a, status); in mpd_qcheck_nan()
1578 mpd_qcopy(result, choice, status); in mpd_qcheck_nans()
1614 mpd_qcopy(result, choice, status); in mpd_qcheck_3nans()
1923 mpd_qcopy(mpd_t *result, const mpd_t *a, uint32_t *status) in mpd_qcopy() function
1985 if (!mpd_qcopy(result, a, status)) { in mpd_qcopy_abs()
1999 if (!mpd_qcopy(result, a, status)) { in mpd_qcopy_negate()
2015 if (!mpd_qcopy(result, a, status)) { in mpd_qcopy_sign()
2414 return mpd_qcopy(result, a, status); in mpd_qshiftl()
2542 if (!mpd_qcopy(result, a, status)) { in mpd_qshiftr()
2898 mpd_qcopy(result, a, status); in mpd_qrotate()
[all …]
Dio.c1216 mpd_qcopy(result, a, status); /* GCOV_NOT_REACHED */ in _mpd_round()
1280 if (!mpd_qcopy(&tmp, dec, status)) { in mpd_qformat_spec()
Dmpdecimal.h470 int mpd_qcopy(mpd_t *result, const mpd_t *a, uint32_t *status);
/external/python/cpython3/Modules/_decimal/
D_decimal.c2248 mpd_qcopy(MPD(dec), MPD(v), &status); in PyDecType_FromDecimalExact()
2542 mpd_qcopy(MPD(result), MPD(v), &status); in dec_apply()
3297 if (!mpd_qcopy(MPD(tmp), MPD(self), &status)) { in dec_as_integer_ratio()
4441 if (!mpd_qcopy(tmp, MPD(v), &status)) { in _dec_hash()