mpir/tests
wbhart 188ce0a535 Merge pull request #164 from videlec/cmp_mpq_z
Import the implementation of mpq_cmp_z from gmp
2015-11-15 16:36:59 +01:00
..
cxx INCLUDES -> AM_CPPFLAGS as per autoreconf advice. 2015-06-09 17:21:21 +00:00
devel INCLUDES -> AM_CPPFLAGS as per autoreconf advice. 2015-06-09 17:21:21 +00:00
fft Reduce memory usage of two fft tests, so ulimit doesn't have to be changed on 2015-06-11 00:19:08 +00:00
misc INCLUDES -> AM_CPPFLAGS as per autoreconf advice. 2015-06-09 17:21:21 +00:00
mpf INCLUDES -> AM_CPPFLAGS as per autoreconf advice. 2015-06-09 17:21:21 +00:00
mpn Remove sb_div* small implementation (due to bug and due to being a very minor 2015-11-13 14:47:44 +00:00
mpq Import the implementation of mpq_cmp_z from gmp 2015-11-02 12:11:55 -03:00
mpz Fix handling of stdint.h once and for all. 2015-06-11 10:46:10 +00:00
rand INCLUDES -> AM_CPPFLAGS as per autoreconf advice. 2015-06-09 17:21:21 +00:00
Makefile.am INCLUDES -> AM_CPPFLAGS as per autoreconf advice. 2015-06-09 17:21:21 +00:00
Makefile.in INCLUDES -> AM_CPPFLAGS as per autoreconf advice. 2015-06-09 17:21:21 +00:00
memory.c Attempt to fix some compiler warnings on MinGW64. 2014-03-28 17:32:17 +00:00
misc.c Fix a warning on MinGW64. 2014-04-01 14:05:42 +01:00
refmpf.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
refmpn.c Remove gcd_finda.asm and references to it. 2014-03-25 20:14:46 +00:00
refmpq.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
refmpz.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
spinner.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-bswap.c repalce most occarances of mpn_random with mpn_randomb 2009-09-14 12:19:07 +00:00
t-constants.c Added #include "config.h" in all tests which needed it. 2012-10-18 20:14:58 +00:00
t-count_zeros.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-gmpmax.c changed gmp.h to mpir.h for a few odd cases left 2009-02-12 11:23:26 +00:00
t-hightomask.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-modlinv.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-parity.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-popc.c replace most occurances of mpn-random2 with mpn_rrandom 2009-09-14 11:51:49 +00:00
t-sub.c replace most occurances of RANDS with local versions 2009-09-14 19:06:46 +00:00
tests.h Remove gcd_finda.asm and references to it. 2014-03-25 20:14:46 +00:00
trace.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
x86_64call.as remove obsolete x86_fldcw and x86_fstcw that change rounding modes 2011-09-11 21:00:43 +00:00
x86_64check.c Fix a pile of compiler warnings on Linux (but sadly not on Windows). 2014-04-01 00:43:06 +01:00
x86call.asm remove obsolete x86_fldcw and x86_fstcw that change rounding modes 2011-09-11 21:00:43 +00:00
x86check.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