Searched refs:mpd_qcopy (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
H A 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 2017 /* Same as mpd_qcopy, but do not set the result to NaN on failure. */ 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() 2625 * mpd_qcopy() o [all...] |
H A 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()
|
H A D | mpsignal.c | 336 if (!mpd_qcopy(result, a, &status)) { in mpd_copy()
|
H A D | mpdecimal.h | 476 int mpd_qcopy(mpd_t *result, const mpd_t *a, uint32_t *status);
|
/third_party/python/Modules/_decimal/ |
H A D | _decimal.c | 2430 mpd_qcopy(MPD(dec), MPD(v), &status); in PyDecType_FromDecimalExact() 2724 mpd_qcopy(MPD(result), MPD(v), &status); in dec_apply() 3236 mpd_qcopy(result, a, status); in _mpd_round() 3432 mpd_qcopy(&tmp, mpd, &status); in dec_format() 3611 if (!mpd_qcopy(MPD(tmp), MPD(self), &status)) { in dec_as_integer_ratio() 4747 if (!mpd_qcopy(tmp, MPD(v), &status)) { in _dec_hash()
|
Completed in 20 milliseconds