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

/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dieeefp.h17 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dieeefp.h35 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dieeefp.h37 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dieeefp.h32 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dieeefp.h35 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dieeefp.h37 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dieeefp.h37 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */ macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dieeefp.h40 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero 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)
62 #define FP_X_DZ FE_DIVBYZERO /* divide-by-zero exception */ macro
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_fpsetmask.c178 { f_dz, FP_X_DZ, FPE_FLTDIV },
186 { d_dz, FP_X_DZ, FPE_FLTDIV },
194 { ld_dz, FP_X_DZ, FPE_FLTDIV },
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/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h103 float_flag_divbyzero = FP_X_DZ,
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h103 float_flag_divbyzero = FP_X_DZ,
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h105 float_flag_divbyzero = FP_X_DZ,
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h103 float_flag_divbyzero = FP_X_DZ,
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h103 float_flag_divbyzero = FP_X_DZ,
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat.h105 float_flag_divbyzero = FP_X_DZ,
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/include/
H A Dsoftfloat.h138 float_flag_divbyzero = FP_X_DZ,
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A Dsoftfloat.h154 float_flag_divbyzero = FP_X_DZ,
/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 && \
/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 296 milliseconds