mpir/tests/mpq
2009-12-07 01:06:47 +00:00
..
Makefile.am for file in $(find -name Makefile.am) ; do sed -e "s/libgmp\.a/libmpir.a/g" $file > temp ; mv temp $file ; done 2009-02-12 11:51:33 +00:00
Makefile.in Fixed the test code for mpz_likely_prime_p. 2009-12-07 01:06:47 +00:00
t-aors.c replace most occurances of RANDS with local versions 2009-09-14 19:06:46 +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_ui.c replace most occurances of RANDS with local versions 2009-09-14 19:06:46 +00:00
t-cmp.c replace most occurances of RANDS with local versions 2009-09-14 19:06:46 +00:00
t-equal.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-get_d.c replace most occurances of RANDS with local versions 2009-09-14 19:06:46 +00:00
t-get_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-inp_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-md_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-set_f.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_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