Searched refs:FPE_FLTRES (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | NetBSDSignals.cpp | 49 ADD_SIGCODE(SIGFPE, 8, FPE_FLTRES, 6, "floating point inexact result"); in Reset()
|
H A D | FreeBSDSignals.cpp | 53 ADD_SIGCODE(SIGFPE, 8, FPE_FLTRES, 6, "floating point inexact result"); in Reset()
|
H A D | LinuxSignals.cpp | 72 ADD_SIGCODE(SIGFPE, 8, FPE_FLTRES, 6, "floating point inexact result"); in Reset()
|
/freebsd/contrib/one-true-awk/ |
H A D | main.c | 83 case FPE_FLTRES: in fpecatch()
|
/freebsd/sys/sys/ |
H A D | signal.h | 317 #define FPE_FLTRES 6 /* Floating point inexact result. */ macro
|
/freebsd/sys/powerpc/powerpc/ |
H A D | fpu.c | 255 ucode = FPE_FLTRES; in get_fpu_exception()
|
/freebsd/sys/amd64/amd64/ |
H A D | fpu.c | 584 FPE_FLTRES, /* 20 - IMP */ 648 FPE_FLTRES, /* 60 - IMP | STK */
|
/freebsd/sys/i386/i386/ |
H A D | npx.c | 639 FPE_FLTRES, /* 20 - IMP */ 703 FPE_FLTRES, /* 60 - IMP | STK */
|
/freebsd/sys/arm64/arm64/ |
H A D | trap.c | 473 code = FPE_FLTRES; in fpe_trap()
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat-specialize | 87 info.si_code = FPE_FLTRES;
|