Searched refs:__gmp_exception (Results 1 – 2 of 2) sorted by relevance
39 __gmp_exception (int error_bit) in __gmp_exception() function53 __gmp_exception (GMP_ERROR_SQRT_OF_NEGATIVE); in __gmp_sqrt_of_negative()58 __gmp_exception (GMP_ERROR_DIVISION_BY_ZERO); in __gmp_divide_by_zero()
3523 __GMP_DECLSPEC void __gmp_exception __GMP_PROTO ((int)) ATTRIBUTE_NORETURN;3527 #define GMP_ERROR(code) __gmp_exception (code)