index
:
delta/gmp.git
baserock/morph
gmp
gmp-3_0-branch
gmp-3_1-branch
gmp-4_0-branch
gmp-4_1-branch
master
gmplib.org: repo/gmp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Collapse copyright years.
Torbjorn Granlund
2013-11-28
72
-97
/
+81
*
Support for div_qr_1n_pi1 testing in try.c.
Niels M?ller
2013-10-22
1
-0
/
+60
*
New function mpn_div_qr_1.
Niels M?ller
2013-10-20
1
-0
/
+10
*
Fix a comment typo.
Torbjorn Granlund
2013-10-11
1
-1
/
+1
*
Better fix for the mpf/reuse overflow issue, by Torbjorn.
Marc Glisse
2013-10-08
1
-9
/
+11
*
Avoid overflows in the exponents in an mpf test.
Marc Glisse
2013-10-08
1
-0
/
+6
*
Remove 2 clang warnings in the testsuite (printf argument type mismatch and s...
Marc Glisse
2013-09-21
2
-2
/
+2
*
Fix typos.
Torbjorn Granlund
2013-07-22
6
-7
/
+7
*
Use GMP_DECIMAL_POINT more consistently.
Marc Glisse
2013-06-28
1
-2
/
+2
*
Add a copyright year.
Torbjorn Granlund
2013-05-22
1
-2
/
+2
*
(tests_hardware_getround, tests_hardware_setround): Avoid assembly dependency...
Torbjorn Granlund
2013-05-16
1
-3
/
+3
*
(choice_array): Don't try to table addlsh1_n etc if a macro.
Torbjorn Granlund
2013-05-03
1
-6
/
+6
*
(random_word): Remove. Let callers invoke urandom.
Torbjorn Granlund
2013-04-04
1
-27
/
+12
*
Seed using RANDS, then use mpz_rrandomb.
Torbjorn Granlund
2013-04-04
1
-10
/
+17
*
(refmpn_addlsh_nc, refmpn_sublsh_nc): Remove silly assert of mp_limb being no...
Torbjorn Granlund
2013-03-24
1
-5
/
+5
*
tests/mpf/t-fits.c: Check new edges.
Marco Bodrato
2013-03-19
1
-1
/
+10
*
Get printing of clobbered register right.
Torbjorn Granlund
2013-03-19
1
-2
/
+3
*
tests/mpf/t-fits.c: typos
Marco Bodrato
2013-03-19
1
-3
/
+3
*
(EXTRA_libtests_la_SOURCES): Add arm32call.asm and arm32check.c.
Torbjorn Granlund
2013-03-19
1
-2
/
+3
*
Provide arm32 calling convention check files.
Torbjorn Granlund
2013-03-18
2
-0
/
+178
*
Modernise asm syntax.
Torbjorn Granlund
2013-03-18
2
-65
/
+65
*
New testcase to clearly identify C++ compilers that have a broken exception s...
Marc Glisse
2013-03-17
2
-2
/
+44
*
Renaming of mpn_addcnd_n and mpn_subcnd_n to mpn_cnd_*.
Niels M?ller
2013-03-13
3
-8
/
+8
*
Test larger arguments. General cleanup.
Torbjorn Granlund
2013-03-11
1
-53
/
+20
*
Reorder arguments for mpn_addcnd_n and mpn_subcnd_n.
Niels M?ller
2013-03-10
3
-5
/
+8
*
tests/mpz/t-cong_2exp.c: Wider coverrage.
Marco Bodrato
2013-03-09
1
-13
/
+57
*
Remove unused variables and functions.
Torbjorn Granlund
2013-02-28
7
-24
/
+5
*
Fix typo in __STDC_VERSION__ test.
Torbjorn Granlund
2013-02-27
1
-1
/
+1
*
Whitespace cleanup.
Torbjorn Granlund
2013-02-26
1
-2
/
+2
*
c89 workaround for t-limbs.
Niels M?ller
2013-02-26
1
-4
/
+7
*
Added mpz_limbs_read and friends.
Niels M?ller
2013-02-25
2
-1
/
+231
*
Trivial merge.
Niels M?ller
2013-02-25
1
-1
/
+1
|
\
|
*
Updated copyright year.
Niels M?ller
2013-02-21
1
-1
/
+1
*
|
(TESTS_REPS): Keep count >= 1.
Torbjorn Granlund
2013-02-21
1
-1
/
+1
|
/
*
Trivial merge.
Torbjorn Granlund
2013-02-20
1
-1
/
+2
|
\
|
*
(TESTS_REPS): Keep count >= 10.
Torbjorn Granlund
2013-02-20
1
-1
/
+2
*
|
Make test case less dependent on float precision.
Niels M?ller
2013-02-20
1
-13
/
+30
|
/
*
Construct temporary mpq from double on the stack, as is already the case for ...
Marc Glisse
2013-02-17
1
-0
/
+10
*
Include <math.h> instead of <cmath> followed by using namespace std. Don't in...
Marc Glisse
2013-02-17
1
-4
/
+1
*
Link C++ tests with -lm, so we can compare the result of mpf functions with l...
Marc Glisse
2013-02-17
2
-1
/
+5
*
tests/mpq/t-cmp_ui.c: Test special comparisons: 0/1, 1/1.
Marco Bodrato
2013-02-14
1
-0
/
+12
*
Whitespace cleanup.
Torbjorn Granlund
2013-02-08
1
-3
/
+3
*
jacobi testing: Rewrote check_large_quotients.
Niels M?ller
2013-02-06
1
-216
/
+105
*
Limit random dbits to avoid an infinite loop.
Torbjorn Granlund
2013-02-05
1
-2
/
+2
*
Fix typo causing the same negation condition to be applied to all operands.
Torbjorn Granlund
2013-02-03
1
-20
/
+40
*
Fix a comment typo.
Torbjorn Granlund
2013-02-01
1
-1
/
+1
*
(refmpn_mul): Use toom6h instead of toom44 for the largest operands.
Torbjorn Granlund
2013-02-01
1
-8
/
+15
*
Test also mpn_com.
Torbjorn Granlund
2013-01-26
1
-9
/
+13
*
Set things up to always test library logops, not gmp-impl.h's inlined variants.
Torbjorn Granlund
2013-01-26
1
-1
/
+15
*
Test also mpn_mod_1s_3p.
Torbjorn Granlund
2013-01-26
1
-1
/
+12
[next]