Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNetBSDSignals.cpp49 ADD_SIGCODE(SIGFPE, 8, FPE_FLTRES, 6, "floating point inexact result"); in Reset()
H A DFreeBSDSignals.cpp53 ADD_SIGCODE(SIGFPE, 8, FPE_FLTRES, 6, "floating point inexact result"); in Reset()
H A DLinuxSignals.cpp72 ADD_SIGCODE(SIGFPE, 8, FPE_FLTRES, 6, "floating point inexact result"); in Reset()
/freebsd/contrib/one-true-awk/
H A Dmain.c72 [FPE_FLTRES] = "Floating point inexact result", in fpecatch()
/freebsd/sys/sys/
H A Dsignal.h317 #define FPE_FLTRES 6 /* Floating point inexact result. */ macro
/freebsd/sys/powerpc/powerpc/
H A Dfpu.c255 ucode = FPE_FLTRES; in get_fpu_exception()
/freebsd/sys/amd64/amd64/
H A Dfpu.c576 FPE_FLTRES, /* 20 - IMP */
640 FPE_FLTRES, /* 60 - IMP | STK */
/freebsd/sys/i386/i386/
H A Dnpx.c639 FPE_FLTRES, /* 20 - IMP */
703 FPE_FLTRES, /* 60 - IMP | STK */
/freebsd/sys/arm64/arm64/
H A Dtrap.c465 code = FPE_FLTRES; in fpe_trap()
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-specialize87 info.si_code = FPE_FLTRES;