Home
last modified time | relevance | path

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

/dragonfly/sys/platform/vkernel64/x86_64/
H A Dnpx.c235 FPE_FLTRES, /* 20 - IMP */
299 FPE_FLTRES, /* 60 - IMP | STK */
/dragonfly/sys/sys/
H A D_siginfo.h87 #define FPE_FLTRES 6 /* Floating point inexact result */ macro
/dragonfly/sys/platform/pc64/x86_64/
H A Dnpx.c248 FPE_FLTRES, /* 20 - IMP */
312 FPE_FLTRES, /* 60 - IMP | STK */
/dragonfly/contrib/awk/
H A Dmain.c72 [FPE_FLTRES] = "Floating point inexact result", in fpecatch()