| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed aliasing bugs in TRUNC() by using the fdlibm macros for access | bde | 2005-09-19 | 3 | -12/+26 |
* | Add a missing ldexpf() alias for amd64. | das | 2005-09-12 | 1 | -0/+3 |
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
* | Markup nit. | ru | 2005-06-16 | 1 | -1/+1 |
* | Fixed compile warning. | ru | 2005-06-16 | 1 | -2/+0 |
* | Assorted markup fixes. | ru | 2005-06-15 | 4 | -6/+6 |
* | Prevent these functions from using stack outside of their frame. | deischen | 2005-05-06 | 3 | -15/+15 |
* | Revert the last change, the conversion from long double to double can raise | stefanf | 2005-04-28 | 3 | -12/+12 |
* | Use double additions to raise the inexact exception to work around problems | stefanf | 2005-04-22 | 3 | -12/+12 |
* | Fix raising the inexact exception (FE_INEXACT) if the result differs from the | stefanf | 2005-04-22 | 3 | -18/+34 |
* | Fix truncl.3 MLINKS | ache | 2005-04-17 | 1 | -1/+1 |
* | More optimized math functions. | das | 2005-04-16 | 16 | -5/+399 |
* | Implement truncl() based on floorl(). | das | 2005-04-16 | 4 | -12/+80 |
* | Add roundl(), lroundl(), and llroundl(). | das | 2005-04-08 | 7 | -18/+120 |
* | These files should include s_lround.c instead of s_lrint.c. | das | 2005-04-08 | 3 | -3/+3 |
* | Fix a (coincidentally harmless) bug. | das | 2005-04-08 | 1 | -5/+4 |
* | Fix a long-standing bug in k_rem_pio2(), which led to large errors when | das | 2005-04-05 | 1 | -1/+1 |
* | 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 |