Home
last modified time | relevance | path

Searched hist:efd0f253c2899af6f3de9dd0991f4a197f1c49dd (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_isnan.cdiff efd0f253c2899af6f3de9dd0991f4a197f1c49dd Sat Jun 12 19:32:05 CEST 2010 David Schultz <das@FreeBSD.org> Introduce __isnanf() as an alias for isnanf(), and make the isnan()
macro expand to __isnanf() instead of isnanf() for float arguments.
This change is needed because isnanf() isn't declared in strict POSIX
or C99 mode.

Compatibility note: Apps using isnan(float) that are compiled after
this change won't link against an older libm.

Reported by: Florian Forster <octo@verplant.org>
H A Dmath.hdiff efd0f253c2899af6f3de9dd0991f4a197f1c49dd Sat Jun 12 19:32:05 CEST 2010 David Schultz <das@FreeBSD.org> Introduce __isnanf() as an alias for isnanf(), and make the isnan()
macro expand to __isnanf() instead of isnanf() for float arguments.
This change is needed because isnanf() isn't declared in strict POSIX
or C99 mode.

Compatibility note: Apps using isnan(float) that are compiled after
this change won't link against an older libm.

Reported by: Florian Forster <octo@verplant.org>
/freebsd/lib/msun/
H A DSymbol.mapdiff efd0f253c2899af6f3de9dd0991f4a197f1c49dd Sat Jun 12 19:32:05 CEST 2010 David Schultz <das@FreeBSD.org> Introduce __isnanf() as an alias for isnanf(), and make the isnan()
macro expand to __isnanf() instead of isnanf() for float arguments.
This change is needed because isnanf() isn't declared in strict POSIX
or C99 mode.

Compatibility note: Apps using isnan(float) that are compiled after
this change won't link against an older libm.

Reported by: Florian Forster <octo@verplant.org>