.. |
cxx
|
populate new branch
|
2011-12-16 19:47:56 +00:00 |
devel
|
removed all use HAVE_HOST , except for timing on the powerpc
|
2011-09-12 01:23:43 +00:00 |
fft
|
add square tests
|
2012-01-07 11:59:43 +00:00 |
misc
|
removed all use HAVE_HOST , except for timing on the powerpc
|
2011-09-12 01:23:43 +00:00 |
mpf
|
populate new branch
|
2011-12-16 19:47:56 +00:00 |
mpn
|
run in devel regen and setverion
|
2011-12-05 07:18:14 +00:00 |
mpq
|
populate new branch
|
2011-12-16 19:47:56 +00:00 |
mpz
|
populate new branch
|
2011-12-16 19:47:56 +00:00 |
rand
|
populate new branch
|
2011-12-16 19:47:56 +00:00 |
Makefile.am
|
correct rounding mode tests and generalize, remove some more have_host's
|
2011-09-11 18:41:46 +00:00 |
Makefile.in
|
removed all use HAVE_HOST , except for timing on the powerpc
|
2011-09-12 01:23:43 +00:00 |
memory.c
|
change some %u to %d in printf in the file test/memory.c
|
2010-11-19 08:49:36 +00:00 |
misc.c
|
corrected wrong ret code
|
2011-09-11 23:33:34 +00: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
|
add half/double test code and correct return values
|
2011-07-13 12:54:47 +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
|
populate new branch
|
2011-12-16 19:47:56 +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 obsolete x86_fldcw and x86_fstcw that change rounding modes
|
2011-09-11 21:00:43 +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
|
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 |
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 |