OpenGrok
Cross Reference: isnanl.c
xref
: /
src
/
lib
/
libc
/
arch
/
m68k
/
gen
/
isnanl.c
Home
|
History
|
Annotate
|
Download
|
only in
gen
History log of
/src/lib/libc/arch/m68k/gen/isnanl.c
Revision
Date
Author
Comments
1.5
04-Mar-2004
kleink
* 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.
1.4
28-Oct-2003
kleink
Ignore the explicit integer bit here, too; otherwise an infinity with the
explicit integer bit set could be classified as NaN.
1.3
27-Oct-2003
kleink
Err, rename some members added in previous to make them reflect their
semantics better.
1.2
27-Oct-2003
kleink
Retire local union { floating-type; struct ieee_prec; } in favor of those
available from <machine/ieee.h>
1.1
24-Oct-2003
kleink
* 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.
Indexes created Wed Oct 01 12:09:54 GMT 2025