summaryrefslogtreecommitdiff
path: root/tests/tsub1sp.c
Commit message (Expand)AuthorAgeFilesLines
* [tests] Use RND_LOOP.vlefevre2021-01-311-2/+2
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* [tests/tsub1sp.c] added non-regression test for bug in mpfr_sub1sp2nzimmerma2019-09-041-0/+24
* 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/tsub1sp.c] improved comment about bug20180813()zimmerma2018-08-211-1/+2
* [tests/tsub1sp.c] added a test for a bug in mpfr_sub1sp (to be fixed)zimmerma2018-08-211-0/+20
* Replaced mpfr_mul_2exp & mpfr_div_2exp by mpfr_mul_2ui & mpfr_div_2ui,vlefevre2018-04-171-12/+12
* [tests] Fixed type errors with -D_MPFR_PREC_FORMAT=2 in CFLAGS and thevlefevre2018-02-191-5/+6
* [src/sub1sp.c] fixed bug in mpfr_sub1sp1n (corner case when a=c)zimmerma2018-02-171-0/+38
* [tests/tsub1sp.c] improve coveragezimmerma2018-02-161-0/+49
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [tests/tsub1sp.c] Corrected a type. And mpfr_equal_p being a predicatevlefevre2017-12-141-2/+2
* [tests/tsub1sp.c] added a generic test for bug20171213()zimmerma2017-12-141-0/+49
* [src/sub1sp.c] fixed bug in mpfr_sub1sp2()zimmerma2017-12-131-0/+19
* [tests] Re-indented some RND_LOOP / RND_LOOP_NO_RNDF blocks.vlefevre2017-07-171-21/+21
* Merged the latest changes from the trunk, including some old changesetsvlefevre2017-05-041-4/+4
|\
| * [tests/tsub1sp.c] Fix: C++ compatibility.vlefevre2017-02-081-4/+4
| * [src/sub1sp.c] new function for p=GMP_NUMB_BITS, fixed bug in mpfr_sub1sp3zimmerma2017-02-081-6/+106
| * [tests/tsub1sp.c] Fixed mpfr_inits2/mpfr_clears sentinel → (mpfr_ptr) 0vlefevre2017-02-081-2/+2
| * [src/sub1sp.c] fixed a bug in mpfr_sub1sp1 and mpfr_sub1sp2 (corner case)zimmerma2017-02-081-0/+76
| * [tests/tsub1sp.c] Fixed a return type.vlefevre2017-01-091-1/+2
| * [src/sub1sp.c] fixed bug in mpfr_sub1sp2 when exponent diff. is GMP_NUMB_BITSzimmerma2017-01-091-0/+18
| * Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* | Merged r11198-11280 from the trunk; no conflicts but additional changes:vlefevre2017-05-041-4/+180
* | Merged the latest changes from the trunk (changing a RND_RAND tovlefevre2017-01-091-0/+19
* | Merged the latest changes from the trunk.vlefevre2017-01-011-1/+1
* | Merged r10566 through r10570 from the trunk, resolving the conflict.vlefevre2016-07-221-3/+3
|\ \ | |/
| * Removed trailing spaces.vlefevre2016-07-061-3/+3
| * [src/sub1sp.c] removed dead code, and improved coverage to 100%zimmerma2016-07-051-3/+68
| * [tests/tsub1sp.c] Added missing printf arguments.vlefevre2016-07-051-4/+6
| * speedup of mpfr_sub for same precision < GMP_NUMB_BITSzimmerma2016-07-041-1/+45
* | Merged r10529 through r10554 from the trunk (no conflicts).vlefevre2016-07-221-2/+113
* | merged changed from trunk withzimmerma2016-06-231-7/+0
|\ \ | |/
| * Also reverse-merge r9958, r9961 and r9962 (due to the previous ones).vlefevre2016-05-231-7/+0
* | start implementing RNDF (work in progress)zimmerma2016-05-281-0/+6
|/
* Replaced various instances of mpfr_print_binary + newline (sometimesvlefevre2016-04-071-12/+11
* reduce MPFR_EMAX_DEFAULT by 2, and modify some tests cases assumingzimmerma2016-02-051-0/+7
* MPFR_PREC_MIN is now 1, in accordance with the next revision of IEEE-754zimmerma2016-02-041-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-3/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Fixed printf's calls: support the case where mpfr_prec_t is not a longvlefevre2011-05-121-25/+31