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