Searched refs:FP_X_DZ (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/powerpc/include/ |
H A D | ieeefp.h | 16 #define FP_X_DZ 0x04 /* divide-by-zero exception */ macro 21 #define FP_X_DZ 0x02 /* divide-by-zero exception */ macro
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_fenv.c | 132 fpsetmask(FP_X_INV|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP); in ATF_TC_BODY() 139 fpsetmask(FP_X_DZ); in ATF_TC_BODY() 177 ATF_CHECK(fpgetmask() == FP_X_DZ); in ATF_TC_BODY()
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_fpsetmask.c | 194 { f_dz, FP_X_DZ, FPE_FLTDIV }, 202 { d_dz, FP_X_DZ, FPE_FLTDIV }, 210 { ld_dz, FP_X_DZ, FPE_FLTDIV }, 339 fp_except_t msk, lst[] = { FP_X_INV, FP_X_DZ, FP_X_OFL, FP_X_UFL }; in ATF_TC_BODY()
|
H A D | t_siginfo.c | 337 fpsetmask(FP_X_INV|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP); in ATF_TC_BODY() 388 fpsetmask(FP_X_INV|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP); in ATF_TC_BODY()
|
/freebsd/lib/libc/aarch64/gen/ |
H A D | fpgetmask.c | 32 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
|
H A D | fpsetmask.c | 32 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
|
/freebsd/lib/libc/arm/gen/ |
H A D | fpgetmask_vfp.c | 31 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
|
H A D | fpgetsticky_vfp.c | 31 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
|
H A D | fpsetsticky_vfp.c | 35 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP) in __weak_alias()
|
H A D | fpsetmask_vfp.c | 35 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP) in __weak_alias()
|
/freebsd/sys/arm/include/ |
H A D | ieeefp.h | 26 #define FP_X_DZ (1 << FP_EXCEPT_DZ) /* divide-by-zero exception */ macro
|
/freebsd/sys/arm64/include/ |
H A D | ieeefp.h | 26 #define FP_X_DZ (1 << FP_EXCEPT_DZ) /* divide-by-zero exception */ macro
|
/freebsd/sys/x86/include/ |
H A D | x86_ieeefp.h | 74 #define FP_X_DZ 0x04 /* zero divide */ macro
|
/freebsd/lib/libc/powerpc/softfloat/ |
H A D | softfloat.h | 107 float_flag_divbyzero = FP_X_DZ,
|
/freebsd/lib/libc/powerpc64/softfloat/ |
H A D | softfloat.h | 107 float_flag_divbyzero = FP_X_DZ,
|
/freebsd/lib/libc/powerpcspe/softfloat/ |
H A D | softfloat.h | 107 float_flag_divbyzero = FP_X_DZ,
|