#
c37dd69b |
| 02-Jan-2024 |
christos <christos@NetBSD.org> |
use sized types
|
#
56524372 |
| 16-Sep-2023 |
christos <christos@NetBSD.org> |
protect against multiple inclusion
|
#
e2a86dd3 |
| 15-Sep-2010 |
christos <christos@NetBSD.org> |
Commit SoC long double support from Stathis Kamperis
|
#
b5b1a9d5 |
| 02-Feb-2007 |
christos <christos@NetBSD.org> |
Merge the int bit with the high fraction bit. Add constants/macros needed by gdtoa.
|
#
b2cb7fcd |
| 15-Apr-2005 |
kleink <kleink@NetBSD.org> |
Push back the descriptions of NaN formats, and descriptions of the distinction between signalling NaNs and quiet NaNs back into the machine-dependent headers; treat the implementation of __nanf in th
Push back the descriptions of NaN formats, and descriptions of the distinction between signalling NaNs and quiet NaNs back into the machine-dependent headers; treat the implementation of __nanf in the same spirit.
IEEE 754 leaves the distinction between signalling NaNs and quiet NANs to the implementation, and unlike our headers used to suggest they're not identical in the interpretation of the fraction's MSb; in due course, make those of hppa, mips, sh3, and sh5 reflect reality.
show more ...
|
#
964d6747 |
| 27-Oct-2003 |
kleink <kleink@NetBSD.org> |
Err, rename some members added in previous to make them reflect their semantics better.
|
#
b37192f0 |
| 26-Oct-2003 |
kleink <kleink@NetBSD.org> |
For convenient use in libc, add unions of the C floating types and their corresponding structure definitions.
|
#
95971b87 |
| 26-Oct-2003 |
kleink <kleink@NetBSD.org> |
Correct the position of the QUIETNAN bit.
|
#
a3fabb9e |
| 26-Oct-2003 |
kleink <kleink@NetBSD.org> |
Use <sys/ieee754.h> where applicable.
|
#
a1fdc1db |
| 25-Oct-2003 |
kleink <kleink@NetBSD.org> |
Reflect the explicit integer bit here as well.
|
#
56062be2 |
| 23-Oct-2003 |
kleink <kleink@NetBSD.org> |
Make ieee_ext match reality, and add a note about its ABI-specific tail padding.
|
#
aad01611 |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
#
8375b2d9 |
| 26-Feb-2003 |
fvdl <fvdl@NetBSD.org> |
Move some files out of i386 into x86, so that they can be shared with other ports.
|