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

/netbsd-current/sys/arch/i386/include/
H A Dfenv.h54 #define FE_DENORMAL 0x02 /* 000000000010 */ macro
64 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_DENORMAL | FE_INEXACT | \
/netbsd-current/sys/arch/x86/include/
H A Dieeefp.h16 #define FP_X_DNML FE_DENORMAL /* denormalization exception */
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/config/
H A Dfpu-glibc.h51 /* Some glibc targets (like alpha) have FE_DENORMAL, but not many. */
52 #ifdef FE_DENORMAL
54 mode_set |= FE_DENORMAL;
56 mode_clr |= FE_DENORMAL;
105 #ifdef FE_DENORMAL
106 if (exceptions & FE_DENORMAL) res |= GFC_FPE_DENORMAL;
144 #ifndef FE_DENORMAL
206 #ifdef FE_DENORMAL
207 if (set_excepts & FE_DENORMAL)
253 #ifdef FE_DENORMAL
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/config/
H A Dfpu-glibc.h51 /* Some glibc targets (like alpha) have FE_DENORMAL, but not many. */
52 #ifdef FE_DENORMAL
54 mode_set |= FE_DENORMAL;
56 mode_clr |= FE_DENORMAL;
105 #ifdef FE_DENORMAL
106 if (exceptions & FE_DENORMAL) res |= GFC_FPE_DENORMAL;
144 #ifndef FE_DENORMAL
206 #ifdef FE_DENORMAL
207 if (set_excepts & FE_DENORMAL)
253 #ifdef FE_DENORMAL
[all...]
/netbsd-current/sys/arch/amd64/include/
H A Dfenv.h54 #define FE_DENORMAL 0x02 /* 000000000010 */ macro
/netbsd-current/sys/arch/ia64/include/
H A Dfenv.h43 #define FE_DENORMAL 0x02 macro
48 #define FE_ALL_EXCEPT (FE_DIVBYZERO | FE_DENORMAL | FE_INEXACT | \

Completed in 139 milliseconds