Commit Graph

14 Commits

Author SHA1 Message Date
(no author)
cb51ce78b6 Reverted back to David's dc_divappr_q_n code. 2010-02-24 01:19:19 +00:00
(no author)
dbad311916 Fixed a typo and reverted a change. 2010-02-24 01:16:46 +00:00
(no author)
80d9c85d77 Switched ove to GMP dc_divappr_q_n code. 2010-02-24 01:02:55 +00:00
(no author)
4e012be2c4 Switched over to the GMP dc_divappr_q_n function. 2010-02-23 23:59:35 +00:00
(no author)
f444a2bf6c Attempt to tune some of the division functions. 2010-02-19 12:54:56 +00:00
(no author)
f83a14a538 More fiddling with tuning. 2010-02-11 00:20:44 +00:00
(no author)
1d08ade198 Added sb_div_qr and dc_div_qr from GMP sources. Fixed some
bugs, incorrect #defines and fiddled with tuning.
2010-02-10 22:48:46 +00:00
(no author)
f4a69eec60 Added sb_div_q, sb_divappr_q from GMP and tdiv_3by2 and invert_1 from GMP
and changed everything to use them.
2010-02-10 11:17:59 +00:00
gladman
7e5051b5d6 1. Add a new test to Windows build
2. Remove C99 features from two new files
2009-12-07 09:18:30 +00:00
wbhart
ce52d5515b Removed a small bit of unnecessary code. 2009-12-06 21:55:07 +00:00
wbhart
90f2cf62f0 Rewrte dc_divappr giving proof sketch and making it slightly different. 2009-12-06 21:14:36 +00:00
wbhart
19c4d52566 Fixed a carry bug in mpn_tdiv_q and added the failing cases to tests/mpz/t-tdiv.c. 2009-10-13 04:52:00 +00:00
wbhart
7edce5c5c6 Fixed a segfault in t-sb_divappr_q. 2009-10-02 00:28:36 +00:00
wbhart
5fcad2a384 Added files for divide conquer division. 2009-09-30 03:07:18 +00:00