aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src/s_log1pf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some regressions caused by the switch from gcc to clang. The fixesDavid Schultz2013-05-271-1/+2
* Fix some rather obscene code that has ambiguous if...if...else...David Schultz2008-03-291-2/+8
* Fix cutoffs. This is just a cleanup and an optimization for unusualBruce Evans2008-01-211-2/+2
* Use STRICT_ASSIGN() for log1pf() and log1p() instead of a volatile castBruce Evans2008-01-191-4/+5
* For log1pf(), fixed the approximations to sqrt(2), sqrt(2)-1 andBruce Evans2005-12-041-4/+11
* Use the usual volatile hack to trick gcc into clipping any extra precisionBruce Evans2005-12-041-1/+1
* 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-13/+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-7/+7
* J.T. Conklin's latest version of the Sun math library.Jordan K. Hubbard1994-08-191-0/+112