| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix frexpl() declaration to not include the field name. | trasz | 2016-06-09 | 1 | -1/+1 |
* | * Makefile: | kargl | 2014-09-15 | 1 | -1/+5 |
* | When r255294 was committed, it exposed the symbols lgammal, powl, | kargl | 2014-08-09 | 1 | -22/+3 |
* | * Makefile: | kargl | 2014-07-13 | 1 | -2/+2 |
* | Remove ia64. | marcel | 2014-07-07 | 1 | -4/+0 |
* | * Makefile: | kargl | 2013-12-30 | 1 | -3/+3 |
* | Restore the longer form of the _Generic. The short form does not work in C++. | theraven | 2013-07-29 | 1 | -2/+11 |
* | Reenable the isnan(double) / isinf(double) declarations when targeting C89 + ... | theraven | 2013-07-29 | 1 | -0/+15 |
* | Cleaner support for type qualifiers. | theraven | 2013-07-13 | 1 | -11/+2 |
* | Ensure that the _Generic() macro in math.h works with qualified types. | theraven | 2013-07-13 | 1 | -17/+26 |
* | Fix the build with C++ where __builtin_types_compatible_p is not allowed. | theraven | 2013-07-12 | 1 | -2/+3 |
* | Fix some typoes in math.h cleanup. | theraven | 2013-07-11 | 1 | -3/+3 |
* | Cleanups to math.h that prevent namespace conflicts with C++. | theraven | 2013-07-11 | 1 | -28/+49 |
* | Add implementations of acoshl(), asinhl(), and atanhl(). This is a | das | 2013-06-10 | 1 | -3/+3 |
* | ld80 and ld128 implementations of expm1l(). This code started life | kargl | 2013-06-03 | 1 | -1/+1 |
* | Add logl, log2l, log10l, and log1pl. | das | 2013-06-03 | 1 | -4/+4 |
* | Compute the exponential of x for Intel 80-bit format and IEEE 128-bit | kargl | 2012-07-23 | 1 | -1/+1 |
* | Allow inclusion of libc++ <cmath> to work after including math.h | theraven | 2012-05-27 | 1 | -43/+36 |
* | Expose the unimplemented libm functions in the math.h header. This allows C+... | theraven | 2011-11-12 | 1 | -13/+13 |
* | Don't define FP_FAST_FMA on sparc64; with the recent fixes, fma() is | das | 2011-10-15 | 1 | -5/+2 |
* | Implement the long double version for the cube root function, cbrtl. | kargl | 2011-03-12 | 1 | -2/+0 |
* | Add log2() and log2f(). | das | 2010-12-05 | 1 | -0/+2 |
* | Introduce __isnanf() as an alias for isnanf(), and make the isnan() | das | 2010-06-12 | 1 | -1/+2 |
* | Namespace: scalb() is withdrawn from POSIX. | das | 2009-03-14 | 1 | -1/+4 |
* | C99 TC2 now wants FP_FAST_FMA* to be defined to 1, if the macros are | das | 2009-02-07 | 1 | -3/+3 |
* | Fix the types of INFINITY and NAN, which were broken in r131851. They | das | 2009-01-08 | 1 | -2/+2 |
* | Add implementations of acosl(), asinl(), atanl(), atan2l(), | das | 2008-07-31 | 1 | -0/+6 |
* | Implement fmodl. | das | 2008-06-19 | 1 | -2/+0 |
* | Hook remquol() and remainderl() up to the build. | das | 2008-03-30 | 1 | -1/+1 |
* | Hook hypotl() and cabsl() up to the build. | das | 2008-03-30 | 1 | -2/+0 |
* | MI implementation of sqrtl(). This is very slow and should | das | 2008-03-02 | 1 | -1/+1 |
* | Add tgammaf() as a simple wrapper around tgamma(). | das | 2008-02-18 | 1 | -0/+1 |
* | Add implementations of sinl(), cosl(), and tanl(). | das | 2008-02-17 | 1 | -0/+6 |
* | Implement exp2l(). There is one version for machines with 80-bit | das | 2008-01-18 | 1 | -0/+2 |
* | Implement rintl(), nearbyintl(), lrintl(), and llrintl(). | das | 2008-01-14 | 1 | -5/+3 |
* | Grumble. DO declare logbl(), DON'T declare logl() just yet. | das | 2007-12-20 | 1 | -0/+2 |
* | Remove the declaration of logl(). The relevant bits haven't been | das | 2007-12-20 | 1 | -2/+0 |
* | Implement and document nan(), nanf(), and nanl(). This commit | das | 2007-12-16 | 1 | -1/+5 |
* | Implement modfl(). | das | 2007-01-07 | 1 | -1/+1 |
* | Implement truncl() based on floorl(). | das | 2005-04-16 | 1 | -1/+1 |
* | Add roundl(), lroundl(), and llroundl(). | das | 2005-04-08 | 1 | -1/+5 |
* | Implement exp2() and exp2f(). | das | 2005-04-05 | 1 | -0/+2 |
* | Implement and document remquo() and remquof(). | das | 2005-03-25 | 1 | -0/+2 |
* | Add missing prototypes for fma() and fmaf(), and remove an inaccurate | das | 2005-03-18 | 1 | -1/+2 |
* | - Define FP_FAST_FMA for sparc64, since fma() is now implemented using | das | 2005-03-07 | 1 | -4/+12 |
* | Remove wrappers and other cruft intended to support SVID, mistakes in | das | 2005-02-04 | 1 | -45/+0 |
* | Add fma() and fmaf(), which implement a fused multiply-add operation. | das | 2005-01-22 | 1 | -0/+5 |
* | Most libm routines depend on the rounding mode and/or set exception | das | 2005-01-15 | 1 | -31/+29 |
* | Braino. Revert rev 1.50. | das | 2005-01-15 | 1 | -0/+7 |
* | Set math_errhandling to MATH_ERREXCEPT. Now that we have fenv.h, we | das | 2005-01-14 | 1 | -1/+1 |