.. |
Makefile.am
|
add tests in mpz mpf mpq misc mpn dir to regen script
|
2011-03-15 10:37:06 +00:00 |
Makefile.in
|
Ran "autoreconf -fi" and put back correct config.(guess|sub) files.
|
2013-07-31 14:51:32 +02:00 |
reuse.c
|
replace most occurances of RANDS with local versions
|
2009-09-14 19:06:46 +00:00 |
t-add.c
|
replace most occurances of RANDS with local versions
|
2009-09-14 19:06:46 +00:00 |
t-cmp_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-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-conv.c
|
replace most occurances of RANDS with local versions
|
2009-09-14 19:06:46 +00:00 |
t-div.c
|
remove most of the old global random stuff and replace with local
|
2009-09-14 14:17:11 +00:00 |
t-dm2exp.c
|
replace most occurances of RANDS with local versions
|
2009-09-14 19:06:46 +00:00 |
t-eq.c
|
mpf_eq tests
|
2009-08-03 14:49:22 +00:00 |
t-fits.c
|
Added #include "config.h" in all tests which needed it.
|
2012-10-18 20:14:58 +00:00 |
t-get_d_2exp.c
|
change some longs to mpir_si in tests
|
2012-08-22 09:52:01 +00:00 |
t-get_d.c
|
update test for mpf_get_d to test for -ve numbers for mpir-1.3 , 2.1 and trunk
|
2010-09-21 20:33:57 +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_ui.c
|
Change gmp_ui/gmp_si types to mpir_ui/mpir_si
|
2012-01-24 14:37:16 +00:00 |
t-gsprec.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
|
Added #include "config.h" in all tests which needed it.
|
2012-10-18 20:14:58 +00:00 |
t-int_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-mul_ui.c
|
Change gmp_ui/gmp_si types to mpir_ui/mpir_si
|
2012-01-24 14:37:16 +00:00 |
t-muldiv.c
|
replace most occurances of RANDS with local versions
|
2009-09-14 19:06:46 +00:00 |
t-set_q.c
|
remove most of the old global random stuff and replace with local
|
2009-09-14 14:17:11 +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_ui.c
|
Change gmp_ui/gmp_si types to mpir_ui/mpir_si
|
2012-01-24 14:37:16 +00:00 |
t-set.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-sqrt_ui.c
|
remove most of the old global random stuff and replace with local
|
2009-09-14 14:17:11 +00:00 |
t-sqrt.c
|
replace most occurances of RANDS with local versions
|
2009-09-14 19:06:46 +00:00 |
t-sub.c
|
replace most occurances of RANDS with local versions
|
2009-09-14 19:06:46 +00:00 |
t-trunc.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-ui_div.c
|
populate new branch
|
2011-12-16 19:47:56 +00:00 |