.. |
bit.c
|
replace most occurances of RANDS with local versions
|
2009-09-14 19:06:46 +00:00 |
convert.c
|
remove most of the old global random stuff and replace with local
|
2009-09-14 14:17:11 +00:00 |
dive_ui.c
|
Change gmp_ui/gmp_si types to mpir_ui/mpir_si
|
2012-01-24 14:37:16 +00:00 |
dive.c
|
remove most of the old global random stuff and replace with local
|
2009-09-14 14:17:11 +00:00 |
io.c
|
Fix a pile of compiler warnings on Linux (but sadly not on Windows).
|
2014-04-01 00:43:06 +01:00 |
logic.c
|
remove most of the old global random stuff and replace with local
|
2009-09-14 14:17:11 +00:00 |
Makefile.am
|
Update *nix build for limbs, roinit_n and sizeinbase files.
|
2017-02-13 11:13:04 +00:00 |
reuse.c
|
change name of mpz_next_likely_prime to mpz_next_prime_candidate
|
2013-09-02 15:10:16 +01:00 |
t-addsub.c
|
remove most of the old global random stuff and replace with local
|
2009-09-14 14:17:11 +00:00 |
t-aorsmul.c
|
remove most of the old global random stuff and replace with local
|
2009-09-14 14:17:11 +00:00 |
t-bin.c
|
for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
|
2009-02-12 10:24:24 +00:00 |
t-cdiv_ui.c
|
Change gmp_ui/gmp_si types to mpir_ui/mpir_si
|
2012-01-24 14:37:16 +00:00 |
t-cmp_d.c
|
remove cray and vax arch's
|
2010-07-03 16:06:14 +00:00 |
t-cmp_si.c
|
for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
|
2009-02-12 10:24:24 +00:00 |
t-cmp.c
|
for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
|
2009-02-12 10:24:24 +00:00 |
t-cong_2exp.c
|
replace most occurances of RANDS with local versions
|
2009-09-14 19:06:46 +00:00 |
t-cong.c
|
replace most occurances of RANDS with local versions
|
2009-09-14 19:06:46 +00:00 |
t-div_2exp.c
|
replace most occurances of RANDS with local versions
|
2009-09-14 19:06:46 +00:00 |
t-divis_2exp.c
|
for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
|
2009-02-12 10:24:24 +00:00 |
t-divis.c
|
remove most of the old global random stuff and replace with local
|
2009-09-14 14:17:11 +00:00 |
t-export.c
|
Fix a pile of compiler warnings on Linux (but sadly not on Windows).
|
2014-04-01 00:43:06 +01:00 |
t-fac_ui.c
|
Added t-fac_ui test code and changed gmp.h => mpir.h.
|
2014-02-28 13:19:19 +00:00 |
t-fdiv_ui.c
|
Change gmp_ui/gmp_si types to mpir_ui/mpir_si
|
2012-01-24 14:37:16 +00:00 |
t-fdiv.c
|
remove most of the old global random stuff and replace with local
|
2009-09-14 14:17:11 +00:00 |
t-fib_ui.c
|
for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
|
2009-02-12 10:24:24 +00:00 |
t-fits.c
|
Added #include "config.h" in all tests which needed it.
|
2012-10-18 20:14:58 +00:00 |
t-gcd_ui.c
|
Change gmp_ui/gmp_si types to mpir_ui/mpir_si
|
2012-01-24 14:37:16 +00:00 |
t-gcd.c
|
Update gcd test code to match that of GMP 5.1.x and documentation of mpz_gcdext
|
2015-06-09 19:33:32 +00:00 |
t-get_d_2exp.c
|
remove 'long/long long' pointer bug on Windows x64
|
2016-06-18 13:27:19 +01:00 |
t-get_d.c
|
remove cray and vax arch's
|
2010-07-03 16:06:14 +00:00 |
t-get_si.c
|
Change gmp_ui/gmp_si types to mpir_ui/mpir_si
|
2012-01-24 14:37:16 +00:00 |
t-get_sx.c
|
Fix a pile of compiler warnings on Linux (but sadly not on Windows).
|
2014-04-01 00:43:06 +01:00 |
t-get_ux.c
|
Fix a pile of compiler warnings on Linux (but sadly not on Windows).
|
2014-04-01 00:43:06 +01:00 |
t-hamdist.c
|
replace most occurances of RANDS with local versions
|
2009-09-14 19:06:46 +00:00 |
t-import.c
|
Fix a pile of compiler warnings on Linux (but sadly not on Windows).
|
2014-04-01 00:43:06 +01:00 |
t-inp_str.c
|
Added #include "config.h" in all tests which needed it.
|
2012-10-18 20:14:58 +00:00 |
t-io_raw.c
|
Fix a pile of compiler warnings on Linux (but sadly not on Windows).
|
2014-04-01 00:43:06 +01:00 |
t-jac.c
|
remove most of the old global random stuff and replace with local
|
2009-09-14 14:17:11 +00:00 |
t-lcm.c
|
for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
|
2009-02-12 10:24:24 +00:00 |
t-likely_prime_p.c
|
Removed symbol conflicts of the form n_blah, with flint.
|
2012-10-17 22:27:11 +00:00 |
t-limbs.c
|
Update *nix build for limbs, roinit_n and sizeinbase files.
|
2017-02-13 11:13:04 +00:00 |
t-lucnum_ui.c
|
for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
|
2009-02-12 10:24:24 +00:00 |
t-mfac_uiui.c
|
Added mfac_uiui and test code from GMP-5.1.3.
|
2014-02-28 13:35:36 +00:00 |
t-mul_i.c
|
for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
|
2009-02-12 10:24:24 +00:00 |
t-mul.c
|
Changed to new cutoff names in test code.
|
2010-03-23 15:29:21 +00:00 |
t-next_prime_candidate.c
|
Renamed next_likely_prime files to next_prime_candidate.
|
2014-03-25 20:56:21 +00:00 |
t-oddeven.c
|
for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
|
2009-02-12 10:24:24 +00:00 |
t-perfpow.c
|
for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
|
2009-02-12 10:24:24 +00:00 |
t-perfsqr.c
|
remove pre-build file gen-psqr.c dumbmp.c perfsqr.h
|
2010-07-21 18:46:02 +00:00 |
t-popcount.c
|
remove most of the old global random stuff and replace with local
|
2009-09-14 14:17:11 +00:00 |
t-pow.c
|
remove most of the old global random stuff and replace with local
|
2009-09-14 14:17:11 +00:00 |
t-powm_ui.c
|
remove most of the old global random stuff and replace with local
|
2009-09-14 14:17:11 +00:00 |
t-powm.c
|
remove most of the old global random stuff and replace with local
|
2009-09-14 14:17:11 +00:00 |
t-pprime_p.c
|
for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
|
2009-02-12 10:24:24 +00:00 |
t-primorial_ui.c
|
Added primorial code and test code from GMP/
|
2014-02-28 13:49:27 +00:00 |
t-root.c
|
Added test case for nthroot aliasing and fixed code.
|
2014-03-28 14:31:23 +00:00 |
t-scan.c
|
Fix bug in t-scan test.
|
2013-07-31 14:51:42 +02:00 |
t-set_d.c
|
for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
|
2009-02-12 10:24:24 +00:00 |
t-set_f.c
|
replace most occurances of RANDS with local versions
|
2009-09-14 19:06:46 +00:00 |
t-set_si.c
|
Change gmp_ui/gmp_si types to mpir_ui/mpir_si
|
2012-01-24 14:37:16 +00:00 |
t-set_str.c
|
for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
|
2009-02-12 10:24:24 +00:00 |
t-set_sx.c
|
Line endings
|
2012-11-25 22:33:07 +00:00 |
t-set_ux.c
|
Fix a pile of compiler warnings on Linux (but sadly not on Windows).
|
2014-04-01 00:43:06 +01:00 |
t-sizeinbase.c
|
for file in $(find -name \*.c ) ; do sed -e "s/#include \"gmp\.h\"/#include \"mpir.h\"/g" $file > temp ; mv temp $file ; done
|
2009-02-12 10:24:24 +00:00 |
t-sqrtrem.c
|
remove most of the old global random stuff and replace with local
|
2009-09-14 14:17:11 +00:00 |
t-tdiv_ui.c
|
Change gmp_ui/gmp_si types to mpir_ui/mpir_si
|
2012-01-24 14:37:16 +00:00 |
t-tdiv.c
|
Fixed some bugs in the division code.
|
2010-03-17 04:04:34 +00:00 |
t-trial_division.c
|
Ran test functions with insufficient whitespace through indent.
|
2014-03-25 20:43:50 +00:00 |