summaryrefslogtreecommitdiff
path: root/tests/tmul_2exp.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
* [tests/*.c] Added missing "const" qualifier to "char *" when thisvlefevre2019-07-021-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/div_2ui.c] Reverted incorrect change in r12272 and added commentsvlefevre2018-02-191-4/+18
* [tests/tmul_2exp.c] Improved output if mpfr_exp_t > long (for positive).vlefevre2018-02-191-9/+3
* [tests/tmul_2exp.c] Improved output if mpfr_exp_t > long (for negative).vlefevre2018-02-191-3/+1
* [src/div_2ui.c] added commentzimmerma2018-02-161-0/+16
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Merged the latest changes from the trunk.vlefevre2017-05-291-2/+2
|\
| * Do not define macro names starting with "SIG" (+ uppercase letter)vlefevre2017-05-151-2/+2
| * Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* | Merged the latest changes from the trunk.vlefevre2017-01-011-1/+1
* | [tests] Define the RND_RAND_NO_RNDF and RND_LOOP_NO_RNDF macros, similarvlefevre2016-07-221-8/+2
* | more work on the faithful branchzimmerma2016-05-301-0/+6
|/
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* [tests/tmul_2exp.c] Extended the underflow() test to negative numbers,vlefevre2015-07-151-58/+63
* [tests/tmul_2exp.c] Overflow test: more output info; improved code.vlefevre2015-06-261-11/+14
* [src/mul_2si.c] Fixed overflow case when n = 0.vlefevre2015-06-261-10/+12
* [src/div_2si.c] Fixed overflow case when n = 0.vlefevre2015-06-261-20/+27
* [src/div_2ui.c] Fixed overflow case (can occur only when n = 0).vlefevre2015-06-261-5/+33
* [tests/tmul_2exp.c] Added tests where mpfr_div_2ui overflows, whichvlefevre2015-06-261-0/+35
* 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
* [tests/tmul_2exp.c] Small correction in output (in case of failure).vlefevre2011-02-251-4/+5
* [tests/tmul_2exp.c] Also test mpfr_div_2si and mpfr_div_2ui (same bug).vlefevre2011-02-181-1/+52
* [tests/tmul_2exp.c] Added a testcase showing a bug in mpfr_mul_2sivlefevre2011-02-181-0/+58
* 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-1/+3
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-2/+2
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-21/+21
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* [tests] changes to make compilation work with g++ (only fixed errors,zimmerma2008-11-201-5/+5
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* mul_2si.c, div_2si.c, div_2ui.c: fixed double-rounding problem invlefevre2008-08-121-5/+6
* tests/tmul_2exp.c: test mpfr_div_2ui too.vlefevre2008-08-121-10/+12
* tests/tmul_2exp.c: test mpfr_div_2si too.vlefevre2008-08-121-24/+32
* tests/tmul_2exp.c: updated underflow() test to trigger a double-roundingvlefevre2008-08-121-40/+50