Searched refs:LIBM_ERROR (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/sysdeps/ia64/fpu/ |
D | libm_error_codes.h | 200 #define LIBM_ERROR __libm_error_support macro 202 extern void LIBM_ERROR(void*,void*,void*,error_types); 204 libc_hidden_proto(LIBM_ERROR) 207 #define LIBM_ERROR1(x,r,e) LIBM_ERROR(&(x), (void *)0, &(r), e) 208 #define LIBM_ERROR2(x,y,r,e) LIBM_ERROR(&(x), &(y), &(r), e)
|