Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
H A 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( in mpd_qmax_mag()
[all...]
H A Dio.c492 if (mpd_isqnan(dec)) { in _mpd_to_string()
H A Dmpdecimal.h738 EXTINLINE int mpd_isqnan(const mpd_t *dec);
/third_party/python/Modules/_decimal/
H A D_decimal.c3879 expt = PyUnicode_FromString(mpd_isqnan(x)?"n":"N"); in PyDec_AsTuple()
4304 Dec_BoolFunc(mpd_isqnan)
5348 DecCtx_BoolFunc_NO_CTX(mpd_isqnan)

Completed in 18 milliseconds