diff options
| author | David Schultz <das@FreeBSD.org> | 2004-01-18 08:05:21 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2004-01-18 08:05:21 +0000 |
| commit | 2ad265067c626e7af2029a4f947bef67f872a6e2 (patch) | |
| tree | f452b9a78d6a565015a2a90ed505c6afbee95b5b /lib/libc/include | |
| parent | a4a37c30108ebfeaf97b03c976cc40387c5b180e (diff) | |
Notes
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/fpmath.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/include/fpmath.h b/lib/libc/include/fpmath.h index fcfbbcfef4fb..6d36251461a1 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 { |
