Searched refs:mpd_qcmp (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.h | 484 int mpd_qcmp(const mpd_t *a, const mpd_t *b, uint32_t *status);
|
D | mpdecimal.c | 2325 mpd_qcmp(const mpd_t *a, const mpd_t *b, uint32_t *status) in mpd_qcmp() function 4565 mpd_qcmp(&t1, &t2, status) == 0) { in mpd_qexp() 5099 mpd_qcmp(&t1, &t2, status) == 0) { in mpd_qln() 5248 mpd_qcmp(&t1, &t2, status) == 0) { in mpd_qlog10()
|
/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 4414 r = mpd_qcmp(MPD(a), MPD(b), &status); in dec_richcompare()
|