summaryrefslogtreecommitdiff
path: root/lib/msun/src/e_lgamma_r.c
Commit message (Expand)AuthorAgeFilesLines
* The value small=2**-(p+3), where p is the precision, can be determine fromSteve Kargl2014-10-091-23/+24
* Remove whitespace and 2 blank lines.Steve Kargl2014-10-021-14/+12
* * Whitespace.Steve Kargl2014-09-251-3/+1
* For targets that have a signed zero, lgamma_r(-0, &signgamp) shouldSteve Kargl2014-09-171-1/+5
* * Makefile:Steve Kargl2014-09-151-6/+13
* Remove an initialized, but otherwise, unused variable.Steve Kargl2014-09-041-1/+0
* According to the ISO C standard, lgamma(-integer) returnsSteve Kargl2014-09-011-6/+7
* Fix a tab that somehow became 8 spaces.Steve Kargl2014-09-011-2/+2
* Compute sin(pi*x) without actually doing the pi*x multiplication.Steve Kargl2014-08-311-26/+24
* Remove some unnecessary initializations.David Schultz2011-10-151-1/+0
* s/rcsid/__FBSDID/David Schultz2008-02-221-3/+2
* Don't assume that int is signed 32-bits in one place. Keep assumingBruce Evans2007-05-021-6/+8
* Reduce diffs against vendor source (Sun fdlibm 5.3).David Schultz2005-02-041-16/+18
* Fix formatting, this is hard to explain, so I'll show one example.Alfred Perlstein2002-05-281-1/+2
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-18/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-17/+17
* J.T. Conklin's latest version of the Sun math library.Jordan K. Hubbard1994-08-191-0/+312