Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
H A 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( in mpd_qmax()
[all...]
H A Dio.c471 if (mpd_isnan(dec) && dec->len > 0) { in _mpd_to_string()
491 if (mpd_isnan(dec)) { in _mpd_to_string()
H A Dmpdecimal.h735 EXTINLINE int mpd_isnan(const mpd_t *dec);
/third_party/python/Modules/_decimal/
H A D_decimal.c2784 if (mpd_isnan(MPD(v)) && in PyDec_FromObject()
3507 if (mpd_isnan(MPD(dec))) { in dec_as_long()
3593 if (mpd_isnan(MPD(self))) { in dec_as_integer_ratio()
3765 if (mpd_isnan(MPD(dec))) { in PyDec_AsFloat()
3878 if (mpd_isnan(x)) { in PyDec_AsTuple()
4303 Dec_BoolFunc(mpd_isnan)
4712 else if (mpd_isnan(MPD(v))) { in _dec_hash()
5347 DecCtx_BoolFunc_NO_CTX(mpd_isnan)

Completed in 18 milliseconds