| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove some #if 0'd code. | das | 2005-01-14 | 1 | -7/+0 |
* | Implement and document ceill(). | stefanf | 2005-01-13 | 1 | -1/+1 |
* | Implement floorl(). | stefanf | 2005-01-12 | 1 | -1/+1 |
* | Whitespace nit. | stefanf | 2005-01-12 | 1 | -1/+1 |
* | Add MI implementations of [l]lrint[f]() and [l]lround[f](). | das | 2005-01-11 | 1 | -0/+8 |
* | Add and document ilogbl(), a long double version of ilogb(). | stefanf | 2004-10-11 | 1 | -0/+2 |
* | Further refine some #ifs: | das | 2004-09-17 | 1 | -2/+2 |
* | Fix two bugs in the signbit() macro, which was implemented last year: | das | 2004-07-19 | 1 | -1/+6 |
* | Fix minor namespace pollution: The prototypes for f{dim,max,min}(), | stefanf | 2004-07-17 | 1 | -6/+6 |
* | Tweak the conditions under which certain gcc builtins are used: | das | 2004-07-16 | 1 | -2/+2 |
* | Implement the classification macros isfinite(), isinf(), isnan(), and | das | 2004-07-09 | 1 | -6/+28 |
* | Define the following macros in terms of [gi]cc builtins when the | das | 2004-07-09 | 1 | -0/+29 |
* | Add C99's nearbyint{,f}() functions as wrappers around rint(). | das | 2004-07-06 | 1 | -0/+2 |
* | Implement and document fdim{,f,l}, fmax{,f,l}, and fmin{,f,l}. | das | 2004-06-30 | 1 | -3/+12 |
* | Declare scalbln(), scalblnf(), trunc(), and truncf(). | das | 2004-06-20 | 1 | -0/+4 |
* | Our MI implementation of ilogb() returns -INT_MAX for the argument 0.0 rather | stefanf | 2004-06-19 | 1 | -2/+3 |
* | Include <sys/cdefs.h> earlier to get the various visibility constants. | das | 2004-06-09 | 1 | -2/+1 |
* | Add round(3) and roundf(3) and the associated documentation. | das | 2004-06-07 | 1 | -0/+2 |
* | Add an implementation of copysignl(), a long double version of copysign(). | stefanf | 2004-05-07 | 1 | -0/+2 |
* | Make sure that symbols are declared in math.h iff the appropriate | das | 2004-04-25 | 1 | -65/+68 |
* | Remove a stale comment referring to values.h, which has never been | das | 2004-04-25 | 1 | -6/+1 |
* | Initial support for C99's (or is it POSIX.1-2001's?) MATH_ERRNO, | bde | 2004-03-12 | 1 | -0/+6 |
* | Add prototypes for all long double functions in C99. Leave them all | des | 2003-10-23 | 1 | -0/+67 |