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