Commit Graph

402 Commits

Author SHA1 Message Date
Brian Gladman
79bc01d01f correct tests\mpn\Makefile.am 2018-08-28 22:57:50 +01:00
Brian Gladman
bd7861dfc6 remove test\mpn\logic.c 2018-08-28 21:22:19 +01:00
Brian Gladman
fe57d517ea temporarily add tests\mpn\logic.c 2018-08-28 20:11:20 +01:00
Brian Gladman
c2aacbda83 add t-logic.c to master branch 2018-08-28 16:42:46 +01:00
Brian Gladman
fdc9883c9d temporarily remove file preventing rebae 2018-08-28 14:06:59 +01:00
Brian Gladman
a3f0f25a6a rename logic.c to t-logic.c in mpn\tests 2018-08-28 14:00:04 +01:00
Dima Pasechnik
6775092f20 makefile and header fixes for Unix 2018-02-27 22:28:35 +00:00
Brian Gladman
9df1c781f9 add the test for mpf_cmp_z 2018-02-26 23:11:03 +00:00
Brian Gladman
c7567b5ad9 Remove __GMP_PROTO and _PROTO crap from the MPIR source code 2018-02-25 09:02:47 +00:00
Brian Gladman
6ec09b2ddf Merge branch 'master' of github.com:wbhart/mpir 2017-11-03 15:51:10 +00:00
Paweł Bylica
4919dbbb34
autoconf: Do not use AC_TYPE_SIGNAL 2017-09-07 08:19:58 +02:00
Paweł Bylica
7bac4c1896
Assume ptrdiff_t 2017-09-06 23:13:38 +02:00
Brian Gladman
3bd4c27a09 minor change in logic.c 2017-05-23 19:50:52 +01:00
Brian Gladman
4b80fffeae add tests for the MPN logic functions 2017-05-23 19:46:01 +01:00
Brian Gladman
cc8d7db301 Revert "revert last commit"
This reverts commit 33a1c40cb4.
2017-05-16 15:40:31 +01:00
Jean-Pierre Flori
28d2620ddf Untrack autotools generated files. 2017-02-15 11:14:40 +00:00
William Hart
58a7e98fcd Run autoreconf. 2017-02-14 15:01:24 +00:00
William Hart
9499401eaa Apply patches to fix t-locale failure on Windows. Supplied by (sav-ix)
Alexander.
2017-02-13 14:59:43 +00:00
William Hart
79379c1027 Update *nix build for limbs, roinit_n and sizeinbase files. 2017-02-13 11:13:04 +00:00
Brian Gladman
499641998d add mpn_sizeinbase.c and its test to MPIR 2017-02-09 17:27:01 +00:00
Brian Gladman
16b79b74a7 add five mpz limbs routines and one test (from GMP) 2017-02-09 14:54:10 +00:00
Alexander Kruppa
578bf82f68 nsumdiff_n, computes -(a+b), a-b 2017-01-21 22:59:20 +01:00
Brian Gladman
b84e7e24ca remove 'long/long long' pointer bug on Windows x64 2016-06-18 13:27:19 +01:00
wbhart
188ce0a535 Merge pull request #164 from videlec/cmp_mpq_z
Import the implementation of mpq_cmp_z from gmp
2015-11-15 16:36:59 +01:00
William Hart
8435273a1a Remove sb_div* small implementation (due to bug and due to being a very minor
performance improvement).
2015-11-13 14:47:44 +00:00
Vincent Delecroix
8862bcda68 Import the implementation of mpq_cmp_z from gmp 2015-11-02 12:11:55 -03:00
William Hart
e86ac62d26 Fix handling of stdint.h once and for all. 2015-06-11 10:46:10 +00:00
William Hart
d9e4276c7d Reduce memory usage of two fft tests, so ulimit doesn't have to be changed on
openbsd.
2015-06-11 00:19:08 +00:00
William Hart
99c2a90cfa Only run tests for mpz/t-get/set_sx/ux if precise conditions for availability
of stdint.h that are checked in gmp-h.in, hold.
2015-06-11 00:03:50 +00:00
William Hart
2aa025975f Only run test for mpz_get_ux if the precise conditions for including the
function as are checked in gmp-h.in are met.
2015-06-10 23:58:41 +00:00
William Hart
2c8f96a252 Update gcd test code to match that of GMP 5.1.x and documentation of mpz_gcdext
to match that of GMP 5.1.3.
2015-06-09 19:33:32 +00:00
William Hart
acd49c3818 INCLUDES -> AM_CPPFLAGS as per autoreconf advice. 2015-06-09 17:21:21 +00:00
William Hart
33c8ccc034 Ran autoreconf -fiv --no-recursive. 2015-06-09 15:50:53 +00:00
William Hart
95d4eab65c Fixed bugs in invert.c and t-invert.c. The code was always computing correct
results, but this seems to be more of an accident than by design.
2015-02-02 12:30:50 +00:00
BrianGladman
33a1c40cb4 revert last commit 2014-06-28 13:10:57 +01:00
BrianGladman
5eb52f8e73 match GMP and MPFR on negative values of magnitude less than one fitting unsigned integer types 2014-06-28 08:03:30 +01:00
William Hart
636ce4f666 Fix some more compiler warnings. 2014-06-16 14:48:10 +01:00
wbhart
109cb9403c Merge pull request #2 from KevinBrogan/master
Fix t-locale.c #define used to avoid a test when using mingw64
2014-04-02 20:51:03 +02:00
William Hart
b81eced2bd Avoid a stack overflow on some compilers in test code. 2014-04-02 19:53:53 +01:00
William Hart
99378e63a9 Fix a warning on MinGW64. 2014-04-01 14:05:42 +01:00
William Hart
419ab6703e Fix a pile of compiler warnings on Linux (but sadly not on Windows). 2014-04-01 00:43:06 +01:00
William Hart
de394774a3 Fix a compiler warning under MinGW64. 2014-03-31 21:05:45 +01:00
William Hart
63ed2d06e3 Attempt to fix some compiler warnings on MinGW64. 2014-03-28 17:32:17 +00:00
William Hart
cd1b2e7657 Experiment with correct size_t format specifier. 2014-03-28 16:04:23 +00:00
William Hart
24cec978db Merge remote-tracking branch 'brian/master'
Conflicts:
	tests/cxx/t-assign.cc
2014-03-28 15:02:44 +00:00
William Hart
11327b1554 Added test case for nthroot aliasing and fixed code. 2014-03-28 14:31:23 +00:00
William Hart
ab734ea48c Added atom tuning values. Thanks Jason Preszler. 2014-03-28 12:22:31 +00:00
BrianGladman
0d6b94b63a correct C++ assign test 2014-03-28 08:16:49 +00:00
William Hart
4ff1e2d684 Remove dc_divappr_q_n and renamed fft_negacylic to fft_negacyclic. 2014-03-25 21:17:35 +00:00
William Hart
6ac545e1e7 Renamed next_likely_prime files to next_prime_candidate. 2014-03-25 20:56:21 +00:00