summaryrefslogtreecommitdiff
path: root/tests/tremquo.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
* Replaced mpfr_mul_2exp & mpfr_div_2exp by mpfr_mul_2ui & mpfr_div_2ui,vlefevre2018-04-171-1/+1
* [tests] Fixed the cases where tests_start_mpfr was called too late,vlefevre2018-02-021-2/+2
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* added test to exercise bug fixed in revision 10056zimmerma2016-02-171-0/+10
* 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
* Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.vlefevre2014-06-251-4/+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
* added new function mpfr_fmodquozimmerma2012-03-261-2/+127
* [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
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [tests] Avoid warning due to -Wunused-but-set-variable (from futurevlefevre2010-08-131-3/+2
* Replacedvlefevre2010-07-301-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-3/+3
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-3/+3
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-88/+88
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* [rem1.c] fixed bug found in adding tests for round awayzimmerma2009-02-271-0/+32
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Untabified and removed trailing spaces.vlefevre2007-06-201-1/+1
* completed implementation of Vincent's algorithm for mpfr_remquozimmerma2007-05-251-2/+12
* put back test (disabled for test)zimmerma2007-05-041-2/+0
* fixed problem when rem and x are the same variablezimmerma2007-05-041-0/+8
* tremquo.c: added a test that leads to a segmentation fault.vlefevre2007-05-041-0/+6
* tremquo.c: fixed tests (= -> ==).vlefevre2007-05-041-11/+11
* fixed two issues found by Kaveh Ghazi:zimmerma2007-05-031-0/+11
* fixed precision for command-line usagezimmerma2007-05-031-3/+3
* added code to use tremquo with command-line arguments (tremquo x y)zimmerma2007-05-031-0/+17
* modified test (2147483648 is not representable as 32-bit long in C90)zimmerma2007-05-021-2/+2
* argument quo of remquo is now a pointer to long instead of intzimmerma2007-05-021-19/+18
* changed order of arguments: now mpfr_remquo (r, q, x, y, rnd).zimmerma2007-05-021-22/+22
* added mpfr_remquo and mpfr_remainderzimmerma2007-05-021-0/+211