Searched refs:mpd_qcopy_negate (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.h | 466 int mpd_qcopy_negate(mpd_t *result, const mpd_t *a, uint32_t *status);
|
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()
|
/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 4218 mpd_qcopy_negate(MPD(result), MPD(self), &status); in dec_mpd_qcopy_negate() 5270 mpd_qcopy_negate(MPD(result), MPD(a), &status); in ctx_mpd_qcopy_negate()
|