Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A Dexceptions.cpp48 static constexpr uint32_t s{__FE_DENORM}; // nonstandard, not a #define in RTNAME()
17 #define __FE_DENORM global() macro
/llvm-project/libc/hdr/
H A Dfenv_macros.h45 #define __FE_DENORM global() macro
/llvm-project/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h54 // Some libcs define __FE_DENORM corresponding to the denormal input
77 #ifdef __FE_DENORM in get_status_value_for_except()
78 ((excepts & __FE_DENORM) ? ExceptionFlags::DENORMAL_F : 0) | in get_status_value_for_except()
79 #endif // __FE_DENORM in get_status_value_for_except()
88 #ifdef __FE_DENORM in exception_status_to_macro()
89 ((status & ExceptionFlags::DENORMAL_F) ? __FE_DENORM : 0) | in exception_status_to_macro()
90 #endif // __FE_DENORM in exception_status_to_macro()
280 #ifdef __FE_DENORM in raise_except()
284 #endif // __FE_DENORM in raise_except()
/llvm-project/libc/include/llvm-libc-macros/
H A Dfenv-macros.h17 #define __FE_DENORM 0x20 macro