Searched defs:FPE_FLTINV (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/fp/
H A Dsigfpe.c70 #ifndef FPE_FLTINV
71 #define FPE_FLTINV 7 /* [floating invalid operation] */ macro
100 FPE_FLTINV,
140 case FPE_FLTINV:
/osnet-11/usr/src/cmd/parted/
H A Dui.c117 #ifndef FPE_FLTINV
118 # define FPE_FLTINV (INTMAX - 7) macro
416 case FPE_FLTINV:
417 fputs(_("\nError: FPE_FLTINV (Float: "

Completed in 22 milliseconds