Home
last modified time | relevance | path

Searched refs:enabled_excepts (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/FPUtil/aarch64/
H A Dfenv_darwin_impl.h130 uint32_t enabled_excepts = FEnv::exception_value_from_control(control_word); in get_except() local
131 return FEnv::exception_value_to_status(enabled_excepts); in get_except()
/llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h199 uint16_t enabled_excepts = ~(mxcsr >> 7) & 0x3F; in get_except() local
200 return internal::exception_status_to_macro(enabled_excepts); in get_except()