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.h597 mpd_err_fatal("add_size_t(): overflow: check the context"); /* GCOV_NOT_REACHED */ in add_size_t()
606 mpd_err_fatal("sub_size_t(): overflow: check the context"); /* GCOV_NOT_REACHED */ in sub_size_t()
622 mpd_err_fatal("mul_size_t(): overflow: check the context"); /* GCOV_NOT_REACHED */ in mul_size_t()
Dcontext.c61 mpd_err_fatal("illegal value for MPD_MINALLOC"); /* GCOV_NOT_REACHED */ in mpd_setminalloc()
Dmpdecimal.h784 #define mpd_err_fatal(...) \ macro