Home
last modified time | relevance | path

Searched refs:mpd_qcopy_negate (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.h466 int mpd_qcopy_negate(mpd_t *result, const mpd_t *a, uint32_t *status);
Dmpdecimal.c2093 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.c4218 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()