Searched refs:mpd_qcopy_negate (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpsignal.c | 360 if (!mpd_qcopy_negate(result, a, &status)) { in mpd_copy_negate()
|
H A D | mpdecimal.h | 480 int mpd_qcopy_negate(mpd_t *result, const mpd_t *a, uint32_t *status);
|
H A D | mpdecimal.c | 2093 mpd_qcopy_negate(mpd_t *result, const mpd_t *a, uint32_t *status) in mpd_qcopy_negate() function 6114 mpd_qcopy_negate(result, a, status); in mpd_qminus()
|
/third_party/python/Modules/_decimal/ |
H A D | _decimal.c | 4387 mpd_qcopy_negate(MPD(result), MPD(self), &status); in dec_mpd_qcopy_negate() 5438 mpd_qcopy_negate(MPD(result), MPD(a), &status); in ctx_mpd_qcopy_negate()
|
Completed in 21 milliseconds