Searched refs:old_excepts (Results 1 – 2 of 2) sorted by relevance
119 uint32_t old_excepts = FEnv::exception_value_from_control(control_word); in enable_except() local120 if (new_excepts != old_excepts) { in enable_except()124 return static_cast<int>(FEnv::exception_value_to_status(old_excepts)); in enable_except()131 uint32_t old_excepts = FEnv::exception_value_from_control(control_word); in disable_except() local134 return static_cast<int>(FEnv::exception_value_to_status(old_excepts)); in disable_except()
161 uint16_t old_excepts = ~x87_cw & 0x3F; // Save previously enabled exceptions. in enable_except() local176 return internal::exception_status_to_macro(old_excepts); in enable_except()186 uint16_t old_excepts = ~x87_cw & 0x3F; // Save previously enabled exceptions. in disable_except() local196 return internal::exception_status_to_macro(old_excepts); in disable_except()