#
33c7476c |
| 05-Jun-2011 |
christos <christos@NetBSD.org> |
Revert previous and make frach be 0xc0000000 for NAN's generated by strtold() as suggested by tron.
|
#
093aa7c0 |
| 04-Jun-2011 |
christos <christos@NetBSD.org> |
Make NAN tests consistent with other platforms and FreeBSD.
|
#
0449ecc0 |
| 02-Feb-2007 |
christos <christos@NetBSD.org> |
since the int bit is merged, do the explicit math.
|
#
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>
|
#
04435430 |
| 25-Oct-2003 |
kleink <kleink@NetBSD.org> |
Update to account for separate handling of the explicit integer bit; simplifies a little.
|
#
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 ...
|