summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_exp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some regressions caused by the switch from gcc to clang. The fixesdas2013-05-271-1/+1
* Compute the exponential of x for Intel 80-bit format and IEEE 128-bitkargl2012-07-231-0/+4
* Use STRICT_ASSIGN() to ensure that the compiler doesn't screw thingsdas2011-10-211-1/+3
* s/rcsid/__FBSDID/das2008-02-221-3/+2
* Use volatile hacks to make sure exp() generates an underflowdas2008-02-171-1/+2
* Use a better method of scaling by 2**k. Instead of adding to thebde2008-02-071-9/+8
* Reduce diffs against vendor source (Sun fdlibm 5.3).das2005-02-041-18/+18
* Only provide one copy of the math functions. If we provide a MD function,peter2003-07-231-1/+1
* 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
* Select between the generic math functions and the i387-specific onesbde1997-02-161-2/+2
* 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-16/+16
* J.T. Conklin's latest version of the Sun math library.jkh1994-08-191-0/+167
OpenPOWER on IntegriCloud