summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/mathcalls.h
Commit message (Collapse)AuthorAgeFilesLines
* libm: improve readability of math.h; expand comments and docsDenys Vlasenko2010-10-311-4/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* math: isnan is a C99 featureHenning Heinold2010-08-051-6/+5
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* DO_XSI_MATH: add config knobBernhard Reutner-Fischer2009-11-191-0/+2
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* mathcalls.h: remove tons of redundant semicolons; better comment about macrosDenis Vlasenko2009-02-181-85/+87
| | | | | | | math.h: make macro machinery a bit more understandable No code changes (verified with objdump)
* test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko2009-02-171-0/+7
| | | | | *: fix everything which prevents above from building
* - 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