Searched refs:FP_EX_OVERFLOW (Results 1 – 8 of 8) sorted by relevance
71 #define FP_EX_OVERFLOW IEEE_TRAP_ENABLE_OVF macro
75 #define FP_EX_OVERFLOW (1<<2) macro
82 #define FP_EX_OVERFLOW (1 << 3) macro
193 #define FP_EX_OVERFLOW (1 << 3) macro
105 #define FP_EX_OVERFLOW (1 << 17) macro123 #define FP_EX_OVERFLOW (1 << (31 - 3)) macro
231 else if (eflag & FP_EX_OVERFLOW) in record_exception()232 eflag = FP_EX_OVERFLOW; in record_exception()
115 else if(eflag & FP_EX_OVERFLOW) in record_exception()116 eflag = FP_EX_OVERFLOW; in record_exception()
103 FP_EX_UNDERFLOW | FP_EX_OVERFLOW)699 if ((FP_CUR_EXCEPTIONS & FP_EX_OVERFLOW) in do_spe_mathemu()
Completed in 14 milliseconds