From 3b9429b248d1ae4968711606cf1ee8bcc29d2608 Mon Sep 17 00:00:00 2001 From: mycroft Date: Wed, 18 Feb 1998 11:01:27 +0000 Subject: [PATCH] Minor changes to make all the float.h files match. --- sys/arch/alpha/include/float.h | 12 ++++++------ sys/arch/arm32/include/float.h | 12 ++++++------ sys/arch/bebox/include/float.h | 4 ++-- sys/arch/pc532/include/float.h | 4 ++-- sys/arch/powerpc/include/float.h | 4 ++-- sys/arch/sparc/include/float.h | 12 ++++++------ 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/sys/arch/alpha/include/float.h b/sys/arch/alpha/include/float.h index d1f87622523d..b8a4b389d948 100644 --- a/sys/arch/alpha/include/float.h +++ b/sys/arch/alpha/include/float.h @@ -1,4 +1,4 @@ -/* $NetBSD: float.h,v 1.7 1998/02/03 01:26:20 mycroft Exp $ */ +/* $NetBSD: float.h,v 1.8 1998/02/18 11:01:27 mycroft Exp $ */ /* * Copyright (c) 1989, 1993 @@ -46,11 +46,11 @@ __END_DECLS #define FLT_ROUNDS __flt_rounds() #define FLT_MANT_DIG 24 /* p */ -#define FLT_EPSILON 1.19209290E-07F /* b**(1-p) */ +#define FLT_EPSILON 1.19209290E-7F /* b**(1-p) */ #define FLT_DIG 6 /* floor((p-1)*log10(b))+(b == 10) */ -#define FLT_MIN_EXP -125 /* emin */ +#define FLT_MIN_EXP (-125) /* emin */ #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ -#define FLT_MIN_10_EXP -37 /* ceil(log10(b**(emin-1))) */ +#define FLT_MIN_10_EXP (-37) /* ceil(log10(b**(emin-1))) */ #define FLT_MAX_EXP 128 /* emax */ #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ #define FLT_MAX_10_EXP 38 /* floor(log10((1-b**(-p))*b**emax)) */ @@ -58,9 +58,9 @@ __END_DECLS #define DBL_MANT_DIG 53 #define DBL_EPSILON 2.2204460492503131E-16 #define DBL_DIG 15 -#define DBL_MIN_EXP -1021 +#define DBL_MIN_EXP (-1021) #define DBL_MIN 2.2250738585072014E-308 -#define DBL_MIN_10_EXP -307 +#define DBL_MIN_10_EXP (-307) #define DBL_MAX_EXP 1024 #define DBL_MAX 1.7976931348623157E+308 #define DBL_MAX_10_EXP 308 diff --git a/sys/arch/arm32/include/float.h b/sys/arch/arm32/include/float.h index a0fadead65e5..5267fac83461 100644 --- a/sys/arch/arm32/include/float.h +++ b/sys/arch/arm32/include/float.h @@ -1,4 +1,4 @@ -/* $NetBSD: float.h,v 1.5 1998/02/03 01:26:22 mycroft Exp $ */ +/* $NetBSD: float.h,v 1.6 1998/02/18 11:01:28 mycroft Exp $ */ /* * Copyright (c) 1992, 1993 @@ -57,11 +57,11 @@ __END_DECLS #define FLT_ROUNDS __flt_rounds() #define FLT_MANT_DIG 24 /* p */ -#define FLT_EPSILON 1.19209290E-07F /* b**(1-p) */ +#define FLT_EPSILON 1.19209290E-7F /* b**(1-p) */ #define FLT_DIG 6 /* floor((p-1)*log10(b))+(b == 10) */ -#define FLT_MIN_EXP -125 /* emin */ +#define FLT_MIN_EXP (-125) /* emin */ #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ -#define FLT_MIN_10_EXP -37 /* ceil(log10(b**(emin-1))) */ +#define FLT_MIN_10_EXP (-37) /* ceil(log10(b**(emin-1))) */ #define FLT_MAX_EXP 128 /* emax */ #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ #define FLT_MAX_10_EXP 38 /* floor(log10((1-b**(-p))*b**emax)) */ @@ -69,9 +69,9 @@ __END_DECLS #define DBL_MANT_DIG 53 #define DBL_EPSILON 2.2204460492503131E-16 #define DBL_DIG 15 -#define DBL_MIN_EXP -1021 +#define DBL_MIN_EXP (-1021) #define DBL_MIN 2.2250738585072014E-308 -#define DBL_MIN_10_EXP -307 +#define DBL_MIN_10_EXP (-307) #define DBL_MAX_EXP 1024 #define DBL_MAX 1.7976931348623157E+308 #define DBL_MAX_10_EXP 308 diff --git a/sys/arch/bebox/include/float.h b/sys/arch/bebox/include/float.h index 18bc3950a108..df782a9ec20d 100644 --- a/sys/arch/bebox/include/float.h +++ b/sys/arch/bebox/include/float.h @@ -1,4 +1,4 @@ -/* $NetBSD: float.h,v 1.2 1998/02/03 01:26:24 mycroft Exp $ */ +/* $NetBSD: float.h,v 1.3 1998/02/18 11:01:28 mycroft Exp $ */ /* * Copyright (c) 1989 Regents of the University of California. @@ -48,7 +48,7 @@ __END_DECLS #define FLT_ROUNDS __flt_rounds() #define FLT_MANT_DIG 24 /* p */ -#define FLT_EPSILON 1.19209290E-07F /* b**(1-p) */ +#define FLT_EPSILON 1.19209290E-7F /* b**(1-p) */ #define FLT_DIG 6 /* floor((p-1)*log10(b))+(b == 10) */ #define FLT_MIN_EXP (-125) /* emin */ #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ diff --git a/sys/arch/pc532/include/float.h b/sys/arch/pc532/include/float.h index 72ab871e60e1..86e3e6eeaa89 100644 --- a/sys/arch/pc532/include/float.h +++ b/sys/arch/pc532/include/float.h @@ -1,4 +1,4 @@ -/* $NetBSD: float.h,v 1.8 1998/02/03 01:26:30 mycroft Exp $ */ +/* $NetBSD: float.h,v 1.9 1998/02/18 11:01:28 mycroft Exp $ */ /* * Copyright (c) 1989 Regents of the University of California. @@ -48,7 +48,7 @@ __END_DECLS #define FLT_ROUNDS __flt_rounds() #define FLT_MANT_DIG 24 /* p */ -#define FLT_EPSILON 1.19209290E-07F /* b**(1-p) */ +#define FLT_EPSILON 1.19209290E-7F /* b**(1-p) */ #define FLT_DIG 6 /* floor((p-1)*log10(b))+(b == 10) */ #define FLT_MIN_EXP (-125) /* emin */ #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ diff --git a/sys/arch/powerpc/include/float.h b/sys/arch/powerpc/include/float.h index c6cb0fe6e766..e2852e756819 100644 --- a/sys/arch/powerpc/include/float.h +++ b/sys/arch/powerpc/include/float.h @@ -1,4 +1,4 @@ -/* $NetBSD: float.h,v 1.2 1998/02/03 01:26:31 mycroft Exp $ */ +/* $NetBSD: float.h,v 1.3 1998/02/18 11:01:29 mycroft Exp $ */ /* * Copyright (c) 1989 Regents of the University of California. @@ -48,7 +48,7 @@ __END_DECLS #define FLT_ROUNDS __flt_rounds() #define FLT_MANT_DIG 24 /* p */ -#define FLT_EPSILON 1.19209290E-07F /* b**(1-p) */ +#define FLT_EPSILON 1.19209290E-7F /* b**(1-p) */ #define FLT_DIG 6 /* floor((p-1)*log10(b))+(b == 10) */ #define FLT_MIN_EXP (-125) /* emin */ #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ diff --git a/sys/arch/sparc/include/float.h b/sys/arch/sparc/include/float.h index 119d048b13f7..757654c49567 100644 --- a/sys/arch/sparc/include/float.h +++ b/sys/arch/sparc/include/float.h @@ -1,4 +1,4 @@ -/* $NetBSD: float.h,v 1.7 1998/02/03 01:26:32 mycroft Exp $ */ +/* $NetBSD: float.h,v 1.8 1998/02/18 11:01:29 mycroft Exp $ */ /* * Copyright (c) 1992, 1993 @@ -57,11 +57,11 @@ __END_DECLS #define FLT_ROUNDS __flt_rounds() #define FLT_MANT_DIG 24 /* p */ -#define FLT_EPSILON 1.19209290E-07F /* b**(1-p) */ +#define FLT_EPSILON 1.19209290E-7F /* b**(1-p) */ #define FLT_DIG 6 /* floor((p-1)*log10(b))+(b == 10) */ -#define FLT_MIN_EXP -125 /* emin */ +#define FLT_MIN_EXP (-125) /* emin */ #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */ -#define FLT_MIN_10_EXP -37 /* ceil(log10(b**(emin-1))) */ +#define FLT_MIN_10_EXP (-37) /* ceil(log10(b**(emin-1))) */ #define FLT_MAX_EXP 128 /* emax */ #define FLT_MAX 3.40282347E+38F /* (1-b**(-p))*b**emax */ #define FLT_MAX_10_EXP 38 /* floor(log10((1-b**(-p))*b**emax)) */ @@ -69,9 +69,9 @@ __END_DECLS #define DBL_MANT_DIG 53 #define DBL_EPSILON 2.2204460492503131E-16 #define DBL_DIG 15 -#define DBL_MIN_EXP -1021 +#define DBL_MIN_EXP (-1021) #define DBL_MIN 2.2250738585072014E-308 -#define DBL_MIN_10_EXP -307 +#define DBL_MIN_10_EXP (-307) #define DBL_MAX_EXP 1024 #define DBL_MAX 1.7976931348623157E+308 #define DBL_MAX_10_EXP 308