Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h387 struct WinExceptionFlags { struct
494 status_word |= status_word << WinExceptionFlags::HIGH_OFFSET; in get_env()
505 control_word |= control_word << WinExceptionFlags::HIGH_OFFSET; in get_env()
531 (WinExceptionFlags::HIGH_DENORMAL | WinExceptionFlags::HIGH_INVALID)) >> in set_env()
534 (state->status_word & WinExceptionFlags::HIGH_DIV_BY_ZERO) >> 25); in set_env()
536 (state->status_word & WinExceptionFlags::HIGH_OVERFLOW) >> 23); in set_env()
538 (state->status_word & WinExceptionFlags::HIGH_UNDERFLOW) >> 21); in set_env()
540 (state->status_word & WinExceptionFlags::HIGH_INEXACT) >> 19); in set_env()
550 (WinExceptionFlags::HIGH_DENORMAL | WinExceptionFlags::HIGH_INVALID)) >> in set_env()
553 (state->control_word & WinExceptionFlags::HIGH_DIV_BY_ZERO) >> 18); in set_env()
[all …]