about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128/e_lgammal_r.c
Commit message (Expand)AuthorAgeFilesLines
* Use fabs(f/l) rather than __fabsWilco Dijkstra2017-09-291-1/+1
* Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes2017-09-211-5/+1
* Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho2017-02-171-1/+1
* ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy2016-09-131-417/+417
* ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy2016-08-311-85/+85
* Fix ldbl-128 / ldbl-128ibm lgamma overflow handling (bug 16347, bug 19046).Joseph Myers2015-10-011-7/+6
* Fix several build failures with GCC6 due to unused static variables.Wilco Dijkstra2015-09-181-1/+0
* Fix ldbl-128/ldbl-128ibm lgamma spurious "invalid", incorrect signgam (bug 18...Joseph Myers2015-09-111-2/+2
* Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558).Joseph Myers2015-09-101-0/+2
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra2015-06-031-2/+2
* powerpc: Fix lgammal_r overflow warningsAdhemerval Zanella2014-12-111-1/+9
* Fix ldbl-128 / ldbl-128ibm lgammal spurious underflow (bug 16400).Joseph Myers2014-01-061-1/+3
* Fix ldbl-128 lgammal for small negative arguments (bug 16337).Joseph Myers2013-12-221-2/+2
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-2/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-2/+2
* Optimize libmUlrich Drepper2011-10-121-9/+3
* [BZ #4407]Ulrich Drepper2008-04-101-0/+6
* 2002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-261-1/+15
* Update.Ulrich Drepper2002-07-111-2/+6
* Update.Andreas Jaeger2001-11-261-2/+2
* Update.Ulrich Drepper2001-10-141-75/+75
* 128 bit long double lgamma implementation.Andreas Jaeger2001-09-061-0/+1018