| Commit message (Expand) | Author | Age | Files | Lines |
* | Build exp2(), exp2f(), and related documentation. | das | 2005-04-05 | 1 | -2/+3 |
* | Document exp2() and exp2f(), and make other minor tweaks and updates. | das | 2005-04-05 | 2 | -88/+37 |
* | Implement exp2() and exp2f(). | das | 2005-04-05 | 3 | -0/+532 |
* | Implement and document remquo() and remquof(). | das | 2005-03-25 | 12 | -20/+583 |
* | Fix the double rounding problem with subnormals, and | das | 2005-03-18 | 2 | -16/+36 |
* | Add missing prototypes for fma() and fmaf(), and remove an inaccurate | das | 2005-03-18 | 1 | -1/+2 |
* | Make the fenv.h routines work for programs that use SSE for | das | 2005-03-17 | 2 | -85/+262 |
* | Spell 'fedisableexcept' correctly. | das | 2005-03-16 | 1 | -1/+1 |
* | Document feenableexcept(), fedisableexcept(), and fegetexcept(). | das | 2005-03-16 | 2 | -1/+101 |
* | Replace fegetmask() and fesetmask() with feenableexcept(), | das | 2005-03-16 | 10 | -57/+166 |
* | Replace strong references with weak references. There's no | das | 2005-03-07 | 4 | -7/+7 |
* | Remove an obsolete sentence from a comment. | stefanf | 2005-03-07 | 1 | -2/+1 |
* | - If z is 0, one of x or y is 0, and the other is infinite, raise | das | 2005-03-07 | 1 | -2/+18 |
* | Document scalbnl and scalblnl. | das | 2005-03-07 | 1 | -9/+16 |
* | Document nextafterl and nexttoward{,f,l}. | das | 2005-03-07 | 1 | -7/+21 |
* | Add nexttoward to the list of implemented functions, and explicitly | das | 2005-03-07 | 1 | -4/+8 |
* | Document fmal. | das | 2005-03-07 | 1 | -16/+27 |
* | Remove ldexp and ldexpf. The former is in libc, and the latter is | das | 2005-03-07 | 2 | -59/+0 |
* | - Remove s_ldexpf.c (now aliased to scalbn.) | das | 2005-03-07 | 1 | -7/+12 |
* | - Define FP_FAST_FMA for sparc64, since fma() is now implemented using | das | 2005-03-07 | 1 | -4/+12 |
* | Alias scalbn as ldexpl and scalbnl on platforms where long double is | das | 2005-03-07 | 1 | -0/+8 |
* | - Implement scalblnl. | das | 2005-03-07 | 1 | -2/+34 |
* | Implement nexttowardf. This is used on both platforms with 11-bit | das | 2005-03-07 | 1 | -0/+60 |
* | Implement nexttoward and nextafterl; the latter is also known as | das | 2005-03-07 | 2 | -0/+155 |
* | - Try harder to trick gcc into not optimizing away statements | das | 2005-03-07 | 2 | -8/+19 |
* | Implement frexpl. | das | 2005-03-07 | 1 | -0/+62 |
* | Alias frexp as frexpl on platforms where a long double is the same as | das | 2005-03-07 | 1 | -0/+7 |
* | Implement fmal. | das | 2005-03-07 | 1 | -0/+170 |
* | - Define the LDBL_PREC to be the number of significant bits in a long | das | 2005-03-07 | 1 | -1/+2 |
* | - Define the LDBL_PREC to be the number of significant bits in a long | das | 2005-03-07 | 1 | -0/+5 |
* | Define the LDBL_PREC to be the number of significant bits in a long | das | 2005-03-07 | 5 | -0/+9 |
* | Add an assembly version of fmal. | das | 2005-03-07 | 1 | -0/+34 |
* | Add scalbnl, also known as as ldexpl. | das | 2005-03-07 | 2 | -0/+90 |
* | Alias scalbnf as ldexpf. The two are identical in binary | das | 2005-03-07 | 2 | -0/+7 |
* | Fix a mistake in the exponent range. | das | 2005-03-06 | 1 | -1/+1 |
* | Work around a gcc bug. This fixes feholdexcept() et al. at -O1. | das | 2005-03-05 | 1 | -1/+1 |
* | Un-document the non-extant exp10() and exp10f() functions. | das | 2005-02-26 | 2 | -3/+1 |
* | Revert rev 1.8, which causes small (e.g. 2 ulp) errors for some | das | 2005-02-24 | 1 | -8/+13 |
* | Use hardware instructions for sqrt() and sqrtf(). | das | 2005-02-21 | 3 | -0/+69 |
* | Use double arithmetic instead of simulating it with two floats. This | das | 2005-02-21 | 1 | -13/+8 |
* | Remove the i387 versions of atan(), atan2(), and atan2f(). | das | 2005-02-21 | 4 | -106/+3 |
* | Remove i387 versions of asin() and acos(). Although the hardware | das | 2005-02-20 | 3 | -112/+1 |
* | Remove the float versions of the i387 trig functions obtained from | das | 2005-02-20 | 4 | -48/+2 |
* | Fix a small scripting snafu in the previous revision. | das | 2005-02-04 | 1 | -2/+2 |
* | Remove another vestige of support for a non-IEEE libm. | das | 2005-02-04 | 1 | -2/+0 |
* | Reduce diffs against vendor source (Sun fdlibm 5.3). | das | 2005-02-04 | 28 | -428/+476 |
* | Move machine-dependent crud to its own makefile. | das | 2005-02-04 | 5 | -22/+32 |
* | Remove wrappers and other cruft intended to support SVID, mistakes in | das | 2005-02-04 | 75 | -3283/+81 |
* | Typo. | ru | 2005-01-28 | 1 | -1/+1 |
* | Properly terminate sentence. | ru | 2005-01-28 | 1 | -2/+2 |