Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c288 mpd_isnan(const mpd_t *dec) in mpd_isnan() function
1624 if (mpd_isnan(a)) { in mpd_qcheck_nan()
1967 if (mpd_isnan(result)) { in mpd_qfinalize()
2328 if (mpd_isnan(a) || mpd_isnan(b)) { in mpd_qcmp()
2391 if (mpd_isnan(a)) { in mpd_cmp_total()
2393 if (mpd_isnan(b)) { in mpd_cmp_total()
2413 else if (mpd_isnan(b)) { in mpd_cmp_total()
2771 if (mpd_isnan(a)) { in mpd_class()
5278 if (mpd_isqnan(a) && !mpd_isnan(b)) { in mpd_qmax()
5281 else if (mpd_isqnan(b) && !mpd_isnan(a)) { in mpd_qmax()
[all …]
Dio.c471 if (mpd_isnan(dec) && dec->len > 0) { in _mpd_to_string()
491 if (mpd_isnan(dec)) { in _mpd_to_string()
Dmpdecimal.h735 EXTINLINE int mpd_isnan(const mpd_t *dec);
/external/python/cpython3/Modules/_decimal/
D_decimal.c2746 if (mpd_isnan(MPD(v)) && in PyDec_FromObject()
3357 if (mpd_isnan(MPD(dec))) { in dec_as_long()
3436 if (mpd_isnan(MPD(self))) { in dec_as_integer_ratio()
3608 if (mpd_isnan(MPD(dec))) { in PyDec_AsFloat()
3721 if (mpd_isnan(x)) { in PyDec_AsTuple()
4146 Dec_BoolFunc(mpd_isnan) in Dec_UnaryFuncVA()
4555 else if (mpd_isnan(MPD(v))) { in _dec_hash()
5190 DecCtx_BoolFunc_NO_CTX(mpd_isnan) in DecCtx_BoolFunc()