Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.h491 int mpd_qcmp(const mpd_t *a, const mpd_t *b, uint32_t *status);
Dmpdecimal.c2229 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.c4269 r = mpd_qcmp(MPD(a), MPD(b), &status); in dec_richcompare()