Searched refs:mpd_qcompare (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpsignal.c | 480 c = mpd_qcompare(result, a, b, ctx, &status); in mpd_compare()
|
D | mpdecimal.h | 499 int mpd_qcompare(mpd_t *result, const mpd_t *a, const mpd_t *b, const mpd_context_t *ctx, uint32_t …
|
D | mpdecimal.c | 2343 mpd_qcompare(mpd_t *result, const mpd_t *a, const mpd_t *b, in mpd_qcompare() function
|
/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 4130 Dec_BinaryFuncVA(mpd_qcompare) in Dec_UnaryFuncVA() 5064 DecCtx_BinaryFunc(mpd_qcompare) in DecCtx_UnaryFunc()
|