Home
last modified time | relevance | path

Searched refs:FP_X_INV (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_fenv.c50 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 Dt_fpsetmask.c68 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 Dt_siginfo.c326 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 Dieeefp.h17 #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 Dfpgetmask.c32 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
H A Dfpsetmask.c32 #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 Dfpgetmask_vfp.c31 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
H A Dfpgetsticky_vfp.c31 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
H A Dfpsetsticky_vfp.c35 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP) in __weak_alias()
H A Dfpsetmask_vfp.c35 #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 Dieeefp.h25 #define FP_X_INV (1 << FP_EXCEPT_INV) /* invalid operation exception */ macro
/freebsd/sys/arm64/include/
H A Dieeefp.h25 #define FP_X_INV (1 << FP_EXCEPT_INV) /* invalid operation exception */ macro
/freebsd/sys/x86/include/
H A Dx86_ieeefp.h72 #define FP_X_INV 0x01 /* invalid operation */ macro
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h108 float_flag_invalid = FP_X_INV
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h108 float_flag_invalid = FP_X_INV
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h108 float_flag_invalid = FP_X_INV