Searched refs:__FE_DENORM (Results 1 – 4 of 4) sorted by relevance
48 static constexpr uint32_t s{__FE_DENORM}; // nonstandard, not a #define in RTNAME() 17 #define __FE_DENORM global() macro
45 #define __FE_DENORM global() macro
54 // Some libcs define __FE_DENORM corresponding to the denormal input77 #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()
17 #define __FE_DENORM 0x20 macro