summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Collapse copyright years.Torbjorn Granlund2013-11-2872-97/+81
* Support for div_qr_1n_pi1 testing in try.c.Niels M?ller2013-10-221-0/+60
* New function mpn_div_qr_1.Niels M?ller2013-10-201-0/+10
* Fix a comment typo.Torbjorn Granlund2013-10-111-1/+1
* Better fix for the mpf/reuse overflow issue, by Torbjorn.Marc Glisse2013-10-081-9/+11
* Avoid overflows in the exponents in an mpf test.Marc Glisse2013-10-081-0/+6
* Remove 2 clang warnings in the testsuite (printf argument type mismatch and s...Marc Glisse2013-09-212-2/+2
* Fix typos.Torbjorn Granlund2013-07-226-7/+7
* Use GMP_DECIMAL_POINT more consistently.Marc Glisse2013-06-281-2/+2
* Add a copyright year.Torbjorn Granlund2013-05-221-2/+2
* (tests_hardware_getround, tests_hardware_setround): Avoid assembly dependency...Torbjorn Granlund2013-05-161-3/+3
* (choice_array): Don't try to table addlsh1_n etc if a macro.Torbjorn Granlund2013-05-031-6/+6
* (random_word): Remove. Let callers invoke urandom.Torbjorn Granlund2013-04-041-27/+12
* Seed using RANDS, then use mpz_rrandomb.Torbjorn Granlund2013-04-041-10/+17
* (refmpn_addlsh_nc, refmpn_sublsh_nc): Remove silly assert of mp_limb being no...Torbjorn Granlund2013-03-241-5/+5
* tests/mpf/t-fits.c: Check new edges.Marco Bodrato2013-03-191-1/+10
* Get printing of clobbered register right.Torbjorn Granlund2013-03-191-2/+3
* tests/mpf/t-fits.c: typosMarco Bodrato2013-03-191-3/+3
* (EXTRA_libtests_la_SOURCES): Add arm32call.asm and arm32check.c.Torbjorn Granlund2013-03-191-2/+3
* Provide arm32 calling convention check files.Torbjorn Granlund2013-03-182-0/+178
* Modernise asm syntax.Torbjorn Granlund2013-03-182-65/+65
* New testcase to clearly identify C++ compilers that have a broken exception s...Marc Glisse2013-03-172-2/+44
* Renaming of mpn_addcnd_n and mpn_subcnd_n to mpn_cnd_*.Niels M?ller2013-03-133-8/+8
* Test larger arguments. General cleanup.Torbjorn Granlund2013-03-111-53/+20
* Reorder arguments for mpn_addcnd_n and mpn_subcnd_n.Niels M?ller2013-03-103-5/+8
* tests/mpz/t-cong_2exp.c: Wider coverrage.Marco Bodrato2013-03-091-13/+57
* Remove unused variables and functions.Torbjorn Granlund2013-02-287-24/+5
* Fix typo in __STDC_VERSION__ test.Torbjorn Granlund2013-02-271-1/+1
* Whitespace cleanup.Torbjorn Granlund2013-02-261-2/+2
* c89 workaround for t-limbs.Niels M?ller2013-02-261-4/+7
* Added mpz_limbs_read and friends.Niels M?ller2013-02-252-1/+231
* Trivial merge.Niels M?ller2013-02-251-1/+1
|\
| * Updated copyright year.Niels M?ller2013-02-211-1/+1
* | (TESTS_REPS): Keep count >= 1.Torbjorn Granlund2013-02-211-1/+1
|/
* Trivial merge.Torbjorn Granlund2013-02-201-1/+2
|\
| * (TESTS_REPS): Keep count >= 10.Torbjorn Granlund2013-02-201-1/+2
* | Make test case less dependent on float precision.Niels M?ller2013-02-201-13/+30
|/
* Construct temporary mpq from double on the stack, as is already the case for ...Marc Glisse2013-02-171-0/+10
* Include <math.h> instead of <cmath> followed by using namespace std. Don't in...Marc Glisse2013-02-171-4/+1
* Link C++ tests with -lm, so we can compare the result of mpf functions with l...Marc Glisse2013-02-172-1/+5
* tests/mpq/t-cmp_ui.c: Test special comparisons: 0/1, 1/1.Marco Bodrato2013-02-141-0/+12
* Whitespace cleanup.Torbjorn Granlund2013-02-081-3/+3
* jacobi testing: Rewrote check_large_quotients.Niels M?ller2013-02-061-216/+105
* Limit random dbits to avoid an infinite loop.Torbjorn Granlund2013-02-051-2/+2
* Fix typo causing the same negation condition to be applied to all operands.Torbjorn Granlund2013-02-031-20/+40
* Fix a comment typo.Torbjorn Granlund2013-02-011-1/+1
* (refmpn_mul): Use toom6h instead of toom44 for the largest operands.Torbjorn Granlund2013-02-011-8/+15
* Test also mpn_com.Torbjorn Granlund2013-01-261-9/+13
* Set things up to always test library logops, not gmp-impl.h's inlined variants.Torbjorn Granlund2013-01-261-1/+15
* Test also mpn_mod_1s_3p.Torbjorn Granlund2013-01-261-1/+12