Searched refs:enabled_excepts (Results 1 – 2 of 2) sorted by relevance
130 uint32_t enabled_excepts = FEnv::exception_value_from_control(control_word); in get_except() local131 return FEnv::exception_value_to_status(enabled_excepts); in get_except()
199 uint16_t enabled_excepts = ~(mxcsr >> 7) & 0x3F; in get_except() local200 return internal::exception_status_to_macro(enabled_excepts); in get_except()