| Commit message (Expand) | Author | Age | Files | Lines |
* | [src/sub1sp.c] fixed bug in mpfr_sub1sp2 | zimmerma | 2016-07-29 | 1 | -1/+3 |
* | [src/sub1sp.c] another code simplification | zimmerma | 2016-07-29 | 1 | -15/+1 |
* | [src/sub1sp.c] code simplification | zimmerma | 2016-07-29 | 1 | -9/+7 |
* | [src/sub1sp.c] faster code for 2 limbs. Results with mbench | zimmerma | 2016-07-29 | 1 | -3/+217 |
* | [src/sub1sp.c] implement use of __gmpn_rsblsh_n (disabled for now) | zimmerma | 2016-07-15 | 1 | -3/+11 |
* | [src/sub1sp.c] Clarified comment (it's better not to mention underflow | vlefevre | 2016-07-08 | 1 | -4/+3 |
* | [src/sub1sp.c] added comment about underflow before/after rounding | zimmerma | 2016-07-08 | 1 | -2/+9 |
* | [src/sub1sp.c] added assertions | zimmerma | 2016-07-07 | 1 | -11/+15 |
* | [src/sub1sp.c] removed special code for n = 1, now that we have a special | zimmerma | 2016-07-06 | 1 | -10/+1 |
* | Removed trailing spaces. | vlefevre | 2016-07-06 | 1 | -1/+1 |
* | Removed MPFR_HOT_FUNCTION_ATTR for mpfr_add1sp1 and mpfr_sub1sp1. | vlefevre | 2016-07-06 | 1 | -1/+1 |
* | Functions mpfr_add1sp1 and mpfr_sub1sp1 are called only from the files | vlefevre | 2016-07-05 | 1 | -1/+1 |
* | [src/sub1sp.c] added comment | zimmerma | 2016-07-05 | 1 | -0/+3 |
* | [src/sub1sp.c] Another improvement (suggested by Paul). | vlefevre | 2016-07-05 | 1 | -1/+1 |
* | [src/sub1sp.c] Improved readability. With Debian's gcc-snapshot, this | vlefevre | 2016-07-05 | 1 | -2/+4 |
* | [src/sub1sp.c] No longer depend on the representation of 0. | vlefevre | 2016-07-05 | 1 | -1/+1 |
* | [src/sub1sp.c] Various improvements in the coding style: readability, | vlefevre | 2016-07-05 | 1 | -41/+43 |
* | [src/sub1sp.c] removed dead code, and improved coverage to 100% | zimmerma | 2016-07-05 | 1 | -49/+56 |
* | [src/sub1sp.c] Removed incorrect MPFR_SET_EXP (the value was incorrect | vlefevre | 2016-07-05 | 1 | -1/+0 |
* | [src/sub1sp.c] fixed some FIXMEs | zimmerma | 2016-07-05 | 1 | -10/+7 |
* | [src/sub1sp.c] Added a FIXME. | vlefevre | 2016-07-04 | 1 | -0/+3 |
* | [src/sub1sp.c] Avoid a -Wmaybe-uninitialized warning from GCC | vlefevre | 2016-07-04 | 1 | -1/+2 |
* | Removed trailing spaces. | vlefevre | 2016-07-04 | 1 | -1/+1 |
* | resolved a FIXME | zimmerma | 2016-07-04 | 1 | -7/+1 |
* | code simplification (suggested by Vincent) | zimmerma | 2016-07-04 | 1 | -8/+4 |
* | speedup of mpfr_sub for same precision < GMP_NUMB_BITS | zimmerma | 2016-07-04 | 1 | -6/+172 |
* | [src/sub1sp.c] Added comments. | vlefevre | 2016-07-01 | 1 | -1/+6 |
* | optimize mpfr_add (and mpfr_sub, not yet finished) for 1 limb | zimmerma | 2016-06-30 | 1 | -7/+17 |
* | Cosmetic change (whitespace). | vlefevre | 2016-06-24 | 1 | -1/+1 |
* | [src/add1sp.c] For MPFR_WANT_ASSERT >= 2 (--enable-assert=full), test | vlefevre | 2016-06-24 | 1 | -9/+21 |
* | removed too aggressive MPFR_LIKELY/MPFR_UNLIKELY (see README.dev) | zimmerma | 2016-05-24 | 1 | -6/+6 |
* | Replaced | vlefevre | 2016-02-04 | 1 | -1/+1 |
* | Copyright notice update: added 2016 with | vlefevre | 2016-01-01 | 1 | -1/+1 |
* | [src/sub1sp.c] Avoid an unnecessary mpn_lshift after an mpn_sub_1 when | vlefevre | 2015-02-27 | 1 | -7/+8 |
* | Copyright notice update: added 2015 with | vlefevre | 2015-02-13 | 1 | -1/+1 |
* | [src] MPFR_WANT_ASSERT clean-up. | vlefevre | 2014-07-07 | 1 | -5/+3 |
* | More code clean-up (for both consistency and readability): | vlefevre | 2014-06-25 | 1 | -6/+7 |
* | Added MPFR_PREC_COND, MPFR_PREC_IN_RANGE and MPFR_GET_PREC internal | vlefevre | 2014-03-25 | 1 | -1/+1 |
* | Optimization: likely / unlikely, etc. (patch by Patrick Pélissier). | vlefevre | 2014-01-24 | 1 | -20/+8 |
* | [src] Added support for MPFR_PURE_FUNCTION_ATTR, MPFR_HOT_FUNCTION_ATTR, | vlefevre | 2014-01-21 | 1 | -1/+1 |
* | Fixed misspellings, using codespell. | vlefevre | 2014-01-07 | 1 | -1/+1 |
* | Copyright notice update: added 2014 with | vlefevre | 2014-01-03 | 1 | -1/+1 |
* | Applied patch 3 by Ondřej Bílka with some manual corrections, | vlefevre | 2013-07-22 | 1 | -3/+3 |
* | Applied patch 2 by Ondřej Bílka, fixing capitalization: | vlefevre | 2013-07-22 | 1 | -3/+3 |
* | Applied patch 1 by Ondřej Bílka, fixing common typos: | vlefevre | 2013-07-22 | 1 | -2/+2 |
* | 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 |
* | Renamed WANT_ASSERT to MPFR_WANT_ASSERT in order to avoid a clash | vlefevre | 2012-08-15 | 1 | -2/+2 |
* | Avoid potential integer overflows and improve consistency. This should | vlefevre | 2012-02-22 | 1 | -2/+2 |
* | Changed Arenaire to AriC with: | vlefevre | 2012-01-10 | 1 | -1/+1 |