Searched refs:mpd_qcopy_sign (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpsignal.c | 369 if (!mpd_qcopy_sign(result, a, b, &status)) { in mpd_copy_sign()
|
H A D | mpdecimal.h | 481 int mpd_qcopy_sign(mpd_t *result, const mpd_t *a, const mpd_t *b, uint32_t *status);
|
H A D | mpdecimal.c | 2107 mpd_qcopy_sign(mpd_t *result, const mpd_t *a, const mpd_t *b, uint32_t *status) in mpd_qcopy_sign() function 6251 mpd_qcopy_sign(result, a, b, status); in mpd_qnext_toward()
|
/third_party/python/Modules/_decimal/ |
H A D | _decimal.c | 4473 mpd_qcopy_sign(MPD(result), MPD(a), MPD(b), &status); in dec_mpd_qcopy_sign() 5536 mpd_qcopy_sign(MPD(result), MPD(a), MPD(b), &status); in ctx_mpd_qcopy_sign()
|
Completed in 21 milliseconds