| Commit message (Expand) | Author | Age | Files | Lines |
* | New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t). | vlefevre | 2010-05-07 | 1 | -2/+2 |
* | Copyright notice update: added 2010 with | vlefevre | 2010-01-20 | 1 | -1/+1 |
* | Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros. | vlefevre | 2010-01-08 | 1 | -1/+1 |
* | BITS_PER_MP_LIMB -> GMP_LIMB_BITS | zimmerma | 2010-01-08 | 1 | -1/+1 |
* | [scale2.c] now mpfr_scale2 is included in mpfr-impl.h, instead of #including | zimmerma | 2009-12-10 | 1 | -1/+0 |
* | added new functions mpfr_set_binary32 and mpfr_get_binary32 | zimmerma | 2009-09-15 | 1 | -120/+7 |
* | Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3) | vlefevre | 2009-07-30 | 1 | -1/+1 |
* | mp_rnd_t -> mpfr_rnd_t | vlefevre | 2009-06-26 | 1 | -2/+2 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -6/+6 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | Copyright notice update: added 2009 with | vlefevre | 2009-01-15 | 1 | -1/+1 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -4/+4 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | 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 |