Home
last modified time | relevance | path

Searched refs:mpd_qcheck_nan (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c1621 mpd_qcheck_nan(mpd_t *result, const mpd_t *a, const mpd_context_t *ctx, in mpd_qcheck_nan() function
2853 if (mpd_qcheck_nan(result, a, ctx, status)) { in mpd_qlogb()
3115 if (mpd_qcheck_nan(result, a, ctx, status)) { in mpd_qshiftn()
3294 if (mpd_qcheck_nan(result, a, ctx, status)) { in mpd_qabs()
4496 if (mpd_qcheck_nan(result, a, ctx, status)) { in mpd_qexp()
5017 if (mpd_qcheck_nan(result, a, ctx, status)) { in mpd_qln()
5164 if (mpd_qcheck_nan(result, a, ctx, status)) { in mpd_qlog10()
6105 if (mpd_qcheck_nan(result, a, ctx, status)) { in mpd_qminus()
6126 if (mpd_qcheck_nan(result, a, ctx, status)) { in mpd_qplus()
6150 if (mpd_qcheck_nan(resul in mpd_qnext_minus()
[all...]
H A Dmpsignal.c100 if (mpd_qcheck_nan(result, a, ctx, &status)) { in mpd_check_nan()
H A Dmpdecimal.h470 int mpd_qcheck_nan(mpd_t *nanresult, const mpd_t *a, const mpd_context_t *ctx, uint32_t *status);

Completed in 13 milliseconds