Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/FPUtil/x86_64/
DFEnv.h137 uint16_t oldExcepts = ~x87CW & 0x3F; // Save previously enabled exceptions. in enableExcept() local
152 return internal::exceptionStatusToMacro(oldExcepts); in enableExcept()
162 uint16_t oldExcepts = ~x87CW & 0x3F; // Save previously enabled exceptions. in disableExcept() local
172 return internal::exceptionStatusToMacro(oldExcepts); in disableExcept()