Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/
H A Derrno.c48 __gmp_exception (int error_bit) in __gmp_exception() function
66 __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()
H A Dgmp-impl.h3930 __GMP_DECLSPEC void __gmp_exception (int) ATTRIBUTE_NORETURN;
3934 #define GMP_ERROR(code) __gmp_exception (code)
H A DChangeLog1909 * errno.c (__gmp_exception): Use raise(SIGFPE) when available.
23858 * errno.c, gmp-impl.h (__gmp_exception, __gmp_divide_by_zero,