Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove an unused variable. | das | 2008-02-22 | 1 | -1/+1 |
* | Fix exp2*(x) on signaling NaNs by returning x+x as usual. | bde | 2008-02-13 | 1 | -1/+1 |
* | Use a better method of scaling by 2**k. Instead of adding to the | bde | 2008-02-07 | 1 | -9/+9 |
* | Use STRICT_ASSIGN() for exp2f() and exp2() instead of a volatile | bde | 2008-01-19 | 1 | -1/+1 |
* | Use volatile hacks to make sure these functions generate an underflow | das | 2008-01-18 | 1 | -1/+2 |
* | Implement exp2l(). There is one version for machines with 80-bit | das | 2008-01-18 | 1 | -0/+6 |
* | Implement exp2() and exp2f(). | das | 2005-04-05 | 1 | -0/+389 |