summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2004-01-18 08:05:21 +0000
committerdas <das@FreeBSD.org>2004-01-18 08:05:21 +0000
commit9d7d7a8c5d5b9325e2b7322a102ebc4fb7f36b2d (patch)
treef452b9a78d6a565015a2a90ed505c6afbee95b5b /lib/libc
parent1c710b8381776b66b8fd3cf64d42130bb517a1a0 (diff)
downloadFreeBSD-src-9d7d7a8c5d5b9325e2b7322a102ebc4fb7f36b2d.zip
FreeBSD-src-9d7d7a8c5d5b9325e2b7322a102ebc4fb7f36b2d.tar.gz
Add a delta accidentally omitted from the previous commit:
Define DBL_MANH_SIZE and DBL_MANL_SIZE to be the sizes of the high and low words of the mantissa in bits, respectively.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/include/fpmath.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/include/fpmath.h b/lib/libc/include/fpmath.h
index fcfbbcf..6d36251 100644
--- a/lib/libc/include/fpmath.h
+++ b/lib/libc/include/fpmath.h
@@ -45,6 +45,9 @@ union IEEEf2bits {
} bits;
};
+#define DBL_MANH_SIZE 20
+#define DBL_MANL_SIZE 32
+
union IEEEd2bits {
double d;
struct {
OpenPOWER on IntegriCloud