Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/FPUtil/aarch64/
H A Dfenv_darwin_impl.h50 static constexpr uint32_t EX_INEXACT = 0x10; member
68 (status & FE_INEXACT ? EX_INEXACT : 0) | in exception_value_from_status()
77 (control & __fpcr_trap_inexact ? EX_INEXACT : 0) | in exception_value_from_control()
86 (excepts & EX_INEXACT ? FE_INEXACT : 0) | in exception_value_to_status()
95 (excepts & EX_INEXACT ? __fpcr_trap_inexact : 0) | in exception_value_to_control()
198 if (to_raise & FEnv::EX_INEXACT) { in raise_except()
205 if (!(FEnv::exception_value_from_status(status_word) & FEnv::EX_INEXACT)) in raise_except()