| #
acdd726f |
| 20-Nov-2013 |
martin <martin@NetBSD.org> |
PR 48384: reorganize struct ieee_ext for sparc64 to only use a high/low part for the mantissa. Adjust arch specific code accordingly.
|
| #
8e54f10b |
| 04-Mar-2004 |
kleink <kleink@NetBSD.org> |
* Turn isinf(3) and isnan(3) into C99-style macros. * Make it possible for ports to override these (i.e., VAX). * Remove isnanl(), which was internal to libc only.
|
| #
964d6747 |
| 27-Oct-2003 |
kleink <kleink@NetBSD.org> |
Err, rename some members added in previous to make them reflect their semantics better.
|
| #
5976f8aa |
| 27-Oct-2003 |
kleink <kleink@NetBSD.org> |
Retire local union { floating-type; struct ieee_prec; } in favor of those available from <machine/ieee.h>
|
| #
712c8de2 |
| 24-Oct-2003 |
kleink <kleink@NetBSD.org> |
* Since there is no single portable IEEE 754 format for a long double, keep a common implementation of isinfl() and isnanl() to be used by platforms where `long double' == `double'; move others i
* Since there is no single portable IEEE 754 format for a long double, keep a common implementation of isinfl() and isnanl() to be used by platforms where `long double' == `double'; move others into machine-dependent code. * In due course, consider __VFP_FP__ on arm.
show more ...
|