Searched refs:FP_X_IMP (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dieeefp.h30 #define FP_X_IMP (1 << FP_EXCEPT_IMP) /* imprecise (loss of precision; "inexact") */ macro
/freebsd-11-stable/lib/libc/aarch64/gen/
H A Dfpgetmask.c36 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
H A Dfpsetmask.c36 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
/freebsd-11-stable/lib/libc/arm/gen/
H A Dfpgetmask_vfp.c38 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
H A Dfpgetsticky_vfp.c38 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
H A Dfpsetmask_vfp.c38 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
H A Dfpsetsticky_vfp.c38 #define FP_X_MASK (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
/freebsd-11-stable/sys/powerpc/include/
H A Dieeefp.h14 #define FP_X_IMP 0x01 /* imprecise (loss of precision) */ macro
/freebsd-11-stable/sys/mips/include/
H A Dieeefp.h19 #define FP_X_IMP 0x01 /* imprecise (loss of precision) */ macro
/freebsd-11-stable/sys/arm64/include/
H A Dieeefp.h26 #define FP_X_IMP (1 << FP_EXCEPT_IMP) /* imprecise (loss of precision) */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dieeefp.h15 #define FP_X_IMP FSR_NX /* imprecise (loss of precision) */ macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_fenv.c132 fpsetmask(FP_X_INV|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP);
148 fpsetmask(FP_X_IMP);
181 ATF_CHECK(fpgetmask() == FP_X_IMP);
/freebsd-11-stable/sys/i386/include/
H A Dieeefp.h82 #define FP_X_IMP 0x20 /* (im)precision */ macro
/freebsd-11-stable/sys/amd64/include/
H A Dieeefp.h82 #define FP_X_IMP 0x20 /* (im)precision */ macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_siginfo.c337 fpsetmask(FP_X_INV|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP);
388 fpsetmask(FP_X_INV|FP_X_DZ|FP_X_OFL|FP_X_UFL|FP_X_IMP);
/freebsd-11-stable/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h105 float_flag_inexact = FP_X_IMP,
/freebsd-11-stable/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h105 float_flag_inexact = FP_X_IMP,

Completed in 111 milliseconds