| Commit message (Expand) | Author | Age | Files | Lines |
* | Added "Contributed by the Arenaire and Cacao projects, INRIA." to the | vlefevre | 2007-02-07 | 1 | -0/+1 |
* | Copyright notice update: added 2007. | vlefevre | 2007-01-10 | 1 | -1/+1 |
* | Fixed FSF address. | vlefevre | 2006-03-31 | 1 | -1/+1 |
* | added mpfr_get_ld_2exp (contributed by Damien Stehle) | zimmerma | 2006-02-27 | 1 | -2/+2 |
* | Replaced -0.0 by a new macro DBL_NEG_ZERO. With MSVC, the negative zero | vlefevre | 2006-01-19 | 1 | -3/+3 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Removed trailing spaces (better for future patches, as such spaces | vlefevre | 2005-08-18 | 1 | -14/+14 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -6/+6 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Updated copyright lines. | vlefevre | 2005-01-28 | 1 | -1/+1 |
* | Optimize mpfr_get_d. | pelissip | 2005-01-04 | 1 | -26/+33 |
* | Add ICC detection && support. | pelissip | 2004-09-20 | 1 | -1/+1 |
* | Used static precision for the array of limb for double. | pelissip | 2004-07-06 | 1 | -4/+2 |
* | Add some likely, and use a static table instead of a dynamic one. | pelissip | 2004-06-28 | 1 | -24/+29 |
* | + Better support of non IEEE doubles. | pelissip | 2004-02-06 | 1 | -4/+2 |
* | Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract... | pelissip | 2004-01-28 | 1 | -2/+10 |
* | + Optimize a few div.c | pelissip | 2003-12-15 | 1 | -9/+18 |
* | Port all the IEEE dependent remaining functions so that it uses a generic way... | pelissip | 2003-12-01 | 1 | -8/+0 |
* | * Optimize a few div.c and mul.c. | pelissip | 2003-11-17 | 1 | -2/+2 |
* | Some minor optimizations. | pelissip | 2003-11-07 | 1 | -3/+3 |
* | Change the internal format of MPFR: ZERO, INF and NAN have special values of ... | pelissip | 2003-10-27 | 1 | -1/+1 |
* | Fixed several bugs. | vlefevre | 2003-10-16 | 1 | -15/+11 |
* | Added XDEBUG support (like in set_d.c). | vlefevre | 2003-10-16 | 1 | -1/+6 |
* | If the exponent of the number is meaningless (src = NaN, inf or 0), | vlefevre | 2003-07-24 | 1 | -14/+22 |
* | (mpfr_get_d_2exp): Ensure 0.5 <= abs(ret) < 1.0 is respected | ryde | 2003-07-19 | 1 | -4/+24 |
* | (mpfr_get_d_2exp): Store exp in a long, same as | ryde | 2003-07-19 | 1 | -1/+1 |
* | Updated comment. | vlefevre | 2003-07-15 | 1 | -3/+2 |
* | Add "const" to IEEE byte sequence data. | ryde | 2003-06-28 | 1 | -12/+12 |
* | moved macros for [L]DBL_MANT_DIG in mpfr-impl.h | zimmerma | 2003-06-26 | 1 | -3/+0 |
* | (MPFR_DBL_INFP, MPFR_DBL_INFM, MPFR_DBL_NAN): Make private | ryde | 2003-06-24 | 1 | -11/+55 |
* | Added a comment concerning NO_MATH_DEFS. | vlefevre | 2003-06-10 | 1 | -0/+4 |
* | Include <stddef.h> before <math.h>, to avoid problems with | ryde | 2003-06-08 | 1 | -0/+2 |
* | Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK | vlefevre | 2003-05-22 | 1 | -3/+3 |
* | added mpfr_get_d_2exp | zimmerma | 2003-02-13 | 1 | -1/+8 |
* | Suppress some #define and fix symbol names (makes code cleaner): | vlefevre | 2002-12-16 | 1 | -1/+1 |
* | Avoid constant floating expression, as this doesn't give the correct | vlefevre | 2002-04-20 | 1 | -2/+7 |
* | COPYING -> COPYING.LIB and GPL re-added. | vlefevre | 2002-04-15 | 1 | -1/+1 |
* | mpfr_get_d* fixed. | vlefevre | 2002-04-12 | 1 | -2/+6 |
* | #include ordering changed for Windows + Cygwin 32. | vlefevre | 2002-04-11 | 1 | -0/+3 |
* | get_d.c partly rewritten (Paul Zimmermann). | vlefevre | 2002-04-11 | 1 | -23/+34 |
* | mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d. | vlefevre | 2002-04-07 | 1 | -2/+2 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | Macros MPFR_DBL_NAN, MPFR_DBL_INFP and MPFR_DBL_INFM. | vlefevre | 2002-03-19 | 1 | -8/+7 |
* | Do not read the exponent if it has no meaning. | vlefevre | 2002-03-13 | 1 | -2/+7 |
* | mpfr_get_d3 partially rewritten (to follow the new specifications). | vlefevre | 2002-03-11 | 1 | -36/+37 |
* | New mpfr_get_d, mpfr_get_d2, mpfr_get_d3. | vlefevre | 2002-03-11 | 1 | -2/+8 |
* | set_d.c split into get_d.c and set_d.c | vlefevre | 2002-03-11 | 1 | -0/+163 |