about summary refs log tree commit diff
path: root/math/math.h
Commit message (Expand)AuthorAgeFilesLines
* float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy2017-05-251-0/+3
* float128: Extend __MATH_TG for float128 supportGabriel F. T. Gomes2017-05-171-0/+21
* float128: Include math-finite.h for _Float128Gabriel F. T. Gomes2017-05-151-0/+22
* float128: Add public _Float128 declarations to libm.Paul E. Murphy2017-05-151-2/+63
* Fix condition for inclusion of math-finite.h for long doubleGabriel F. T. Gomes2017-03-311-1/+1
* Macroize inclusion of math-finite.hGabriel F. T. Gomes2017-03-301-1/+41
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-12/+0
* Split helper classification macros from mathcalls.hGabriel F. T. Gomes2017-03-151-0/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Add fromfp functions.Joseph Myers2016-12-311-0/+25
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-141-4/+0
* Add llogb, llogbf, llogbl.Joseph Myers2016-12-021-1/+20
* Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers2016-12-011-1/+18
* Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers2016-11-291-5/+10
* Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers2016-11-241-2/+40
* Refactor some libm type-generic macros.Joseph Myers2016-11-101-85/+40
* Add SNAN, SNANF, SNANL macros.Joseph Myers2016-10-281-0/+9
* math.h: Wrap C++ bits in extern "C++"Florian Weimer2016-10-221-2/+2
* math: Define iszero as a function template for C++ [BZ #20715]Florian Weimer2016-10-211-5/+19
* Make iseqsig handle excess precision.Joseph Myers2016-10-071-2/+17
* Add iseqsig.Joseph Myers2016-10-061-0/+18
* Add iscanonical.Joseph Myers2016-09-301-0/+2
* Fix iszero for excess precision.Joseph Myers2016-09-281-1/+1
* Add iszero.Joseph Myers2016-09-231-0/+7
* Add issubnormal.Joseph Myers2016-09-211-0/+3
* Fix math.h comment about bits/mathdef.h.Joseph Myers2016-08-051-34/+21
* Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro.Joseph Myers2016-08-031-3/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Add inlining of the C99 math functions isinf/isnan/signbit/isfinite/isnormal/...Wilco Dijkstra2015-09-181-8/+34
* Fix math.h, tgmath.h XSI POSIX namespace (gamma, isnan, scalb) (bug 18967).Joseph Myers2015-09-151-0/+6
* Vector sincos for x86_64 and tests.Andrew Senkevich2015-06-181-0/+4
* This patch adds infrastructure for addition of SIMDAndrew Senkevich2015-05-141-0/+9
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* stdlib/tst-strtod-round.c: Fix build on ARMWill Newton2014-09-301-1/+2
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-4/+4
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-121-2/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-021-0/+14
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-2/+1
* Make math.h FP_* macros usable in #if (bug 3439).Joseph Myers2012-11-021-10/+15
* Use more decimal places for long double constants in math.h.Joseph Myers2012-05-311-13/+13
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove __STDC__ conditionals from installed headers.Joseph Myers2012-01-261-15/+6
* Always provide declarations of long double math functions when !_LIBCAndreas Schwab2011-11-041-4/+5
* Optimize libmUlrich Drepper2011-10-121-8/+15
* Fix typo in comment.Erich Ritz2010-11-011-1/+1
* Define math_errhandling is possible.Ulrich Drepper2009-08-241-2/+9
* 2006-02-03 Jakub Jelinek <jakub@redhat.com>Roland McGrath2006-02-031-3/+6
* * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath2006-01-141-2/+26
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-29/+2