Searched hist:efd0f253c2899af6f3de9dd0991f4a197f1c49dd (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/msun/src/ |
H A D | s_isnan.c | diff 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 D | math.h | diff 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 D | Symbol.map | diff 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>
|