aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128/e_lgammal_r.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-1/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers1-3/+3
2017-09-29Use fabs(f/l) rather than __fabsWilco Dijkstra1-1/+1
2017-09-21Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes1-5/+1
2017-02-17Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho1-1/+1
2016-09-13ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy1-417/+417
2016-08-31ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy1-85/+85
2015-10-01Fix ldbl-128 / ldbl-128ibm lgamma overflow handling (bug 16347, bug 19046).Joseph Myers1-7/+6
2015-09-18Fix several build failures with GCC6 due to unused static variables.Wilco Dijkstra1-1/+0
2015-09-11Fix ldbl-128/ldbl-128ibm lgamma spurious "invalid", incorrect signgam (bug 18...Joseph Myers1-2/+2
2015-09-10Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558).Joseph Myers1-0/+2
2015-06-03This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra1-2/+2
2014-12-11powerpc: Fix lgammal_r overflow warningsAdhemerval Zanella1-1/+9
2014-01-06Fix ldbl-128 / ldbl-128ibm lgammal spurious underflow (bug 16400).Joseph Myers1-1/+3
2013-12-22Fix ldbl-128 lgammal for small negative arguments (bug 16337).Joseph Myers1-2/+2
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-2/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-2/+2
2011-10-12Optimize libmUlrich Drepper1-9/+3
2008-04-10[BZ #4407]Ulrich Drepper1-0/+6
2002-08-262002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath1-1/+15
2002-07-11Update.Ulrich Drepper1-2/+6
2001-11-26Update.Andreas Jaeger1-2/+2
2001-10-14Update.Ulrich Drepper1-75/+75
2001-09-06128 bit long double lgamma implementation.Andreas Jaeger1-0/+1018