.. |
Makefile.am
|
INCLUDES -> AM_CPPFLAGS as per autoreconf advice.
|
2015-06-09 17:21:21 +00:00 |
reuse.c
|
Remove __GMP_PROTO and _PROTO crap from the MPIR source code
|
2018-02-25 09:02:47 +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
|
add the test for mpf_cmp_z
|
2018-02-26 23:11:03 +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
|
Revert "revert last commit"
|
2017-05-16 15:40:31 +01: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
|
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 |