Searched refs:FP_X_UFL (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dieeefp.h29 #define FP_X_UFL (1 << FP_EXCEPT_UFL) /* underflow exception */ 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.h16 #define FP_X_UFL 0x04 /* underflow exception */ macro
/freebsd-11-stable/sys/mips/include/
H A Dieeefp.h20 #define FP_X_UFL 0x02 /* underflow exception */ macro
/freebsd-11-stable/sys/arm64/include/
H A Dieeefp.h25 #define FP_X_UFL (1 << FP_EXCEPT_UFL) /* underflow exception */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dieeefp.h17 #define FP_X_UFL FSR_UF /* underflow exception */ 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);
145 fpsetmask(FP_X_UFL);
169 ATF_CHECK(fpgetmask() == FP_X_UFL);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetmask.c197 { f_ufl, FP_X_UFL, FPE_FLTUND },
205 { d_ufl, FP_X_UFL, FPE_FLTUND },
213 { ld_ufl, FP_X_UFL, FPE_FLTUND },
339 fp_except_t msk, lst[] = { FP_X_INV, FP_X_DZ, FP_X_OFL, FP_X_UFL };
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/sys/i386/include/
H A Dieeefp.h81 #define FP_X_UFL 0x10 /* underflow */ macro
/freebsd-11-stable/sys/amd64/include/
H A Dieeefp.h81 #define FP_X_UFL 0x10 /* underflow */ macro
/freebsd-11-stable/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h106 float_flag_underflow = FP_X_UFL,
/freebsd-11-stable/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h106 float_flag_underflow = FP_X_UFL,

Completed in 145 milliseconds