mpir/tests/mpn
2010-03-16 19:28:45 +00:00
..
Makefile.am Added test code for dc_bdiv_q. 2010-03-02 22:18:31 +00:00
Makefile.in Removed sb_divrem_mn 2010-03-14 16:02:32 +00:00
t-addadd_n.c remove most of the old global random stuff and replace with local 2009-09-14 14:17:11 +00:00
t-addsub_n.c remove most of the old global random stuff and replace with local 2009-09-14 14:17:11 +00:00
t-aors_1.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-asmtype.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-dc_bdiv_q_n.c Fixed some broken asserts and test code. 2010-03-16 16:05:48 +00:00
t-dc_bdiv_q.c Fixed some broken asserts and test code. 2010-03-16 16:05:48 +00:00
t-dc_bdiv_qr_n.c Added test for dc_bdiv_qr_n. 2010-03-02 22:00:29 +00:00
t-dc_bdiv_qr.c Added test code for dc_bdiv_qr. 2010-03-02 22:09:09 +00:00
t-dc_div_q.c Fixed some test code so that asserts wouldn't fail. 2010-03-16 13:58:06 +00:00
t-dc_div_qr_n.c Added an itch function. 2010-02-22 01:49:32 +00:00
t-dc_div_qr.c Added test code for dc_div_qr_n. 2010-02-19 23:12:12 +00:00
t-dc_divappr_q_n.c Added an itch function. 2010-02-22 01:49:32 +00:00
t-dc_divappr_q.c Ran automake and fixed the test. 2010-02-19 22:52:35 +00:00
t-divebyBm1of.c remove most of the old global random stuff and replace with local 2009-09-14 14:17:11 +00:00
t-divebyff.c remove most of the old global random stuff and replace with local 2009-09-14 14:17:11 +00:00
t-divrem_1.c Add HAVE_NATIVE defines for Windows code 2010-02-07 17:33:56 +00:00
t-fat.c Added divrem_1 and divrem_2 x86_64 assembly code from GMP, replaced 2010-02-06 13:28:23 +00:00
t-get_d.c remove most of the old global random stuff and replace with local 2009-09-14 14:17:11 +00:00
t-instrument.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-inv_div_q.c Fixed some test code so that asserts wouldn't fail. 2010-03-16 13:58:06 +00:00
t-inv_div_qr_n.c Ran automake and fixed a typo. 2010-02-23 19:30:05 +00:00
t-inv_div_qr.c Added test for inv_div_qr. 2010-02-23 19:19:36 +00:00
t-inv_divappr_q_n.c More test code fiddling and asserts. 2010-03-16 19:28:45 +00:00
t-inv_divappr_q.c More test code fiddling and asserts. 2010-03-16 19:28:45 +00:00
t-invert.c Lowered the iterations on two well tested functions. 2010-03-14 13:46:49 +00:00
t-iord_u.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-lorrshift1.c remove most of the old global random stuff and replace with local 2009-09-14 14:17:11 +00:00
t-mp_bases.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-mullow_basecase.c remove most of the old global random stuff and replace with local 2009-09-14 14:17:11 +00:00
t-mullowhigh.c remove most of the old global random stuff and replace with local 2009-09-14 14:17:11 +00:00
t-mulmid.c Lowered the iterations on two well tested functions. 2010-03-14 13:46:49 +00:00
t-mulmod_2expm1.c remove most of the old global random stuff and replace with local 2009-09-14 14:17:11 +00:00
t-mulmod_2expp1.c remove most of the old global random stuff and replace with local 2009-09-14 14:17:11 +00:00
t-neg.c remove most of the old global random stuff and replace with local 2009-09-14 14:17:11 +00:00
t-perfsqr.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-redc_basecase.c remove most of the old global random stuff and replace with local 2009-09-14 14:17:11 +00:00
t-sb_bdiv_q.c Changed the interface of the sb_bdiv functions and moved David Harvey's dc_bdiv 2010-03-02 18:47:33 +00:00
t-sb_bdiv_qr.c Changed the interface of the sb_bdiv functions and moved David Harvey's dc_bdiv 2010-03-02 18:47:33 +00:00
t-sb_div_q.c Ran automake and corrected test code. 2010-02-19 20:42:32 +00:00
t-sb_div_qr.c Switched sb_div_qr test to test the right thing! Added test for dc_div_q. 2010-02-19 21:21:47 +00:00
t-sb_divappr_q.c Fixed a bug in the sb_divappr_q test code. 2010-02-11 13:41:08 +00:00
t-scan.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-subadd_n.c remove most of the old global random stuff and replace with local 2009-09-14 14:17:11 +00:00
t-tdiv_q.c Fixed some bugs in the test code. 2009-10-07 05:57:09 +00:00
t-tdiv_qr.c Ran automake and fixed the test. 2010-02-23 19:40:30 +00:00