Searched defs:FPE_FLTINV (Results 1 – 6 of 6) sorted by relevance
108 FPE_FLTINV, /* Floating point invalid operation. */ enumerator109 # define FPE_FLTINV FPE_FLTINV macro
359 # define FPE_FLTINV (FPE_FLTSUB+1) // vxWorks has no FPE_FLTINV, so define one … macro
207 #define FPE_FLTINV 7 /* floating point invalid operation */ macro