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

/freebsd-10.1-release/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-10.1-release/sys/arm/include/
H A Dieeefp.h29 #define FP_X_UFL (1 << FP_EXCEPT_UFL) /* underflow exception */ macro
/freebsd-10.1-release/sys/mips/include/
H A Dieeefp.h20 #define FP_X_UFL 0x02 /* underflow exception */ macro
/freebsd-10.1-release/sys/powerpc/include/
H A Dieeefp.h16 #define FP_X_UFL 0x04 /* underflow exception */ macro
/freebsd-10.1-release/sys/ia64/include/
H A Dieeefp.h40 #define FP_X_UFL IA64_FPSR_TRAP_UD /* underflow exception */ macro
/freebsd-10.1-release/sys/sparc64/include/
H A Dieeefp.h17 #define FP_X_UFL FSR_UF /* underflow exception */ macro
/freebsd-10.1-release/sys/amd64/include/
H A Dieeefp.h81 #define FP_X_UFL 0x10 /* underflow */ macro
/freebsd-10.1-release/sys/i386/include/
H A Dieeefp.h81 #define FP_X_UFL 0x10 /* underflow */ macro
/freebsd-10.1-release/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h106 float_flag_underflow = FP_X_UFL,
/freebsd-10.1-release/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h106 float_flag_underflow = FP_X_UFL,

Completed in 172 milliseconds