Searched defs:FP_TRAPPING_EXCEPTIONS (Results 1 – 11 of 11) sorted by relevance
215 # define FP_TRAPPING_EXCEPTIONS 0 macro235 # define FP_TRAPPING_EXCEPTIONS 0 macro252 # define FP_TRAPPING_EXCEPTIONS 0 macro
73 #define FP_TRAPPING_EXCEPTIONS (~_fcw & FP_EX_ALL) macro
83 # define FP_TRAPPING_EXCEPTIONS (_ftrapex & PR_FP_EXC_UND \ macro
120 #define FP_TRAPPING_EXCEPTIONS ((_fcw >> FE_EXCEPT_SHIFT) & FE_ALL_EXCEPT) macro
95 #define FP_TRAPPING_EXCEPTIONS \ macro
103 #define FP_TRAPPING_EXCEPTIONS ((_fcw >> 23) & 0x1f) macro
96 # define FP_TRAPPING_EXCEPTIONS ((_fpscr.i << 22) & FP_EX_ALL) macro
99 #define FP_TRAPPING_EXCEPTIONS ((_fcw << 16) & 0x1f0000) macro
106 #define FP_TRAPPING_EXCEPTIONS ((_fcw >> 5) & 0x7c) macro
195 #define FP_TRAPPING_EXCEPTIONS ((_fcw >> 23) & 0x1f) macro
205 #define FP_TRAPPING_EXCEPTIONS ((~_fcw >> FP_EX_SHIFT) & FP_EX_ALL) macro