Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h57 static constexpr uint16_t DENORMAL_F = 0x2; member
78 ((excepts & __FE_DENORM) ? ExceptionFlags::DENORMAL_F : 0) | in get_status_value_for_except()
89 ((status & ExceptionFlags::DENORMAL_F) ? __FE_DENORM : 0) | in exception_status_to_macro()
284 if (status_value & internal::ExceptionFlags::DENORMAL_F) { in raise_except()
285 raise_helper(internal::ExceptionFlags::DENORMAL_F); in raise_except()
488 internal::ExceptionFlags::DENORMAL_F)) in get_env()
498 internal::ExceptionFlags::DENORMAL_F) in get_env()