summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_exp2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some regressions caused by the switch from gcc to clang. The fixesdas2013-05-271-2/+3
* Remove an unused variable.das2008-02-221-1/+1
* Fix exp2*(x) on signaling NaNs by returning x+x as usual.bde2008-02-131-1/+1
* Use a better method of scaling by 2**k. Instead of adding to thebde2008-02-071-9/+9
* Use STRICT_ASSIGN() for exp2f() and exp2() instead of a volatilebde2008-01-191-1/+1
* Use volatile hacks to make sure these functions generate an underflowdas2008-01-181-1/+2
* Implement exp2l(). There is one version for machines with 80-bitdas2008-01-181-0/+6
* Implement exp2() and exp2f().das2005-04-051-0/+389
OpenPOWER on IntegriCloud