Home
last modified time | relevance | path

Searched refs:mpd_qcheck_nans (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c1640 mpd_qcheck_nans(mpd_t *result, const mpd_t *a, const mpd_t *b, in mpd_qcheck_nans() function
2349 if (mpd_qcheck_nans(result, a, b, ctx, status)) { in mpd_qcompare()
2367 if (mpd_qcheck_nans(result, a, b, ctx, status)) { in mpd_qcompare_signal()
2975 if (mpd_qcheck_nans(result, a, b, ctx, status)) { in mpd_qrotate()
3055 if (mpd_qcheck_nans(result, a, b, ctx, status)) { in mpd_qscaleb()
3150 if (mpd_qcheck_nans(result, a, b, ctx, status)) { in mpd_qshift()
3496 if (mpd_qcheck_nans(result, a, b, ctx, status)) { in mpd_qadd()
3527 if (mpd_qcheck_nans(result, a, b, ctx, status)) { in mpd_qsub()
3768 if (mpd_qcheck_nans(q, a, b, ctx, status)) { in _mpd_qdiv()
4098 if (mpd_qcheck_nans(q, a, b, ctx, status)) { in mpd_qdivmod()
[all …]
Dmpdecimal.h457 int mpd_qcheck_nans(mpd_t *nanresult, const mpd_t *a, const mpd_t *b, const mpd_context_t *ctx, uin…