summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_exp2f.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
* Rearrange the polynomial evaluation for better parallelism. This isbde2008-02-131-3/+4
* Use double precision for z and thus for the entire calculation ofbde2008-02-111-3/+4
* Use a better method of scaling by 2**k. Instead of adding to thebde2008-02-071-6/+3
* Adjust the exponent before converting the result from double todas2008-01-281-16/+10
* Use STRICT_ASSIGN() for exp2f() and exp2() instead of a volatilebde2008-01-191-3/+4
* Use volatile hacks to make sure these functions generate an underflowdas2008-01-181-1/+2
* Implement exp2() and exp2f().das2005-04-051-0/+141
OpenPOWER on IntegriCloud