diff options
| author | simonb <simonb@NetBSD.org> | 2006-03-11 13:56:18 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2006-03-11 13:56:18 +0000 |
| commit | fd0ea3e6577b587cc9e152a0251d445d2d76f8db (patch) | |
| tree | 2f7fa1ce199b6a9eb938e6aa78dc5cc2385eaea3 /sys | |
| parent | fd3935c60b0cc53b6cec17ffe9efd92aa234b40b (diff) | |
Remove some blank lines.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/pc532/fpu/ieee_internal.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/arch/pc532/fpu/ieee_internal.h b/sys/arch/pc532/fpu/ieee_internal.h index 496ea89e0b2..a111f89341b 100644 --- a/sys/arch/pc532/fpu/ieee_internal.h +++ b/sys/arch/pc532/fpu/ieee_internal.h @@ -1,4 +1,4 @@ -/* $NetBSD: ieee_internal.h,v 1.8 2005/12/11 12:18:31 christos Exp $ */ +/* $NetBSD: ieee_internal.h,v 1.9 2006/03/11 13:56:18 simonb Exp $ */ /* * IEEE floating point support for NS32081 and NS32381 fpus. @@ -128,31 +128,19 @@ struct operand { union t_conv data; }; - int ieee_undfl(struct operand *, struct operand *, struct operand *, int, state *); - int ieee_ovfl(struct operand *, struct operand *, struct operand *, int, state *); - int ieee_dze(struct operand *, struct operand *, struct operand *, int, state *); - int ieee_invop(struct operand *, struct operand *, struct operand *, int, state *); - int ieee_add(double, double *); - int ieee_mul(double, double *); - int ieee_div(double, double *); - int ieee_dot(double, double, double *); - void ieee_cmp(double, double, state *); - int ieee_normalize(union t_conv *); - int ieee_scalb(double, double *); - #endif /* _IEEE_INTERNAL_H_ */ |
