HomeSort by: relevance | last modified time | path
    Searched defs:FP_X_OFL (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/hppa/include/
ieeefp.h 20 #define FP_X_OFL 0x04 /* overflow exception */
  /src/sys/arch/ia64/include/
ieeefp.h 35 #define FP_X_OFL FE_OVERFLOW /* overflow exception */
  /src/sys/arch/or1k/include/
ieeefp.h 27 #define FP_X_OFL FE_OVERFLOW /* overflow exception */
  /src/sys/arch/riscv/include/
ieeefp.h 27 #define FP_X_OFL FE_OVERFLOW /* overflow exception */
  /src/sys/arch/sparc/include/
ieeefp.h 20 #define FP_X_OFL 0x08 /* overflow exception */
  /src/sys/arch/alpha/include/
ieeefp.h 30 #define FP_AA_FLAGS (FP_X_INV | FP_X_DZ | FP_X_OFL | FP_X_UFL | FP_X_IMP)
44 #define FP_X_OFL FE_OVERFLOW /* overflow exception */
  /src/sys/arch/arm/include/
ieeefp.h 33 #define FP_X_OFL FE_OVERFLOW /* overflow exception */
  /src/sys/arch/mips/include/
ieeefp.h 29 #define FP_X_OFL __FPE(FE_OVERFLOW) /* overflow exception */
  /src/sys/arch/powerpc/include/
ieeefp.h 30 #define FP_X_OFL __FPE(FE_OVERFLOW) /* overflow exception */
  /src/sys/arch/sh3/include/
ieeefp.h 27 #define FP_X_OFL FE_OVERFLOW /* overflow exception */
44 #define FP_X_OFL 0x08 /* overflow exception */
69 __fp |= FP_X_OFL;
86 if (__fp & FP_X_OFL)
  /src/sys/arch/x86/include/
ieeefp.h 18 #define FP_X_OFL FE_OVERFLOW /* overflow exception */
  /src/sys/arch/m68k/include/
ieeefp.h 31 #define FP_X_OFL __FPE(FE_OVERFLOW) /* overflow exception */

Completed in 25 milliseconds