Searched refs:FPE_FLTOVF_TRAP (Results 1 – 4 of 4) sorted by relevance
58 #ifndef FPE_FLTOVF_TRAP59 #define FPE_FLTOVF_TRAP 0xd4 /* [floating overflow] */ macro84 FPE_FLTOVF_TRAP,128 case FPE_FLTOVF_TRAP:
406 #define FPE_FLTOVF_TRAP 0x3 /* floating overflow */ macro424 #define FPE_FLTOVF_TRAP 0xd4 /* [floating overflow] */ macro439 #define FPE_FLTOVF_TRAP 0xd4 /* [floating overflow] */ macro
51 #define FPE_FLTOVF_TRAP 0xd4 /* [floating overflow] */ macro
228 code = FPE_FLTOVF_TRAP; in ucbsigvechandler()