Searched refs:FP_X_OFL (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.h28 #define FP_X_OFL (1 << FP_EXCEPT_OFL) /* overflow exception */ macro
/freebsd-10.1-release/sys/mips/include/
H A Dieeefp.h21 #define FP_X_OFL 0x04 /* overflow exception */ macro
/freebsd-10.1-release/sys/powerpc/include/
H A Dieeefp.h17 #define FP_X_OFL 0x08 /* overflow exception */ macro
/freebsd-10.1-release/sys/ia64/include/
H A Dieeefp.h39 #define FP_X_OFL IA64_FPSR_TRAP_OD /* overflow exception */ macro
/freebsd-10.1-release/sys/sparc64/include/
H A Dieeefp.h18 #define FP_X_OFL FSR_OF /* overflow exception */ macro
/freebsd-10.1-release/sys/amd64/include/
H A Dieeefp.h80 #define FP_X_OFL 0x08 /* overflow */ macro
/freebsd-10.1-release/sys/i386/include/
H A Dieeefp.h80 #define FP_X_OFL 0x08 /* overflow */ macro
/freebsd-10.1-release/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h107 float_flag_overflow = FP_X_OFL,
/freebsd-10.1-release/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h107 float_flag_overflow = FP_X_OFL,

Completed in 186 milliseconds