summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/mathcalls.h
Commit message (Collapse)AuthorAgeFilesLines
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-291-1/+2
| | | | - SUSv4_LEGACY part #1 (non-networking)
* - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double ↵Bernhard Reutner-Fischer2008-12-221-137/+57
| | | | | | 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/+79
| | | | Note that gamma_r is not provided by glibc, perhaps add a SUN specific knob later
* sync with upstream via psmMike Frysinger2006-08-241-24/+56
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+333
and to better support each arch. This is a really big patch... -Erik