aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/ld128/s_exp2l.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
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Fix some regressions caused by the switch from gcc to clang. The fixesDavid Schultz2013-05-271-6/+3
* Fix exp2*(x) on signaling NaNs by returning x+x as usual.Bruce Evans2008-02-131-1/+1
* Use a better method of scaling by 2**k. Instead of adding to theBruce Evans2008-02-071-11/+15
* Implement exp2l(). There is one version for machines with 80-bitDavid Schultz2008-01-181-0/+426