Searched refs:FP_X_UFL (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/sys/arch/or1k/include/
H A Dieeefp.h28 #define FP_X_UFL FE_UNDERFLOW /* underflow exception */ macro
/netbsd-current/sys/arch/sh3/include/
H A Dieeefp.h28 #define FP_X_UFL FE_UNDERFLOW /* underflow exception */ macro
45 #define FP_X_UFL 0x10 /* underflow exception */ macro
71 __fp |= FP_X_UFL;
88 if (__fp & FP_X_UFL)
/netbsd-current/sys/arch/sparc/include/
H A Dieeefp.h19 #define FP_X_UFL 0x04 /* underflow exception */ macro
/netbsd-current/sys/arch/hppa/include/
H A Dieeefp.h21 #define FP_X_UFL 0x02 /* underflow exception */ macro
/netbsd-current/sys/arch/riscv/include/
H A Dieeefp.h28 #define FP_X_UFL FE_UNDERFLOW /* underflow exception */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dieeefp.h30 #define FP_AA_FLAGS (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
45 #define FP_X_UFL FE_UNDERFLOW /* underflow exception */ macro
/netbsd-current/sys/arch/x86/include/
H A Dieeefp.h19 #define FP_X_UFL FE_UNDERFLOW /* underflow exception */ macro
/netbsd-current/sys/arch/ia64/include/
H A Dieeefp.h36 #define FP_X_UFL FE_UNDERFLOW /* underflow exception */ macro
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/config/
H A Dfpu-sysv.h89 #ifdef FP_X_UFL
91 cw |= FP_X_UFL;
93 cw &= ~FP_X_UFL;
129 #ifdef FP_X_UFL
130 if (cw & FP_X_UFL) res |= GFC_FPE_UNDERFLOW;
175 #ifndef FP_X_UFL
215 #ifdef FP_X_UFL
216 if (set_excepts & FP_X_UFL)
262 #ifdef FP_X_UFL
264 flags |= FP_X_UFL;
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/config/
H A Dfpu-sysv.h89 #ifdef FP_X_UFL
91 cw |= FP_X_UFL;
93 cw &= ~FP_X_UFL;
129 #ifdef FP_X_UFL
130 if (cw & FP_X_UFL) res |= GFC_FPE_UNDERFLOW;
175 #ifndef FP_X_UFL
215 #ifdef FP_X_UFL
216 if (set_excepts & FP_X_UFL)
262 #ifdef FP_X_UFL
264 flags |= FP_X_UFL;
[all...]
/netbsd-current/sys/arch/powerpc/include/
H A Dieeefp.h29 #define FP_X_UFL __FPE(FE_UNDERFLOW) /* underflow exception */ macro
/netbsd-current/sys/arch/mips/include/
H A Dieeefp.h28 #define FP_X_UFL __FPE(FE_UNDERFLOW) /* underflow exception */ macro
/netbsd-current/sys/arch/arm/include/
H A Dieeefp.h34 #define FP_X_UFL FE_UNDERFLOW /* underflow exception */ macro
/netbsd-current/sys/arch/m68k/include/
H A Dieeefp.h30 #define FP_X_UFL __FPE(FE_UNDERFLOW) /* underflow exception */ macro
/netbsd-current/tests/lib/libc/gen/
H A Dt_fpsetmask.c206 { f_ufl, FP_X_UFL, FPE_FLTUND },
214 { d_ufl, FP_X_UFL, FPE_FLTUND },
222 { ld_ufl, FP_X_UFL, FPE_FLTUND },
345 fp_except_t msk, lst[] = { FP_X_INV, FP_X_DZ, FP_X_OFL, FP_X_UFL };
H A Dt_siginfo.c332 fpsetmask(FP_X_INV|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP);
383 fpsetmask(FP_X_INV|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP);
/netbsd-current/tests/lib/libm/
H A Dt_fenv.c275 fpsetmask(FP_X_INV|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP);
294 fpsetmask(FP_X_UFL);
324 ATF_CHECK_EQ_MSG(fpgetmask(), FP_X_UFL, local
325 "fpgetmask()=%d FP_X_UFL=%d",
326 (int)fpgetmask(), (int)FP_X_UFL);
/netbsd-current/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h102 float_flag_underflow = FP_X_UFL,
/netbsd-current/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h103 float_flag_underflow = FP_X_UFL,
/netbsd-current/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h103 float_flag_underflow = FP_X_UFL,
/netbsd-current/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h101 float_flag_underflow = FP_X_UFL,
/netbsd-current/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h101 float_flag_underflow = FP_X_UFL,
/netbsd-current/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h101 float_flag_underflow = FP_X_UFL,
/netbsd-current/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat.h103 float_flag_underflow = FP_X_UFL,
/netbsd-current/regress/lib/libc/ieeefp/testfloat/include/
H A Dsoftfloat.h136 float_flag_underflow = FP_X_UFL,

Completed in 336 milliseconds

12