Home
last modified time | relevance | path

Searched refs:FP_TRAPPING_EXCEPTIONS (Results 1 – 9 of 9) sorted by relevance

/sysdeps/powerpc/nofpu/
A Dsfp-machine.h83 # define FP_TRAPPING_EXCEPTIONS (_ftrapex & PR_FP_EXC_UND \ macro
100 # define FP_TRAPPING_EXCEPTIONS \
/sysdeps/alpha/
A Dsfp-machine.h95 #define FP_TRAPPING_EXCEPTIONS \ macro
/sysdeps/ia64/fpu/
A Dsfp-machine.h73 #define FP_TRAPPING_EXCEPTIONS (~_fcw & FP_EX_ALL) macro
/sysdeps/sparc/sparc64/
A Dsfp-machine.h103 #define FP_TRAPPING_EXCEPTIONS ((_fcw >> 23) & 0x1f) macro
/sysdeps/powerpc/powerpc64/le/fpu/
A Dsfp-machine.h96 # define FP_TRAPPING_EXCEPTIONS ((_fpscr.i << 22) & FP_EX_ALL) macro
/sysdeps/aarch64/
A Dsfp-machine.h120 #define FP_TRAPPING_EXCEPTIONS ((_fcw >> FE_EXCEPT_SHIFT) & FE_ALL_EXCEPT) macro
/sysdeps/mips/mips64/
A Dsfp-machine.h106 #define FP_TRAPPING_EXCEPTIONS ((_fcw >> 5) & 0x7c) macro
/sysdeps/sparc/sparc32/
A Dsfp-machine.h195 #define FP_TRAPPING_EXCEPTIONS ((_fcw >> 23) & 0x1f) macro
/sysdeps/x86/fpu/
A Dsfp-machine.h205 #define FP_TRAPPING_EXCEPTIONS ((~_fcw >> FP_EX_SHIFT) & FP_EX_ALL) macro

Completed in 9 milliseconds