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.c284 mpd_isnan(const mpd_t *dec) in mpd_isnan() function
1547 if (mpd_isnan(a)) { in mpd_qcheck_nan()
1890 if (mpd_isnan(result)) { in mpd_qfinalize()
2232 if (mpd_isnan(a) || mpd_isnan(b)) { in mpd_qcmp()
2295 if (mpd_isnan(a)) { in mpd_cmp_total()
2297 if (mpd_isnan(b)) { in mpd_cmp_total()
2317 else if (mpd_isnan(b)) { in mpd_cmp_total()
2675 if (mpd_isnan(a)) { in mpd_class()
5116 if (mpd_isqnan(a) && !mpd_isnan(b)) { in mpd_qmax()
5119 else if (mpd_isqnan(b) && !mpd_isnan(a)) { in mpd_qmax()
[all …]
Dio.c455 if (mpd_isnan(dec) && dec->len > 0) { in _mpd_to_string()
475 if (mpd_isnan(dec)) { in _mpd_to_string()
Dmpdecimal.h728 EXTINLINE int mpd_isnan(const mpd_t *dec);
/external/python/cpython3/Modules/_decimal/
D_decimal.c2602 if (mpd_isnan(MPD(v)) && in PyDec_FromObject()
3200 if (mpd_isnan(MPD(dec))) { in dec_as_long()
3279 if (mpd_isnan(MPD(self))) { in dec_as_integer_ratio()
3451 if (mpd_isnan(MPD(dec))) { in PyDec_AsFloat()
3564 if (mpd_isnan(x)) { in PyDec_AsTuple()
3989 Dec_BoolFunc(mpd_isnan) in Dec_UnaryFuncVA()
4406 else if (mpd_isnan(MPD(v))) { in _dec_hash()
5041 DecCtx_BoolFunc_NO_CTX(mpd_isnan) in DecCtx_BoolFunc()