Searched refs:WinExceptionFlags (Results 1 – 1 of 1) sorted by relevance
387 struct WinExceptionFlags { struct494 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 …]