Home
last modified time | relevance | path

Searched refs:mpd_qcompare (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpsignal.c480 c = mpd_qcompare(result, a, b, ctx, &status); in mpd_compare()
Dmpdecimal.h499 int mpd_qcompare(mpd_t *result, const mpd_t *a, const mpd_t *b, const mpd_context_t *ctx, uint32_t …
Dmpdecimal.c2343 mpd_qcompare(mpd_t *result, const mpd_t *a, const mpd_t *b, in mpd_qcompare() function
/external/python/cpython3/Modules/_decimal/
D_decimal.c4130 Dec_BinaryFuncVA(mpd_qcompare) in Dec_UnaryFuncVA()
5064 DecCtx_BinaryFunc(mpd_qcompare) in DecCtx_UnaryFunc()