Searched refs:old_excepts (Results 1 – 2 of 2) sorted by relevance
111 uint32_t old_excepts = FEnv::exception_value_from_control(control_word); in enable_except() local112 if (new_excepts != old_excepts) { in enable_except()116 return FEnv::exception_value_to_status(old_excepts); in enable_except()122 uint32_t old_excepts = FEnv::exception_value_from_control(control_word); in disable_except() local125 return FEnv::exception_value_to_status(old_excepts); in disable_except()
159 uint16_t old_excepts = ~x87_cw & 0x3F; // Save previously enabled exceptions. in enable_except() local174 return internal::exception_status_to_macro(old_excepts); in enable_except()184 uint16_t old_excepts = ~x87_cw & 0x3F; // Save previously enabled exceptions. in disable_except() local194 return internal::exception_status_to_macro(old_excepts); in disable_except()