summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_expf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some regressions caused by the switch from gcc to clang. The fixesdas2013-05-271-2/+3
* Revert r241756imp2012-10-221-62/+0
* Document the method used to compute expf. Taken from exp, withimp2012-10-191-0/+62
* Use STRICT_ASSIGN() to ensure that the compiler doesn't screw thingsdas2011-10-211-2/+4
* Fix a bogus threshold that was copied from the double precision version.das2011-02-101-1/+1
* s/rcsid/__FBSDID/das2008-02-221-3/+2
* Use a better method of scaling by 2**k. Instead of adding to thebde2008-02-071-9/+8
* As for the float trig functions and logf, use a minimax polynomialbde2008-02-061-6/+7
* Use volatile hacks to make sure these functions generate an underflowdas2008-01-181-1/+2
* Fixed the hi+lo approximation to log(2). The normal 17+24 bit decompositionbde2005-11-301-4/+4
* Revert rev 1.8, which causes small (e.g. 2 ulp) errors for somedas2005-02-241-8/+13
* Use double arithmetic instead of simulating it with two floats. Thisdas2005-02-211-13/+8
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-10/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* General -Wall warning cleanup, part I.jkh1996-07-121-3/+3
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
* J.T. Conklin's latest version of the Sun math library.jkh1994-08-191-0/+103
OpenPOWER on IntegriCloud