summaryrefslogtreecommitdiff
path: root/tests/tset_z_exp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [tests/tset_z_exp.c] Avoid a GCC bug.vlefevre2018-09-041-4/+5
* [tests/tset_z_exp.c] Attempt to fix randexp, but GCC complains.vlefevre2018-09-041-12/+20
* [tests/tset_z_exp.c] fixed infinite loop in test code for limb < mpfr_exp_tzimmerma2018-09-041-0/+13
* [tests/tset_z_exp.c] improved coveragezimmerma2018-02-231-0/+8
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* 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
* 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
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-4/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [tests/*.c] Support the case where mpfr_exp_t is not a long intvlefevre2010-10-191-4/+16
* replaced calls to mpfr_printf by calls to mpfr_dumpzimmerma2010-09-161-1/+1
* Replacedvlefevre2010-07-301-1/+1
* [tests/tset_z_exp.c] Fixed type in a printf.vlefevre2010-05-311-1/+2
* [tset_z_exp.c] fixed two FIXMEzimmerma2010-05-311-7/+14
* [tests/tset_z_exp.c] Added 2 FIXME in the test.vlefevre2010-05-311-7/+6
* [tests/tset_z_exp.c] Removed testcase bug20100531 (this was a bug invlefevre2010-05-311-29/+8
* [tests/tset_z_exp.c] Added testcase bug20100531.vlefevre2010-05-311-0/+27
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-4/+4
* tests/tset_z_exp.c untabified.vlefevre2010-03-181-2/+2
* changed mpfr_get_z_exp -> mpfr_get_z_2exp (old function) zimmerma2010-02-221-5/+5
* added new function mpfr_set_z_exp (companion to mpfr_get_z_exp)zimmerma2010-02-221-0/+107