summaryrefslogtreecommitdiffstats
path: root/libm/s_finitef.c
Commit message (Collapse)AuthorAgeFilesLines
* docs/probe_math_exception.c:Denis Vlasenko2009-02-111-3/+6
| | | | | | | | | | | | update example libc/sysdeps/linux/i386/bits/mathinline.h: improve __finite() macro, add __finitef macro (why they aren't always macros? why aren't they arch independent?) libm/math_private.h: much better comments on math_opt_barrier() and math_force_eval() libm/s_finite[f].c: improve out-of-line __finite[f]() too (one byte less, yay...)
* - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double ↵Bernhard Reutner-Fischer2008-12-221-2/+0
| | | | | | math support - add rule to create preprocessor output for float- and long double math wrapper
* - move libm_hidden_proto to the corresponding headers. Remove from callsites.Bernhard Reutner-Fischer2008-09-261-0/+32
Note that gamma_r is not provided by glibc, perhaps add a SUN specific knob later