summaryrefslogtreecommitdiff
path: root/src/gmp_op.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [src/gmp_op.c] fixed bug in mpfr_cmp_q for den(q)=0zimmerma2018-03-281-1/+1
* [src/gmp_op.c] Fixed a bug in mpfr_cmp_q on NaN rational: the NaN flagvlefevre2018-02-201-1/+5
* [src/gmp_op.c] Reverted incorrect change in r12337 for mpfr_cmp_q.vlefevre2018-02-201-2/+12
* [src/gmp_op.c] removed dead codezimmerma2018-02-201-10/+11
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* make compilation work again (make + make check) with mini-gmpzimmerma2017-12-041-1/+1
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* ABS(SIZ(x)) → ABSIZ(x)vlefevre2016-05-231-1/+1
* [src/gmp_op.c] Fixed an assertion that made tgmpop fail on 32-bitvlefevre2016-02-111-1/+2
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.hvlefevre2014-07-021-2/+2
* Added a TODO item concerning gmp_op.c functions with mpz_srcptr andvlefevre2014-03-101-0/+5
* speedup of the mpfr_xxx_z functions when z fits in a longzimmerma2014-02-281-11/+17
* first step towards making MPFR compile with --enable-mini-gmp, so far makezimmerma2014-01-161-0/+4
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [src] New mpfr_flags_t type, defined as an unsigned int. For thevlefevre2012-03-261-1/+1
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [src/gmp_op.c] Forgot to update the flags in some functions.vlefevre2011-09-241-0/+2
* [src/gmp_op.c] Handle the special cases in mpfr_cmp_q and mpfr_cmp_f.vlefevre2011-09-201-5/+22
* [src/gmp_op.c] Added a blank line.vlefevre2011-02-101-0/+1
* Added mpfr_z_sub (function/test/doc)demengeo2011-02-091-0/+25
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [src/gmp_op.c] Extend the exponent range in mpfr_cmp_q and mpfr_cmp_f.vlefevre2010-08-231-2/+11
* [src/gmp_op.c] In mpfr_add_q / mpfr_sub_q, check with MPFR_ASSERTNvlefevre2010-08-231-2/+14
* [src/gmp_op.c] Extend the exponent range in mpfr_add_q / mpfr_sub_qvlefevre2010-08-231-2/+12
* [src/gmp_op.c] Fixed the Inf +/- Inf cases for mpfr_add_q / mpfr_sub_q.vlefevre2010-08-191-2/+14
* [src/gmp_op.c] The function mpfr_cmp_z could fail in a reducedvlefevre2010-08-191-1/+21
* [src/gmp_op.c] The functions mpfr_mul_z, mpfr_div_z, mpfr_add_z andvlefevre2010-08-191-4/+13
* [src/gmp_op.c] Fixed the intermediate overflow case in mpfr_muldiv_zvlefevre2010-08-181-12/+34
* [src/gmp_op.c] Added function mpfr_muldiv_z (currently static -- shouldvlefevre2010-08-181-42/+47
* Source reorganization. In short:vlefevre2010-08-171-0/+345