Searched refs:OVERFLOW_F (Results 1 – 2 of 2) sorted by relevance
46 static constexpr uint32_t OVERFLOW_F = 0x4; member58 ((excepts & FE_OVERFLOW) ? OVERFLOW_F : 0) | in getStatusValueForExcept()66 ((status & OVERFLOW_F) ? FE_OVERFLOW : 0) | in exceptionStatusToMacro()188 if (toRaise & FEnv::OVERFLOW_F) { in raise_except()192 FEnv::OVERFLOW_F)) in raise_except()
59 static constexpr uint16_t OVERFLOW_F = 0x8; member81 ((excepts & FE_OVERFLOW) ? ExceptionFlags::OVERFLOW_F : 0) | in get_status_value_for_except()92 ((status & ExceptionFlags::OVERFLOW_F) ? FE_OVERFLOW : 0) | in exception_status_to_macro()277 if (status_value & internal::ExceptionFlags::OVERFLOW_F) in raise_except()278 raise_helper(internal::ExceptionFlags::OVERFLOW_F); in raise_except()491 status_word |= (mxcsr & internal::ExceptionFlags::OVERFLOW_F) >> 1; in get_env()502 control_word |= (mxcsr & (internal::ExceptionFlags::OVERFLOW_F << 7)) >> 8; in get_env()