| 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 |
* | Partial fix: The inexact flag was not always set in some functions. | vlefevre | 2006-08-20 | 1 | -2/+2 |
* | Removed the #ifndef __hpux from mul.c (after a test on a HP-UX machine, | vlefevre | 2006-04-18 | 1 | -3/+0 |
* | Fixed FSF address. | vlefevre | 2006-03-31 | 1 | -1/+1 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -2/+1 |
* | Temporary optimization (patch from Patrick Pelissier). | vlefevre | 2005-10-07 | 1 | -1/+3 |
* | Reverted to previous mparam_h.in and mul.c, and applied Patrick's | vlefevre | 2005-09-11 | 1 | -3/+3 |
* | MUL_THRESHOLD -> MUL_THRESHOLD+1 (to allow MUL_THRESHOLD=0, needed for | zimmerma | 2005-09-08 | 1 | -3/+3 |
* | Fixed memory leak (missing MPFR_TMP_FREE in a particular case). | vlefevre | 2005-08-31 | 1 | -1/+6 |
* | Unobfuscated 2 assertions. | vlefevre | 2005-08-30 | 1 | -2/+2 |
* | Fixed indentation and some comments. | vlefevre | 2005-08-30 | 1 | -80/+81 |
* | Recommitted the patch (without discarding previous modifications). | vlefevre | 2005-08-30 | 1 | -16/+51 |
* | Reverted to the previous version, as the patch discarded previous | vlefevre | 2005-08-30 | 1 | -49/+17 |
* | patch from Patrick to solve efficiency problem when one operand is sparse | zimmerma | 2005-08-30 | 1 | -17/+49 |
* | When WANT_ASSERT >= 2: the corresponding messages are now output | vlefevre | 2005-08-24 | 1 | -9/+13 |
* | Removed trailing spaces (better for future patches, as such spaces | vlefevre | 2005-08-18 | 1 | -18/+18 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -176/+176 |
* | Clean up use of stdio.h: | pelissip | 2005-06-08 | 1 | -1/+0 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Replace TMP_ALLOC by MPFR_TMP_ALLOC | pelissip | 2005-05-18 | 1 | -11/+11 |
* | Fix bug due to wrong assertion. | pelissip | 2005-05-11 | 1 | -1/+3 |
* | Fix a bug in the product of 2limbs per 2 limbs. | pelissip | 2005-05-10 | 1 | -12/+13 |
* | Undo previous change (I was wrong). | pelissip | 2005-03-25 | 1 | -4/+2 |
* | Fix wrong extimated precision. | pelissip | 2005-03-24 | 1 | -2/+4 |
* | Don't use Mulder at n+1 for MPFR_MUL_THRESHOLD+1 | pelissip | 2005-03-23 | 1 | -1/+2 |
* | Fix bug on HP-UX. | pelissip | 2005-03-22 | 1 | -20/+5 |
* | Add case where bn == 1 and bn == 2 by using longlong.h. | pelissip | 2005-03-21 | 1 | -4/+41 |
* | Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacement | pelissip | 2005-03-14 | 1 | -4/+2 |
* | Fix bug: tmp may have changed in mulhigh code. | pelissip | 2005-03-10 | 1 | -2/+5 |
* | Handle case where Prec(a) ~ estimated prec of mulhigh. | pelissip | 2005-03-09 | 1 | -10/+53 |
* | Add assertion. | pelissip | 2005-03-09 | 1 | -0/+2 |
* | Improve checking | pelissip | 2005-03-09 | 1 | -6/+6 |
* | Improve full assertion mode (Check mpfr_mul). | pelissip | 2005-03-09 | 1 | -1/+177 |
* | Add log info. | pelissip | 2005-03-08 | 1 | -0/+5 |
* | Add Mulder Short product for mpfr_mul. | pelissip | 2005-03-08 | 1 | -1/+64 |
* | Spelling mistakes & reformatted code. | vlefevre | 2005-02-16 | 1 | -12/+12 |
* | Rename internal functions mpfr_set_overflow in mpfr_overflow and | pelissip | 2005-02-03 | 1 | -5/+6 |
* | Optimize mpfr_mul by inlining and rewriting the rounding. | pelissip | 2004-12-08 | 1 | -73/+61 |
* | changed rights (remove executable permission) | zimmerma | 2004-10-19 | 1 | -1/+1 |
* | Optimize a few mpfr_mul. | pelissip | 2004-02-26 | 1 | -20/+19 |
* | Add a comment. | pelissip | 2004-02-23 | 1 | -3/+3 |
* | Reduce the number of used variables. | pelissip | 2004-02-17 | 1 | -16/+16 |
* | added comment about probability of normalized product | zimmerma | 2004-02-17 | 1 | -0/+3 |
* | Remove MPFR_ASSERTN(0) and add MPFR_ASSERTD(last condition) instead. | pelissip | 2004-02-12 | 1 | -3/+2 |
* | Add forgotten copyright 2004 line. | pelissip | 2004-02-06 | 1 | -2/+1 |
* | + Better support of non IEEE doubles. | pelissip | 2004-02-06 | 1 | -3/+1 |
* | + Add function mpfr_print_mantissa_binary, for debugging reason. | pelissip | 2003-12-09 | 1 | -3/+3 |
* | Remove some warnings and potential errors (Comparaison between signed and uns... | pelissip | 2003-11-21 | 1 | -1/+1 |
* | Optimization of mpfr_mul. | pelissip | 2003-11-19 | 1 | -18/+16 |