| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright notice update: added 2021 with | vlefevre | 2021-01-03 | 1 | -1/+1 |
* | Copyright notice update: added 2020 with | vlefevre | 2020-01-08 | 1 | -1/+1 |
* | Updated the www.gnu.org URL's (http → https) on all the files with: | vlefevre | 2019-01-07 | 1 | -1/+1 |
* | Copyright notice update: added 2019 with | vlefevre | 2019-01-01 | 1 | -1/+1 |
* | [src/div_ui.c] Extend the exponent range in the case where | vlefevre | 2018-08-28 | 1 | -8/+10 |
* | [src/div.c] Avoid an infinite recursion when MPFR_LONG_WITHIN_LIMB | vlefevre | 2018-08-28 | 1 | -1/+1 |
* | [src/div_ui.c] Added a FIXME. | vlefevre | 2018-08-28 | 1 | -0/+3 |
* | [src/div_ui.c] make code work for limb < long | zimmerma | 2018-08-28 | 1 | -1/+10 |
* | GNU style: https://www.gnu.org/prep/standards/standards.html#Formatting | zimmerma | 2018-02-16 | 1 | -1/+1 |
* | [src/div_ui.c] GNU style | zimmerma | 2018-02-14 | 1 | -1/+1 |
* | Added a case for the value coverage for tdiv_ui. | vlefevre | 2018-01-31 | 1 | -6/+8 |
* | Added value coverage for tdiv_ui (combinations of rb and sb in the | vlefevre | 2018-01-31 | 1 | -1/+13 |
* | [src/div_ui.c] Case tmp[yn] != 0: simplified code since u ≥ 2. | vlefevre | 2018-01-31 | 1 | -34/+18 |
* | [src/div_ui.c] Case tmp[yn] == 0: | vlefevre | 2018-01-31 | 1 | -13/+14 |
* | [src/div_ui.c] fixed corner case (hopefully) | zimmerma | 2018-01-30 | 1 | -4/+22 |
* | [src/div_ui.c] Comment: now, "i.e." is correct. | vlefevre | 2018-01-30 | 1 | -1/+1 |
* | [src/div_ui.c] fixed a comment | zimmerma | 2018-01-30 | 1 | -1/+1 |
* | [src/div_ui.c] Typo in a comment. | vlefevre | 2018-01-30 | 1 | -1/+1 |
* | [src/div_ui.c] Updated a comment. | vlefevre | 2018-01-30 | 1 | -5/+4 |
* | [src/div_ui.c] Clarified the notation (this was ambiguous, with two | vlefevre | 2018-01-30 | 1 | -3/+17 |
* | [src/div_ui.c] Added a FIXME. | vlefevre | 2018-01-30 | 1 | -1/+2 |
* | [src/div_ui.c] fixed a comment, and added a FIXME | zimmerma | 2018-01-30 | 1 | -3/+6 |
* | [src/div_ui.c] Clarified a comment. | vlefevre | 2018-01-29 | 1 | -1/+1 |
* | [src/div_ui.c] Started to review the code; minor changes. | vlefevre | 2018-01-29 | 1 | -16/+19 |
* | [src/div_ui.c] Minor update of comments. | vlefevre | 2018-01-29 | 1 | -6/+7 |
* | [src/div_ui.c] Fixed the exact case, which used nexttoinf uninitialized. | vlefevre | 2018-01-29 | 1 | -8/+9 |
* | [src/div_ui.c] fixed bug20180126 (from tdiv.c), with a complete rewrite of | zimmerma | 2018-01-28 | 1 | -53/+45 |
* | Copyright notice update: added 2018 with | vlefevre | 2018-01-03 | 1 | -1/+1 |
* | Merged r11198-11280 from the trunk; no conflicts but additional changes: | vlefevre | 2017-05-04 | 1 | -1/+1 |
* | Merged the latest changes from the trunk (changing a RND_RAND to | vlefevre | 2017-01-09 | 1 | -0/+3 |
* | Merged the latest changes from the trunk. | vlefevre | 2017-01-06 | 1 | -11/+18 |
* | Merged the latest changes from the trunk. | vlefevre | 2017-01-01 | 1 | -1/+1 |
* | Merged the latest changes from the trunk. | vlefevre | 2016-12-15 | 1 | -1/+1 |
* | Merged the following changesets from the trunk: | vlefevre | 2016-09-02 | 1 | -3/+2 |
* | fixed reuse with --enable-assert | zimmerma | 2016-06-24 | 1 | -0/+1 |
* | [src] Moved si ops from mul_ui.c, div_ui.c and ui_div.c to si_op.c. | vlefevre | 2016-02-09 | 1 | -24/+1 |
* | [src/{div,mul}_ui.c] Fixed bug in mpfr_div_si and mpfr_mul_si when the | vlefevre | 2016-02-09 | 1 | -1/+2 |
* | Replaced | vlefevre | 2016-02-04 | 1 | -1/+1 |
* | Copyright notice update: added 2016 with | vlefevre | 2016-01-01 | 1 | -1/+1 |
* | Copyright notice update: added 2015 with | vlefevre | 2015-02-13 | 1 | -1/+1 |
* | New macros for mpfr_{mul,div}_ui to optimize the call when the integer | vlefevre | 2014-06-30 | 1 | -0/+2 |
* | More code clean-up (for both consistency and readability): | vlefevre | 2014-06-25 | 1 | -2/+2 |
* | [src] Added support for MPFR_PURE_FUNCTION_ATTR, MPFR_HOT_FUNCTION_ATTR, | vlefevre | 2014-01-21 | 1 | -1/+1 |
* | [src/*.c] Replaced mpfr_set_divby0 by the faster MPFR_SET_DIVBY0, | 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 |
* | 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 |
* | 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 |