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.c305 mpd_isqnan(const mpd_t *dec) in mpd_isqnan() function
1575 else if (mpd_isqnan(a)) { in mpd_qcheck_nans()
1608 else if (mpd_isqnan(a)) { in mpd_qcheck_3nans()
1611 else if (mpd_isqnan(b)) { in mpd_qcheck_3nans()
2298 nan_a = (mpd_isqnan(a)) ? 1 : 0; in mpd_cmp_total()
2299 nan_b = (mpd_isqnan(b)) ? 1 : 0; in mpd_cmp_total()
2676 if (mpd_isqnan(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()
5152 if (mpd_isqnan(a) && !mpd_isnan(b)) { in mpd_qmax_mag()
[all …]
Dio.c476 if (mpd_isqnan(dec)) { in _mpd_to_string()
Dmpdecimal.h731 EXTINLINE int mpd_isqnan(const mpd_t *dec);
/external/python/cpython3/Modules/_decimal/
D_decimal.c3565 expt = PyUnicode_FromString(mpd_isqnan(x)?"n":"N"); in PyDec_AsTuple()
3990 Dec_BoolFunc(mpd_isqnan) in Dec_UnaryFuncVA()
5042 DecCtx_BoolFunc_NO_CTX(mpd_isqnan) in DecCtx_BoolFunc()