aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src/e_exp.c
Commit message (Expand)AuthorAgeFilesLines
* Compute the exponential of x for Intel 80-bit format and IEEE 128-bitSteve Kargl2012-07-231-0/+4
* Use STRICT_ASSIGN() to ensure that the compiler doesn't screw thingsDavid Schultz2011-10-211-1/+3
* s/rcsid/__FBSDID/David Schultz2008-02-221-3/+2
* Use volatile hacks to make sure exp() generates an underflowDavid Schultz2008-02-171-1/+2
* Use a better method of scaling by 2**k. Instead of adding to theBruce Evans2008-02-071-9/+8
* Reduce diffs against vendor source (Sun fdlibm 5.3).David Schultz2005-02-041-18/+18
* Only provide one copy of the math functions. If we provide a MD function,Peter Wemm2003-07-231-1/+1
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-10/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Select between the generic math functions and the i387-specific onesBruce Evans1997-02-161-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-16/+16
* J.T. Conklin's latest version of the Sun math library.Jordan K. Hubbard1994-08-191-0/+167