Home
last modified time | relevance | path

Searched defs:old_excepts (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/src/__support/FPUtil/aarch64/
H A Dfenv_darwin_impl.h117 uint32_t old_excepts = FEnv::exception_value_from_control(control_word); enable_except() local
128 uint32_t old_excepts = FEnv::exception_value_from_control(control_word); disable_except() local
/llvm-project/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h160 uint16_t old_excepts = ~x87_cw & 0x3F; // Save previously enabled exceptions. enable_except() local
185 uint16_t old_excepts = ~x87_cw & 0x3F; // Save previously enabled exceptions. disable_except() local