| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC s_ceill.c 1.2 and s_floorl.c 1.2: | Stefan Farfeleder | 2005-06-10 | 2 | -14/+24 |
| * | MFC math.h,v 1.57: | David Schultz | 2005-03-29 | 1 | -1/+2 |
| * | MFC s_nextafter.c,v 1.8 s_nextafterf.c,v 1.8 | David Schultz | 2005-03-01 | 2 | -2/+2 |
| * | MFC s_ilogb.c,v 1.9 s_ilogbf.c,v 1.7 | David Schultz | 2005-03-01 | 2 | -6/+13 |
| * | MFC math.h,v 1.45 | David Schultz | 2005-03-01 | 1 | -34/+39 |
| * | MFC e_scalb.c,v 1.12 | David Schultz | 2005-03-01 | 1 | -5/+6 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5'. | cvs2svn | 2005-02-07 | 2 | -0/+225 |
| * | MFC rev. 1.2: | David Schultz | 2005-01-15 | 2 | -2/+2 |
| * | MFC math.h:1.44,1.46: | David Schultz | 2005-01-15 | 1 | -2/+10 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5'. | cvs2svn | 2005-01-15 | 10 | -0/+379 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5'. | cvs2svn | 2004-10-24 | 1 | -0/+54 |
| * | Replace s_isnan.c and s_isnanf.c with the more compact s_isnan.c from | David Schultz | 2004-08-05 | 2 | -66/+52 |
| * | Use isnormal() instead of fpclassify() to avoid dependency on libc.so.5. | David Schultz | 2004-08-05 | 2 | -6/+2 |
| * | Work around known GCC 3.4.x problem and use ANSI prototype for dremf(). | Alexander Kabaev | 2004-07-28 | 1 | -2/+2 |
| * | Fix two bugs in the signbit() macro, which was implemented last year: | David Schultz | 2004-07-19 | 2 | -1/+64 |
| * | Fix minor namespace pollution: The prototypes for f{dim,max,min}(), | Stefan Farfeleder | 2004-07-17 | 1 | -6/+6 |
| * | Tweak the conditions under which certain gcc builtins are used: | David Schultz | 2004-07-16 | 1 | -2/+2 |
| * | Remove the declaration of isnan() from this file. It is no longer | David Schultz | 2004-07-09 | 2 | -6/+0 |
| * | Implement the classification macros isfinite(), isinf(), isnan(), and | David Schultz | 2004-07-09 | 3 | -6/+144 |
| * | Define the following macros in terms of [gi]cc builtins when the | David Schultz | 2004-07-09 | 1 | -0/+29 |
| * | Add C99's nearbyint{,f}() functions as wrappers around rint(). | David Schultz | 2004-07-06 | 2 | -0/+56 |
| * | Implement and document fdim{,f,l}, fmax{,f,l}, and fmin{,f,l}. | David Schultz | 2004-06-30 | 8 | -3/+380 |
| * | Declare scalbln(), scalblnf(), trunc(), and truncf(). | David Schultz | 2004-06-20 | 1 | -0/+4 |
| * | Implement trunc() and truncf(). | David Schultz | 2004-06-20 | 2 | -0/+114 |
| * | Add trivial implementations of scalbln() and scalblnf(). | David Schultz | 2004-06-20 | 1 | -0/+44 |
| * | Our MI implementation of ilogb() returns -INT_MAX for the argument 0.0 rather | Stefan Farfeleder | 2004-06-19 | 1 | -2/+3 |
| * | Fix a bug where rintf() rounded the wrong way in round-to-nearest mode | David Schultz | 2004-06-09 | 1 | -26/+7 |
| * | Include <sys/cdefs.h> earlier to get the various visibility constants. | David Schultz | 2004-06-09 | 1 | -2/+1 |
| * | Add round(3) and roundf(3) and the associated documentation. | David Schultz | 2004-06-07 | 3 | -0/+108 |
| * | Fixed lots of 1 ULP errors caused by a broken approximation for pi/2. | Bruce Evans | 2004-06-02 | 1 | -2/+2 |
| * | Port a bugfix from FDLIBM 5.3. The bug really only applies to tan() | David Schultz | 2004-06-02 | 1 | -8/+24 |
| * | Merge a bugfix from FDLIBM 5.3 to ensure that the error in tan() | David Schultz | 2004-06-02 | 1 | -10/+24 |
| * | Merged from double precision case (e_pow.c 1.10: sign fixes). | Bruce Evans | 2004-06-01 | 1 | -13/+14 |
| * | Fixed the sign of the result in some overflow and underflow cases (ones | Bruce Evans | 2004-06-01 | 1 | -17/+18 |
| * | Fixed another precision bug in powf(). This one is in the computation | Bruce Evans | 2004-06-01 | 1 | -1/+1 |
| * | Fixed 2 bugs in the computation /* t_h=ax+bp[k] High */. | Bruce Evans | 2004-06-01 | 1 | -1/+2 |
| * | Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They are | Stefan Farfeleder | 2004-05-30 | 9 | -0/+315 |
| * | Add an implementation of copysignl(), a long double version of copysign(). | Stefan Farfeleder | 2004-05-07 | 2 | -0/+44 |
| * | Make sure that symbols are declared in math.h iff the appropriate | David Schultz | 2004-04-25 | 1 | -65/+68 |
| * | Remove a stale comment referring to values.h, which has never been | David Schultz | 2004-04-25 | 1 | -6/+1 |
| * | Initial support for C99's (or is it POSIX.1-2001's?) MATH_ERRNO, | Bruce Evans | 2004-03-12 | 1 | -0/+6 |
| * | Fix a problem where libm compiled under 5.X would depend on features | David Schultz | 2003-10-27 | 2 | -2/+8 |
| * | Better safe than clever. | Dag-Erling Smørgrav | 2003-10-25 | 1 | -2/+5 |
| * | - fabsl.c should be named s_fabsl.c for consistency with libmsun's | Dag-Erling Smørgrav | 2003-10-25 | 1 | -1/+4 |
| * | Add prototypes for all long double functions in C99. Leave them all | Dag-Erling Smørgrav | 2003-10-23 | 1 | -0/+67 |
| * | Implement fabsl(3), allowing the world to build with -fno-builtin. | Dag-Erling Smørgrav | 2003-10-23 | 1 | -0/+37 |
| * | Only provide one copy of the math functions. If we provide a MD function, | Peter Wemm | 2003-07-23 | 25 | -65/+25 |
| * | No longer need the internal __get_hw_float() function. | Peter Wemm | 2003-07-23 | 1 | -50/+0 |
| * | Now that we do not need to do runtime detection for the broken default | Peter Wemm | 2003-07-23 | 2 | -2/+14 |
| * | Fix two misuses of __BSD_VISIBLE. | Mike Barcroft | 2003-05-22 | 1 | -2/+2 |