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

/osnet-11/usr/src/lib/libc/port/fp/
H A Dsigfpe.c58 #ifndef FPE_FLTDIV
59 #define FPE_FLTDIV 3 /* [floating divide by zero] */ macro
96 FPE_FLTDIV,
146 case FPE_FLTDIV:
/osnet-11/usr/src/cmd/parted/
H A Dui.c101 #ifndef FPE_FLTDIV
102 # define FPE_FLTDIV (INTMAX - 3) macro
396 case FPE_FLTDIV:
397 fputs(_("\nError: FPE_FLTDIV (Float: "

Completed in 23 milliseconds