summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-08-11 21:25:19 +0000
committermarcel <marcel@FreeBSD.org>2003-08-11 21:25:19 +0000
commitfd356a44235501041b7058cf71b1b48812c8ddd9 (patch)
treeb7deaf02136494f771ea3f49c25766960d1c7270 /sys
parent58ef380ec1d72fe6be86df1d4d5bab4a03a5f558 (diff)
downloadFreeBSD-src-fd356a44235501041b7058cf71b1b48812c8ddd9.zip
FreeBSD-src-fd356a44235501041b7058cf71b1b48812c8ddd9.tar.gz
Cleanup and style(9) fixes. No functional change.
Diffstat (limited to 'sys')
-rw-r--r--sys/ia64/include/ieeefp.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/sys/ia64/include/ieeefp.h b/sys/ia64/include/ieeefp.h
index 418b0ae..a97926b 100644
--- a/sys/ia64/include/ieeefp.h
+++ b/sys/ia64/include/ieeefp.h
@@ -37,15 +37,12 @@ typedef int fp_except_t;
#define FP_X_OFL IA64_FPSR_TRAP_OD /* overflow exception */
#define FP_X_UFL IA64_FPSR_TRAP_UD /* underflow exception */
#define FP_X_IMP IA64_FPSR_TRAP_ID /* imprecise(inexact) exception */
-#if 0
-#define FP_X_IOV 0 /* integer overflow XXX? */
-#endif
typedef enum {
- FP_RZ=0, /* round to zero (truncate) */
- FP_RM=1, /* round toward negative infinity */
- FP_RN=2, /* round to nearest representable number */
- FP_RP=3 /* round toward positive infinity */
+ FP_RZ=0, /* round to zero (truncate) */
+ FP_RM=1, /* round toward negative infinity */
+ FP_RN=2, /* round to nearest representable number */
+ FP_RP=3 /* round toward positive infinity */
} fp_rnd_t;
#endif /* _MACHINE_IEEEFP_H_ */
OpenPOWER on IntegriCloud