Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c309 mpd_isqnan(const mpd_t *dec) in mpd_isqnan() function
1652 else if (mpd_isqnan(a)) { in mpd_qcheck_nans()
1685 else if (mpd_isqnan(a)) { in mpd_qcheck_3nans()
1688 else if (mpd_isqnan(b)) { in mpd_qcheck_3nans()
2394 nan_a = (mpd_isqnan(a)) ? 1 : 0; in mpd_cmp_total()
2395 nan_b = (mpd_isqnan(b)) ? 1 : 0; in mpd_cmp_total()
2772 if (mpd_isqnan(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()
5314 if (mpd_isqnan(a) && !mpd_isnan(b)) { in mpd_qmax_mag()
[all …]
Dio.c492 if (mpd_isqnan(dec)) { in _mpd_to_string()
Dmpdecimal.h724 EXTINLINE int mpd_isqnan(const mpd_t *dec);
/external/python/cpython3/Modules/_decimal/
D_decimal.c3710 expt = PyUnicode_FromString(mpd_isqnan(x)?"n":"N"); in PyDec_AsTuple()
4135 Dec_BoolFunc(mpd_isqnan) in Dec_UnaryFuncVA()
5180 DecCtx_BoolFunc_NO_CTX(mpd_isqnan) in DecCtx_BoolFunc()