aboutsummaryrefslogtreecommitdiff
path: root/math/bits/math-finite.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-09-04Fix bits/math-finite.h exp10 condition (bug 22082).Joseph Myers1-1/+1
2017-09-01Obsolete pow10 functions.Joseph Myers1-5/+0
2017-08-29Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).Joseph Myers1-20/+14
2017-08-25Clean up bits/math-finite.h for aliasing types.Joseph Myers1-15/+8
2017-05-15float128: Include math-finite.h for _Float128Gabriel F. T. Gomes1-5/+8
2017-03-31Fix condition for inclusion of math-finite.h for long doubleGabriel F. T. Gomes1-1/+1
2017-03-30Macroize inclusion of math-finite.hGabriel F. T. Gomes1-386/+92
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-11-05Fix finite-math-only lgamma functions signgam setting (bug 19211).Joseph Myers1-24/+9
2015-11-05Don't redirect ldexp to scalbn in bits/math-finite.h (bug 19209).Joseph Myers1-9/+0
2015-11-05Make bits/math-finite.h conditions match other headers (bug 19205).Joseph Myers1-62/+136
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-09-16Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)Siddhesh Poyarekar1-3/+5
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers1-3/+3
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-04-28Don't use long double *_finite functions if no long double mathAndreas Schwab1-0/+119
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-10Optimize ldexp and scalbnUlrich Drepper1-1/+8
2011-12-17Avoid warnings in __*_finite math function declarations with C++Marek Polacek1-90/+97
2011-10-15Optimize expUlrich Drepper1-0/+7
2011-10-12Optimize libmUlrich Drepper1-0/+315