Searched refs:_SetSIGFPEHandling (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtrapemacros.h310 # ifndef _SetSIGFPEHandling
312 # define _SetSIGFPEHandling(rtn) (void)signal(SIGFPE, rtn) macro
314 # define _SetSIGFPEHandling(rtn) /* */ macro
361 _SetSIGFPEHandling(rtn); /* Floating point exception */ \
378 _SetSIGFPEHandling(SIG_DFL); /* Floating point exception */ \

Completed in 131 milliseconds