Searched refs:FP_X_INV (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_fenv.c | 50 if (0 == fpsetmask(fpsetmask(FP_X_INV))) \ 132 fpsetmask(FP_X_INV|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP); in ATF_TC_BODY() 136 fpsetmask(FP_X_INV); in ATF_TC_BODY() 185 ATF_CHECK(fpgetmask() == FP_X_INV); in ATF_TC_BODY()
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_fpsetmask.c | 68 if (0 == fpsetmask(fpsetmask(FP_X_INV))) \ 195 { f_inv, FP_X_INV, FPE_FLTINV }, 203 { d_inv, FP_X_INV, FPE_FLTINV }, 211 { ld_inv, FP_X_INV, FPE_FLTINV }, 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 | 326 if (0 == fpsetmask(fpsetmask(FP_X_INV))) in ATF_TC_BODY() 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/sys/powerpc/include/ |
H A D | ieeefp.h | 17 #define FP_X_INV 0x08 /* invalid operation exception */ macro 24 #define FP_X_INV 0x10 /* invalid operation exception */ macro
|
/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 | 25 #define FP_X_INV (1 << FP_EXCEPT_INV) /* invalid operation exception */ macro
|
/freebsd/sys/arm64/include/ |
H A D | ieeefp.h | 25 #define FP_X_INV (1 << FP_EXCEPT_INV) /* invalid operation exception */ macro
|
/freebsd/sys/x86/include/ |
H A D | x86_ieeefp.h | 72 #define FP_X_INV 0x01 /* invalid operation */ macro
|
/freebsd/lib/libc/powerpc/softfloat/ |
H A D | softfloat.h | 108 float_flag_invalid = FP_X_INV
|
/freebsd/lib/libc/powerpc64/softfloat/ |
H A D | softfloat.h | 108 float_flag_invalid = FP_X_INV
|
/freebsd/lib/libc/powerpcspe/softfloat/ |
H A D | softfloat.h | 108 float_flag_invalid = FP_X_INV
|