Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h402 static constexpr uint32_t HIGH_OVERFLOW = OVERFLOW_WIN << HIGH_OFFSET; member
536 (state->status_word & WinExceptionFlags::HIGH_OVERFLOW) >> 23); in set_env()
555 (state->control_word & WinExceptionFlags::HIGH_OVERFLOW) >> 16); in set_env()