| Commit message (Expand) | Author | Age | Files | Lines |
* | [tests/tmul_2exp.c] Extended the underflow() test to negative numbers, | vlefevre | 2015-07-15 | 1 | -58/+63 |
* | [tests/tmul_2exp.c] Overflow test: more output info; improved code. | vlefevre | 2015-06-26 | 1 | -11/+14 |
* | [src/mul_2si.c] Fixed overflow case when n = 0. | vlefevre | 2015-06-26 | 1 | -10/+12 |
* | [src/div_2si.c] Fixed overflow case when n = 0. | vlefevre | 2015-06-26 | 1 | -20/+27 |
* | [src/div_2ui.c] Fixed overflow case (can occur only when n = 0). | vlefevre | 2015-06-26 | 1 | -5/+33 |
* | [tests/tmul_2exp.c] Added tests where mpfr_div_2ui overflows, which | vlefevre | 2015-06-26 | 1 | -0/+35 |
* | Copyright notice update: added 2015 with | vlefevre | 2015-02-13 | 1 | -1/+1 |
* | Copyright notice update: added 2014 with | vlefevre | 2014-01-03 | 1 | -1/+1 |
* | Use copyright year ranges, following | vlefevre | 2013-05-30 | 1 | -1/+1 |
* | Copyright notice update: added 2013 with | vlefevre | 2013-01-03 | 1 | -1/+1 |
* | [tests] Removed #include of headers already included via "mpfr-test.h" | vlefevre | 2012-02-24 | 1 | -3/+0 |
* | Changed Arenaire to AriC with: | vlefevre | 2012-01-10 | 1 | -1/+1 |
* | Copyright notice update: added 2012 with | vlefevre | 2012-01-10 | 1 | -1/+1 |
* | [tests/tmul_2exp.c] Small correction in output (in case of failure). | vlefevre | 2011-02-25 | 1 | -4/+5 |
* | [tests/tmul_2exp.c] Also test mpfr_div_2si and mpfr_div_2ui (same bug). | vlefevre | 2011-02-18 | 1 | -1/+52 |
* | [tests/tmul_2exp.c] Added a testcase showing a bug in mpfr_mul_2si | vlefevre | 2011-02-18 | 1 | -0/+58 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | [tests/*.c] Support the case where mpfr_exp_t is not a long int | vlefevre | 2010-10-19 | 1 | -1/+3 |
* | Replaced | vlefevre | 2010-07-30 | 1 | -1/+1 |
* | 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 |
* | 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 | -1/+1 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -21/+21 |
* | 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 |
* | [tests] changes to make compilation work with g++ (only fixed errors, | zimmerma | 2008-11-20 | 1 | -5/+5 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -4/+4 |
* | mul_2si.c, div_2si.c, div_2ui.c: fixed double-rounding problem in | vlefevre | 2008-08-12 | 1 | -5/+6 |
* | tests/tmul_2exp.c: test mpfr_div_2ui too. | vlefevre | 2008-08-12 | 1 | -10/+12 |
* | tests/tmul_2exp.c: test mpfr_div_2si too. | vlefevre | 2008-08-12 | 1 | -24/+32 |
* | tests/tmul_2exp.c: updated underflow() test to trigger a double-rounding | vlefevre | 2008-08-12 | 1 | -40/+50 |
* | tests/tmul_2exp.c: added underflow tests. | vlefevre | 2008-08-11 | 1 | -0/+67 |
* | For the terminating null pointer of the functions mpfr_inits, | vlefevre | 2008-02-15 | 1 | -2/+2 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULL | vlefevre | 2007-06-21 | 1 | -2/+2 |
* | 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 ', Inc.' when missing after 'Free Software Foundation'. | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -4/+4 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Avoid integer overflow. | vlefevre | 2004-02-24 | 1 | -2/+4 |
* | Improve test coverage. | pelissip | 2004-02-24 | 1 | -0/+13 |
* | Added tests for mpfr_mul_2si and mpfr_div_2si + corrections. | vlefevre | 2004-02-13 | 1 | -50/+68 |
* | Replaced mpfr_mul_2exp and mpfr_div_2exp by mpfr_mul_2ui and | vlefevre | 2004-02-13 | 1 | -5/+5 |
* | + Add mpfr_add1sp which provides addition when all the operands have the same... | pelissip | 2004-02-12 | 1 | -20/+13 |
* | Update tests to remove the use of double when possible. | pelissip | 2004-01-19 | 1 | -9/+40 |
* | + Optimize a few div.c | pelissip | 2003-12-15 | 1 | -4/+1 |