Searched refs:matherr (Results 1 – 6 of 6) sorted by relevance
/math/ |
A D | test-matherr.c | 26 #undef matherr 28 compat_symbol_reference (libm, matherr, matherr, GLIBC_2_0); 34 matherr (struct exception *s) in matherr() function
|
A D | test-matherr-2.c | 28 # undef matherr 30 compat_symbol_reference (libm, matherr, matherr, GLIBC_2_0); 38 matherr (struct exception *s) in matherr() function
|
A D | math-svid-compat.h | 48 extern int matherr (struct exception *__exc); 78 compat_symbol_reference (libm, matherr, matherr, GLIBC_2_0); 84 # define matherr(EXC) ((void) (EXC), 0) macro
|
A D | Makefile | 237 tests = test-matherr-3 test-fenv basic-test \ 260 tests += test-matherr test-matherr-2
|
A D | test-matherr-3.c | 30 matherr (struct exception *s) in matherr() function
|
A D | Versions | 76 matherr;
|
Completed in 6 milliseconds