index
:
delta/mpfr.git
2.0.2
2.1
2.2
2.3
2.3-old
2.4
3.0
3.1
4.0
4.1
baserock/morph
exp-int
faithful
feature-block
flags
master
mpfr
mpfr-2-0-2-branch
mpfr-2-1-branch
mpfr-2-2-branch
new-generic-tests
new-sum
set_exp
ubf
ubf2
vl-am113
vlefevre
win-thread-safe-dll
with-mini-gmp
scm.gforge.inria.fr: anonscm/svn/mpfr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
tremquo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright notice update: added 2019 with
vlefevre
2019-01-01
1
-1
/
+1
*
Replaced mpfr_mul_2exp & mpfr_div_2exp by mpfr_mul_2ui & mpfr_div_2ui,
vlefevre
2018-04-17
1
-1
/
+1
*
[tests] Fixed the cases where tests_start_mpfr was called too late,
vlefevre
2018-02-02
1
-2
/
+2
*
Copyright notice update: added 2018 with
vlefevre
2018-01-03
1
-1
/
+1
*
Copyright notice update: added 2017 with
vlefevre
2017-01-01
1
-1
/
+1
*
added test to exercise bug fixed in revision 10056
zimmerma
2016-02-17
1
-0
/
+10
*
Replaced
vlefevre
2016-02-04
1
-1
/
+1
*
Copyright notice update: added 2016 with
vlefevre
2016-01-01
1
-1
/
+1
*
Copyright notice update: added 2015 with
vlefevre
2015-02-13
1
-1
/
+1
*
Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.
vlefevre
2014-06-25
1
-4
/
+4
*
Copyright notice update: added 2014 with
vlefevre
2014-01-03
1
-1
/
+1
*
Use copyright year ranges, following
vlefevre
2013-05-30
1
-1
/
+1
*
Copyright notice update: added 2013 with
vlefevre
2013-01-03
1
-1
/
+1
*
added new function mpfr_fmodquo
zimmerma
2012-03-26
1
-2
/
+127
*
[tests] Removed #include of headers already included via "mpfr-test.h"
vlefevre
2012-02-24
1
-3
/
+0
*
Changed Arenaire to AriC with:
vlefevre
2012-01-10
1
-1
/
+1
*
Copyright notice update: added 2012 with
vlefevre
2012-01-10
1
-1
/
+1
*
Copyright notice update: added 2011 with
vlefevre
2011-01-17
1
-1
/
+1
*
[tests] Avoid warning due to -Wunused-but-set-variable (from future
vlefevre
2010-08-13
1
-3
/
+2
*
Replaced
vlefevre
2010-07-30
1
-1
/
+1
*
Copyright notice update: added 2010 with
vlefevre
2010-01-20
1
-1
/
+1
*
Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.
vlefevre
2010-01-08
1
-3
/
+3
*
BITS_PER_MP_LIMB -> GMP_LIMB_BITS
zimmerma
2010-01-08
1
-3
/
+3
*
Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)
vlefevre
2009-07-30
1
-1
/
+1
*
GMP_RNDX -> MPFR_RNDX
zimmerma
2009-03-03
1
-88
/
+88
*
Update to LGPL v3+, as decided by the main MPFR developers.
vlefevre
2009-03-03
1
-4
/
+4
*
[rem1.c] fixed bug found in adding tests for round away
zimmerma
2009-02-27
1
-0
/
+32
*
Copyright notice update: added 2009 with
vlefevre
2009-01-15
1
-1
/
+1
*
This is now GNU MPFR!
vlefevre
2008-10-27
1
-4
/
+4
*
Copyright notice update: added 2008 with
vlefevre
2008-01-01
1
-1
/
+1
*
Untabified and removed trailing spaces.
vlefevre
2007-06-20
1
-1
/
+1
*
completed implementation of Vincent's algorithm for mpfr_remquo
zimmerma
2007-05-25
1
-2
/
+12
*
put back test (disabled for test)
zimmerma
2007-05-04
1
-2
/
+0
*
fixed problem when rem and x are the same variable
zimmerma
2007-05-04
1
-0
/
+8
*
tremquo.c: added a test that leads to a segmentation fault.
vlefevre
2007-05-04
1
-0
/
+6
*
tremquo.c: fixed tests (= -> ==).
vlefevre
2007-05-04
1
-11
/
+11
*
fixed two issues found by Kaveh Ghazi:
zimmerma
2007-05-03
1
-0
/
+11
*
fixed precision for command-line usage
zimmerma
2007-05-03
1
-3
/
+3
*
added code to use tremquo with command-line arguments (tremquo x y)
zimmerma
2007-05-03
1
-0
/
+17
*
modified test (2147483648 is not representable as 32-bit long in C90)
zimmerma
2007-05-02
1
-2
/
+2
*
argument quo of remquo is now a pointer to long instead of int
zimmerma
2007-05-02
1
-19
/
+18
*
changed order of arguments: now mpfr_remquo (r, q, x, y, rnd).
zimmerma
2007-05-02
1
-22
/
+22
*
added mpfr_remquo and mpfr_remainder
zimmerma
2007-05-02
1
-0
/
+211