Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h398 static constexpr uint32_t HIGH_OFFSET = 24; member
400 static constexpr uint32_t HIGH_INEXACT = INEXACT_WIN << HIGH_OFFSET;
401 static constexpr uint32_t HIGH_UNDERFLOW = UNDERFLOW_WIN << HIGH_OFFSET;
402 static constexpr uint32_t HIGH_OVERFLOW = OVERFLOW_WIN << HIGH_OFFSET;
403 static constexpr uint32_t HIGH_DIV_BY_ZERO = DIV_BY_ZERO_WIN << HIGH_OFFSET;
404 static constexpr uint32_t HIGH_INVALID = INVALID_WIN << HIGH_OFFSET;
405 static constexpr uint32_t HIGH_DENORMAL = DENORMAL_WIN << HIGH_OFFSET;
494 status_word |= status_word << WinExceptionFlags::HIGH_OFFSET; in get_env()
505 control_word |= control_word << WinExceptionFlags::HIGH_OFFSET; in get_env()