aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src/s_expm1f.c
Commit message (Expand)AuthorAgeFilesLines
* lib/msun: Cleanup after $FreeBSD$ removalSteve Kargl2024-01-281-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Do not left-shift a negative number (inducing undefined behavior inDimitry Andric2019-09-251-1/+1
* Fix some regressions caused by the switch from gcc to clang. The fixesDavid Schultz2013-05-271-1/+2
* Use STRICT_ASSIGN() to ensure that the compiler doesn't screw thingsDavid Schultz2011-10-211-1/+3
* Remove some unnecessary initializations.David Schultz2011-10-151-1/+0
* Fix some rather obscene code that has ambiguous if...if...else...David Schultz2008-03-291-1/+2
* As usual, use a minimax polynomial that is specialized for floatBruce Evans2008-02-091-7/+8
* Use a better method of scaling by 2**k. Instead of adding to theBruce Evans2008-02-071-13/+8
* 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-9/+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-6/+6
* J.T. Conklin's latest version of the Sun math library.Jordan K. Hubbard1994-08-191-0/+133