.. |
add_1.c
|
|
|
add_err1_n.c
|
correct overlap requirements for add/sub_err1/2_n
|
2009-09-02 13:34:00 +00:00 |
add_err2_n.c
|
correct overlap requirements for add/sub_err1/2_n
|
2009-09-02 13:34:00 +00:00 |
add_n.c
|
|
|
add.c
|
|
|
addmul_1.c
|
|
|
bdivmod.c
|
|
|
cmp.c
|
|
|
dc_divappr_q_n.c
|
Added files for divide conquer division.
|
2009-09-30 03:07:18 +00:00 |
dc_divrem_n.c
|
|
|
dive_1.c
|
|
|
diveby3.c
|
|
|
divebyBm1of.c
|
|
|
divebyff.c
|
|
|
divis.c
|
|
|
divrem_1.c
|
|
|
divrem_2.c
|
divrem updates
|
2009-05-19 12:27:10 +00:00 |
divrem_euclidean_qr_1.c
|
int to mp_size_t fix
|
2009-05-31 11:54:46 +00:00 |
divrem_euclidean_qr_2.c
|
divrem_2 generic correction
|
2009-05-20 17:34:55 +00:00 |
divrem_euclidean_r_1.c
|
split out mpn_mod_1_? from divrem_euclidean_r and add New asm function for AMD for mod_1_1
|
2009-10-01 22:04:24 +00:00 |
divrem_hensel_qr_1_1.c
|
New generic functions for two limb inverse of divrem_hensel_qr_1 and tunes,tests
|
2009-09-30 02:24:29 +00:00 |
divrem_hensel_qr_1_2.c
|
new AMD asm function mpn_divrem_hensel_qr_1_2
|
2009-09-30 23:41:09 +00:00 |
divrem_hensel_qr_1.c
|
New generic functions for two limb inverse of divrem_hensel_qr_1 and tunes,tests
|
2009-09-30 02:24:29 +00:00 |
divrem_hensel_r_1.c
|
New generic divrem_hensel's functions and tests,tunes
|
2009-09-29 16:41:28 +00:00 |
divrem_hensel_rsh_qr_1.c
|
New generic divrem_hensel's functions and tests,tunes
|
2009-09-29 16:41:28 +00:00 |
divrem.c
|
reinstate mpn_divrem, but leave obsoleted
|
2009-09-09 02:07:02 +00:00 |
dump.c
|
|
|
fib2_ui.c
|
New generic functions/macros mpn_lshift2 mpn_rshift2 and tests/speed etc
|
2009-05-14 02:44:19 +00:00 |
gcd_1.c
|
|
|
gcd.c
|
Saved an unnecessary copy in lehmer gcd and fiddled with some parameters
|
2009-07-22 04:26:36 +00:00 |
gcdext.c
|
Removed a broken assert.
|
2009-07-25 08:54:56 +00:00 |
get_d.c
|
|
|
get_str.c
|
|
|
gmp-mparam.h
|
|
|
invert.c
|
Fixed a missing mpir.h.
|
2009-09-29 23:19:37 +00:00 |
jacbase.c
|
|
|
lgcd.c
|
Moved some declarations to the beginning of a block.
|
2009-07-26 02:59:52 +00:00 |
lshift.c
|
|
|
mod_1_1.c
|
split out mpn_mod_1_? from divrem_euclidean_r and add New asm function for AMD for mod_1_1
|
2009-10-01 22:04:24 +00:00 |
mod_1_2.c
|
split out mpn_mod_1_? from divrem_euclidean_r and add New asm function for AMD for mod_1_1
|
2009-10-01 22:04:24 +00:00 |
mod_1_3.c
|
split out mpn_mod_1_? from divrem_euclidean_r and add New asm function for AMD for mod_1_1
|
2009-10-01 22:04:24 +00:00 |
mod_1.c
|
New C functions mpn_mod_1_k etc
|
2009-09-07 00:42:22 +00:00 |
mod_34lsub1.c
|
|
|
mode1o.c
|
|
|
mul_1.c
|
|
|
mul_basecase.c
|
|
|
mul_fft.c
|
Added mpn_gcdinv_1 and turned on MPN_ZERO and mpn_store assembly code in
|
2009-07-19 23:08:09 +00:00 |
mul_n.c
|
Added tuning values for core2 and fixed a minor bug in mul_n.c.
|
2009-05-19 04:03:49 +00:00 |
mul.c
|
Fiddled with the tuning crossover code in mul.c for the unbalanced
|
2009-07-23 10:09:29 +00:00 |
mulhigh_n.c
|
remove C99 stuff
|
2009-07-26 16:42:36 +00:00 |
mullow_basecase.c
|
New generic mullow and mulhigh
|
2009-07-24 17:16:50 +00:00 |
mullow_n_basecase.c
|
New generic mullow and mulhigh
|
2009-07-24 17:16:50 +00:00 |
mullow_n.c
|
tuning for mullow and mulhigh
|
2009-07-24 21:31:28 +00:00 |
mulmid_basecase.c
|
change gmp.h to mpir.h
|
2009-07-24 12:24:26 +00:00 |
mulmid_n.c
|
Removed unused gcd functions, removed a static array of length 1000 and
|
2009-07-25 13:11:34 +00:00 |
mulmid.c
|
remove C99 stuff
|
2009-07-26 16:42:36 +00:00 |
mulmod_2expm1.c
|
New generic mpn_mulmod_2expm1 and tests and tuning thresholds
|
2009-08-07 03:47:42 +00:00 |
mulmod_2expp1.c
|
New generic mpn_mulmod_2expp1 and tests
|
2009-08-06 22:20:09 +00:00 |
neg_n.c
|
New generic function mpn_neg_n and tests
|
2009-08-03 01:59:50 +00:00 |
new_bdiv_q.c
|
change gmp.h to mpir.h
|
2009-07-24 12:24:26 +00:00 |
new_dc_bdiv_q.c
|
change gmp.h to mpir.h
|
2009-07-24 12:24:26 +00:00 |
ngcd_matrix.c
|
Moved some declarations to the beginning of a block.
|
2009-07-26 03:03:40 +00:00 |
ngcd_step.c
|
|
|
ngcd.c
|
|
|
nhgcd2.c
|
|
|
perfsqr.c
|
|
|
popham.c
|
|
|
pow_1.c
|
|
|
pre_divrem_1.c
|
|
|
pre_mod_1.c
|
|
|
random2.c
|
Obsolete mpf_random2 mpn_random mpn_random2
|
2009-09-13 02:37:57 +00:00 |
random.c
|
Obsolete mpf_random2 mpn_random mpn_random2
|
2009-09-13 02:37:57 +00:00 |
randomb.c
|
Add new functions mpn_urandomb mpn_urandomm mpn_rrandom mpn_randomb
|
2009-09-14 10:34:26 +00:00 |
redc_basecase.c
|
|
|
rootrem.c
|
C89 changes
|
2009-09-03 18:18:35 +00:00 |
rrandom.c
|
Add new functions mpn_urandomb mpn_urandomm mpn_rrandom mpn_randomb
|
2009-09-14 10:34:26 +00:00 |
rsh_divrem_hensel_qr_1.c
|
New generic divrem_hensel's functions and tests,tunes
|
2009-09-29 16:41:28 +00:00 |
rshift.c
|
|
|
sb_divappr_q.c
|
Add new assembler, C and test files to Windows builds
|
2009-09-30 16:21:46 +00:00 |
sb_divrem_mn.c
|
|
|
scan0.c
|
|
|
scan1.c
|
|
|
set_str.c
|
|
|
sizeinbase.c
|
|
|
sqr_basecase.c
|
|
|
sqrtrem.c
|
removed obsolete fns mpn_divrem mpn_divmod and all referances to them
|
2009-08-11 22:11:33 +00:00 |
sub_1.c
|
|
|
sub_err1_n.c
|
correct overlap requirements for add/sub_err1/2_n
|
2009-09-02 13:34:00 +00:00 |
sub_err2_n.c
|
correct overlap requirements for add/sub_err1/2_n
|
2009-09-02 13:34:00 +00:00 |
sub_n.c
|
|
|
sub.c
|
|
|
submul_1.c
|
|
|
sumdiff_n.c
|
|
|
tdiv_qr.c
|
divrem updates
|
2009-05-19 12:27:10 +00:00 |
toom3_mul_n.c
|
Fixed bugs in Toom3 code.
|
2009-05-12 09:22:27 +00:00 |
toom3_mul.c
|
Added toom32 for unbalanced multiplications.
|
2009-05-12 18:28:20 +00:00 |
toom4_mul_n.c
|
Update Windows build for 32-bit versions
|
2009-07-27 20:46:28 +00:00 |
toom4_mul.c
|
Added toom53 and fiddled with the toom4 cutoff on penryn.
|
2009-07-23 07:48:34 +00:00 |
toom7_mul_n.c
|
repalce most occarances of mpn_random with mpn_randomb
|
2009-09-14 12:19:07 +00:00 |
toom42_mulmid.c
|
change gmp.h to mpir.h
|
2009-07-24 12:24:26 +00:00 |
udiv_w_sdiv.c
|
|
|
urandomb.c
|
Add new functions mpn_urandomb mpn_urandomm mpn_rrandom mpn_randomb
|
2009-09-14 10:34:26 +00:00 |
urandomm.c
|
Add new functions mpn_urandomb mpn_urandomm mpn_rrandom mpn_randomb
|
2009-09-14 10:34:26 +00:00 |