Searched refs:mpd_qcopy (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
D | mpdecimal.c | 1626 mpd_qcopy(result, a, status); in mpd_qcheck_nan() 1655 mpd_qcopy(result, choice, status); in mpd_qcheck_nans() 1691 mpd_qcopy(result, choice, status); in mpd_qcheck_3nans() 2000 mpd_qcopy(mpd_t *result, const mpd_t *a, uint32_t *status) in mpd_qcopy() function 2081 if (!mpd_qcopy(result, a, status)) { in mpd_qcopy_abs() 2095 if (!mpd_qcopy(result, a, status)) { in mpd_qcopy_negate() 2111 if (!mpd_qcopy(result, a, status)) { in mpd_qcopy_sign() 2510 return mpd_qcopy(result, a, status); in mpd_qshiftl() 2638 if (!mpd_qcopy(result, a, status)) { in mpd_qshiftr() 2994 mpd_qcopy(result, a, status); in mpd_qrotate() [all …]
|
D | io.c | 1232 mpd_qcopy(result, a, status); /* GCOV_NOT_REACHED */ in _mpd_round() 1297 if (!mpd_qcopy(&tmp, dec, status)) { in mpd_qformat_spec()
|
D | mpsignal.c | 336 if (!mpd_qcopy(result, a, &status)) { in mpd_copy()
|
D | mpdecimal.h | 476 int mpd_qcopy(mpd_t *result, const mpd_t *a, uint32_t *status);
|
/third_party/python/Modules/_decimal/ |
D | _decimal.c | 2392 mpd_qcopy(MPD(dec), MPD(v), &status); in PyDecType_FromDecimalExact() 2686 mpd_qcopy(MPD(result), MPD(v), &status); in dec_apply() 3454 if (!mpd_qcopy(MPD(tmp), MPD(self), &status)) { in dec_as_integer_ratio() 4590 if (!mpd_qcopy(tmp, MPD(v), &status)) { in _dec_hash()
|