Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DFreeBSDSignals.cpp14 #ifndef FPE_FLTIDO
15 #define FPE_FLTIDO 9 macro
56 ADD_SIGCODE(SIGFPE, 8, FPE_FLTIDO, 9, "input denormal operation"); in Reset()
/freebsd/sys/sys/
H A Dsignal.h320 #define FPE_FLTIDO 9 /* Input denormal operation */ macro
/freebsd/sys/arm64/arm64/
H A Dtrap.c454 code = FPE_FLTIDO; in fpe_trap()
/freebsd/sys/compat/linux/
H A Dlinux_signal.c608 case FPE_FLTIDO: in sigfpe_sicode2lsicode()