Searched refs:FP_TRAPPING_EXCEPTIONS (Results 1 – 9 of 9) sorted by relevance
83 # define FP_TRAPPING_EXCEPTIONS (_ftrapex & PR_FP_EXC_UND \ macro100 # define FP_TRAPPING_EXCEPTIONS \
95 #define FP_TRAPPING_EXCEPTIONS \ macro
73 #define FP_TRAPPING_EXCEPTIONS (~_fcw & FP_EX_ALL) macro
103 #define FP_TRAPPING_EXCEPTIONS ((_fcw >> 23) & 0x1f) macro
96 # define FP_TRAPPING_EXCEPTIONS ((_fpscr.i << 22) & FP_EX_ALL) macro
120 #define FP_TRAPPING_EXCEPTIONS ((_fcw >> FE_EXCEPT_SHIFT) & FE_ALL_EXCEPT) 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
Completed in 10 milliseconds