Searched refs:FP_X_OFL (Results 1 - 22 of 22) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dieeefp.h18 #define FP_X_OFL FE_OVERFLOW /* overflow exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dieeefp.h37 #define FP_X_OFL FE_OVERFLOW /* overflow exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dieeefp.h38 #define FP_X_OFL FE_OVERFLOW /* overflow exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dieeefp.h34 #define FP_X_OFL FE_OVERFLOW /* overflow exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dieeefp.h36 #define FP_X_OFL FE_OVERFLOW /* overflow exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dieeefp.h39 #define FP_X_OFL FE_OVERFLOW /* overflow exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dieeefp.h36 #define FP_X_OFL FE_OVERFLOW /* overflow exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dieeefp.h41 #define FP_X_OFL FE_OVERFLOW /* overflow exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dieeefp.h49 #define FP_AA_FLAGS (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
63 #define FP_X_OFL FE_OVERFLOW /* overflow exception */ macro
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_fpsetmask.c180 { f_ofl, FP_X_OFL, FPE_FLTOVF },
188 { d_ofl, FP_X_OFL, FPE_FLTOVF },
196 { ld_ofl, FP_X_OFL, FPE_FLTOVF },
322 fp_except_t msk, lst[] = { FP_X_INV, FP_X_DZ, FP_X_OFL, FP_X_UFL };
H A Dt_siginfo.c316 fpsetmask(FP_X_INV|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP);
367 fpsetmask(FP_X_INV|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP);
/netbsd-6-1-5-RELEASE/sys/arch/arm/fpe-arm/
H A Darmfpe_init.c162 arm_fpe_set_exception_mask(FP_X_DZ | FP_X_OFL);
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dfp_complete.c371 fpcr |= (disables & (FP_X_OFL | FP_X_DZ | FP_X_INV)) << (49 - 0);
373 # if !(FP_X_INV == 1 && FP_X_DZ == 2 && FP_X_OFL == 4 && \
377 FP_X_OFL << (49 - 0) == FPCR_OVFD)
/netbsd-6-1-5-RELEASE/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h102 float_flag_overflow = FP_X_OFL,
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h102 float_flag_overflow = FP_X_OFL,
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h104 float_flag_overflow = FP_X_OFL,
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h102 float_flag_overflow = FP_X_OFL,
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h102 float_flag_overflow = FP_X_OFL,
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat.h104 float_flag_overflow = FP_X_OFL,
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/include/
H A Dsoftfloat.h137 float_flag_overflow = FP_X_OFL,
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A Dsoftfloat.h153 float_flag_overflow = FP_X_OFL,
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/
H A Dsystfloat.c96 & (FP_X_IMP | FP_X_UFL | FP_X_OFL | FP_X_DZ | FP_X_INV);

Completed in 143 milliseconds