Home
last modified time | relevance | path

Searched refs:mpd_err_fatal (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dtypearith.h595 mpd_err_fatal("add_size_t(): overflow: check the context"); /* GCOV_NOT_REACHED */ in add_size_t()
604 mpd_err_fatal("sub_size_t(): overflow: check the context"); /* GCOV_NOT_REACHED */ in sub_size_t()
620 mpd_err_fatal("mul_size_t(): overflow: check the context"); /* GCOV_NOT_REACHED */ in mul_size_t()
Dcontext.c59 mpd_err_fatal("illegal value for MPD_MINALLOC"); /* GCOV_NOT_REACHED */ in mpd_setminalloc()
Dmpdecimal.h791 #define mpd_err_fatal(...) \ macro