Commit Graph

207 Commits

Author SHA1 Message Date
(no author)
581bbbff77 Added test code for dc_bdiv_q. 2010-03-02 22:18:31 +00:00
(no author)
5ac702b8e9 Added test code for dc_bdiv_qr. 2010-03-02 22:09:09 +00:00
(no author)
a4ceed9f68 Added test for dc_bdiv_qr_n. 2010-03-02 22:00:29 +00:00
(no author)
728e0e2346 Added test code for dc_bdiv_q_n. 2010-03-02 19:02:55 +00:00
(no author)
6238a1f3ec Changed the interface of the sb_bdiv functions and moved David Harvey's dc_bdiv
into place.
2010-03-02 18:47:33 +00:00
(no author)
3208d36d17 Added test code for sb_bdiv_qr. 2010-03-02 13:32:49 +00:00
(no author)
1455e3f181 Fixed bug in test code for sb_div_q and fixed comment in code for
latter.
2010-03-02 12:43:18 +00:00
(no author)
b44e0756f7 Added test code for sb_bdiv_q (which does not pass)!! 2010-03-02 02:54:55 +00:00
(no author)
98784fcf80 Ran automake and fixed the test. 2010-02-23 19:40:30 +00:00
(no author)
7fe8587ade Added test code for tdiv_qr. 2010-02-23 19:32:58 +00:00
(no author)
0abf16f103 Ran automake and fixed a typo. 2010-02-23 19:30:05 +00:00
(no author)
aeb325d9a9 Added test for inv_div_qr_n. 2010-02-23 19:27:18 +00:00
(no author)
698abddaa7 Ran automake. 2010-02-23 19:23:18 +00:00
(no author)
0f53f9eb89 Added test for inv_div_qr. 2010-02-23 19:19:36 +00:00
(no author)
954d2e4258 Ran automake. 2010-02-23 19:15:58 +00:00
(no author)
e4f2121e07 Added test for inv_div_q. 2010-02-23 19:13:24 +00:00
(no author)
575c38c7d6 Added an itch function. 2010-02-22 01:49:32 +00:00
(no author)
c98e613e37 Fixed a bug in inv_divappr_q and added a test for inv_divappr_q. 2010-02-20 01:02:01 +00:00
(no author)
fe5a013729 Added test for inv_divappr_q. 2010-02-19 23:54:27 +00:00
(no author)
e0ca4c9759 Ran automake and fixed the test. 2010-02-19 23:25:39 +00:00
(no author)
5d2b324fbd Added test code for dc_div_qr_n. 2010-02-19 23:12:12 +00:00
(no author)
7befb9443c Ran automake and fixed the test. 2010-02-19 22:52:35 +00:00
(no author)
821971548e Added test for dc_divappr_q. 2010-02-19 22:36:47 +00:00
(no author)
b572d22940 Ran automake and fixed a bug in the test. 2010-02-19 22:18:28 +00:00
(no author)
2ba08515f1 Added test for dc_div_qr. 2010-02-19 22:12:53 +00:00
(no author)
54f313fb2d Ran automake and fixed some bugs. 2010-02-19 21:59:10 +00:00
(no author)
53165d5298 Switched sb_div_qr test to test the right thing! Added test for dc_div_q. 2010-02-19 21:21:47 +00:00
(no author)
8908b35bcc Ran automake. 2010-02-19 21:17:12 +00:00
(no author)
9d334363a8 Added a test for sb_div_qr.c. 2010-02-19 21:15:16 +00:00
(no author)
e287b618a9 Ran automake and corrected test code. 2010-02-19 20:42:32 +00:00
(no author)
d0bd28e2d0 Added a new test for sb_div_q. 2010-02-19 20:27:08 +00:00
(no author)
19b37fb7c1 Added speed, tune and try code for toom8_mul/sqr and tuning for K102. 2010-02-18 14:50:40 +00:00
(no author)
f4ff463b94 remove debugging stub from rootrem test code (accidentally left in place) 2010-02-16 12:36:20 +00:00
(no author)
fcd1d8135f correct bug in rootrem.c 2010-02-16 10:49:25 +00:00
(no author)
abaf69fa91 Removed more refs to nthroot. 2010-02-13 23:06:29 +00:00
(no author)
785370139a Removed mpz_nthroot. 2010-02-13 23:00:48 +00:00
(no author)
0e11c9e8f8 Added test code for inv_divappr_q_n. 2010-02-13 17:02:32 +00:00
(no author)
c100247b24 Added a test for inv_divappr_q_n and made it pass. 2010-02-11 20:36:56 +00:00
(no author)
7f77cf2505 Fixed a bug in the sb_divappr_q test code. 2010-02-11 13:41:08 +00:00
(no author)
137aec1b8e Fixed tests so they pass. 2010-02-10 23:18:12 +00:00
(no author)
13055c8f46 Restored the t-headers test. 2010-02-08 20:18:09 +00:00
(no author)
9e3074548b correct t-headers.cc 2010-02-08 20:06:25 +00:00
(no author)
88c8b3e0f3 Add mp_bitcnt_t type to MPIR 2010-02-08 17:06:12 +00:00
(no author)
3306eae2a2 Add HAVE_NATIVE defines for Windows code 2010-02-07 17:33:56 +00:00
(no author)
06d4a32943 Added divrem_1 and divrem_2 x86_64 assembly code from GMP, replaced
divrem_euclidean_qr_1 with divrem_1.
2010-02-06 13:28:23 +00:00
wbhart
183443ab1e Added t-invert to tests/mpn. 2010-01-14 09:55:55 +00:00
wbhart
c4e57480dc Made t-invert a bit more comprehensive. 2009-12-12 21:02:09 +00:00
wbhart
47a2509990 Made likely_prime do 10 R tests and checked for not too many pseudoprimes in
test code.
2009-12-12 18:20:25 +00:00
wbhart
ac377dc877 Added my copyright and a small change to a print statement (not the only
change I have made to the code - there were others previously, but I had 
forgotten to put my (C) on it).
2009-12-08 15:47:04 +00:00
wbhart
7e6bd6d865 Added Paul's copyright. 2009-12-08 15:43:58 +00:00