Searched refs:__gmp_exception (Results 1 – 3 of 3) sorted by relevance
48 __gmp_exception (int error_bit) in __gmp_exception() function66 __gmp_exception (GMP_ERROR_SQRT_OF_NEGATIVE); in __gmp_sqrt_of_negative()71 __gmp_exception (GMP_ERROR_DIVISION_BY_ZERO); in __gmp_divide_by_zero()
3930 __GMP_DECLSPEC void __gmp_exception (int) ATTRIBUTE_NORETURN;3934 #define GMP_ERROR(code) __gmp_exception (code)
1909 * errno.c (__gmp_exception): Use raise(SIGFPE) when available.23858 * errno.c, gmp-impl.h (__gmp_exception, __gmp_divide_by_zero,