Searched refs:mpd_qcmp (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpsignal.c | 470 c = mpd_qcmp(a, b, &status); in mpd_cmp()
|
H A 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() 8985 if (mpd_qcmp(&coeff, &uint128_max, &status) > 0) { in _coeff_as_uint128()
|
H A D | mpdecimal.h | 498 int mpd_qcmp(const mpd_t *a, const mpd_t *b, uint32_t *status);
|
/third_party/python/Modules/_decimal/ |
H A D | _decimal.c | 2992 the multiplication is only used in mpd_qcmp, which can handle in multiply_by_denominator() 4583 r = mpd_qcmp(MPD(a), MPD(b), &status); in dec_richcompare()
|
Completed in 32 milliseconds