mpir/mpz
2014-02-28 19:33:27 +00:00
..
2fac_ui.c unsigned long -> mpir_ui. 2014-02-28 19:33:27 +00:00
abs.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
add_ui.c Set native line endings for all .c, .h, as, .asm, .s, .in, .m4, .cc, am 2008-06-25 07:33:36 +00:00
add.c Set native line endings for all .c, .h, as, .asm, .s, .in, .m4, .cc, am 2008-06-25 07:33:36 +00:00
and.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
aors_ui.h Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
aors.h remove some MPBSD stuff left lying around 2011-01-11 10:56:44 +00:00
aorsmul_i.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
aorsmul.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
array_init.c Obsoleted mpz_array_init 2009-08-19 15:51:45 +00:00
bin_ui.c unsigned long -> mpir_ui. 2014-02-28 19:33:27 +00:00
bin_uiui.c unsigned long -> mpir_ui. 2014-02-28 19:33:27 +00:00
cdiv_q_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
cdiv_q.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
cdiv_qr_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
cdiv_qr.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
cdiv_r_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
cdiv_r.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
cdiv_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
cfdiv_q_2exp.c correct incorrect parameter type for mpz_cdiv_q_2exp 2011-04-29 21:32:50 +00:00
cfdiv_r_2exp.c Add mp_bitcnt_t type to MPIR 2010-02-08 17:06:12 +00:00
clear.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
clears.c CRLF to LF on all c files except in build.vc10 dir 2011-06-08 07:15:12 +00:00
clrbit.c Add mp_bitcnt_t type to MPIR 2010-02-08 17:06:12 +00:00
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
cmp_si.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
cmp_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
cmp.c remove some MPBSD stuff left lying around 2011-01-11 10:56:44 +00:00
cmpabs_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
cmpabs_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
cmpabs.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
com.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
combit.c Add mp_bitcnt_t type to MPIR 2010-02-08 17:06:12 +00:00
cong_2exp.c Add mp_bitcnt_t type to MPIR 2010-02-08 17:06:12 +00:00
cong_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
cong.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
dive_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
divegcd.c Update to new divegcd from GMP 5.1.3. 2014-02-28 16:57:25 +00:00
divexact.c Added GMP mpz_divexact code to MPIR. 2010-03-04 17:12:43 +00:00
divis_2exp.c Add mp_bitcnt_t type to MPIR 2010-02-08 17:06:12 +00:00
divis_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
divis.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
dump.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
export.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
fac_ui.c unsigned long -> mpir_ui. 2014-02-28 19:33:27 +00:00
fdiv_q_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
fdiv_q.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
fdiv_qr_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
fdiv_qr.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
fdiv_r_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
fdiv_r.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
fdiv_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
fib2_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
fib_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
fits_s.h 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
fits_si.c populate new branch 2011-12-16 19:47:56 +00:00
fits_sint.c Set native line endings for all .c, .h, as, .asm, .s, .in, .m4, .cc, am 2008-06-25 07:33:36 +00:00
fits_slong.c Set native line endings for all .c, .h, as, .asm, .s, .in, .m4, .cc, am 2008-06-25 07:33:36 +00:00
fits_sshort.c Set native line endings for all .c, .h, as, .asm, .s, .in, .m4, .cc, am 2008-06-25 07:33:36 +00:00
fits_ui.c populate new branch 2011-12-16 19:47:56 +00:00
fits_uint.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
fits_ulong.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
fits_ushort.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
gcd_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
gcd.c unsigned long -> mpir_ui. 2014-02-28 19:33:27 +00:00
gcdext.c Update to GMP 5.1.3 factorial code. 2014-02-27 21:35:04 +00:00
get_d_2exp.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
get_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
get_si.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
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
get_sx.c CRLF to LF on all c files except in build.vc10 dir 2011-06-08 07:15:12 +00:00
get_ui.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
get_ux.c CRLF to LF on all c files except in build.vc10 dir 2011-06-08 07:15:12 +00:00
getlimbn.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
hamdist.c Add mp_bitcnt_t type to MPIR 2010-02-08 17:06:12 +00:00
import.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
init2.c 1. Add missed mp_bitcnt_t changes 2010-02-08 18:12:26 +00:00
init.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
inits.c CRLF to LF on all c files except in build.vc10 dir 2011-06-08 07:15:12 +00:00
inp_raw.c get spurious warning right 2011-05-08 22:25:35 +00:00
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
invert.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
ior.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
iset_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
iset_si.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
iset_str.c replace all MP_RAT,MP_INT gmp version with the new 1994 stuff , mpz_ptr mpq_ptr , about timesvn status! , change version numbers to 1.3.0 2009-09-13 01:17:19 +00:00
iset_sx.c CRLF to LF on all c files except in build.vc10 dir 2011-06-08 07:15:12 +00:00
iset_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
iset_ux.c CRLF to LF on all c files except in build.vc10 dir 2011-06-08 07:15:12 +00:00
iset.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
jacobi.c Updated mpz/jacobi.c from GMP 5.1.3. 2014-02-28 13:59:52 +00:00
kronsz.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
kronuz.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
kronzs.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
kronzu.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
lcm_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
lcm.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
likely_prime_p.c Further C code cleanups. 2014-02-16 17:23:27 +00:00
lucnum2_ui.c unsigned long -> mpir_ui. 2014-02-28 19:33:27 +00:00
lucnum_ui.c unsigned long -> mpir_ui. 2014-02-28 19:33:27 +00:00
Makefile.am Added primorial code and test code from GMP/ 2014-02-28 13:49:27 +00:00
Makefile.in Added primorial code and test code from GMP/ 2014-02-28 13:49:27 +00:00
mfac_uiui.c unsigned long -> mpir_ui. 2014-02-28 19:33:27 +00:00
miller_rabin.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
millerrabin.c change a local function name to avoid potential name conflicts; add copyright 2011-12-05 08:47:04 +00:00
mod.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
mul_2exp.c Add mp_bitcnt_t type to MPIR 2010-02-08 17:06:12 +00:00
mul_i.h Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
mul_si.c Set native line endings for all .c, .h, as, .asm, .s, .in, .m4, .cc, am 2008-06-25 07:33:36 +00:00
mul_ui.c Set native line endings for all .c, .h, as, .asm, .s, .in, .m4, .cc, am 2008-06-25 07:33:36 +00:00
mul.c remove some MPBSD stuff left lying around 2011-01-11 10:56:44 +00:00
n_pow_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
neg.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
next_likely_prime.c change name of mpz_next_likely_prime to mpz_next_prime_candidate 2013-09-02 15:10:16 +01:00
nextprime.c Further C code cleanups. 2014-02-16 17:23:27 +00:00
nthroot.c Further C code cleanups. 2014-02-16 17:23:27 +00:00
oddfac_1.c Update to GMP 5.1.3 factorial code. 2014-02-27 21:35:04 +00:00
out_raw.c remove cray and vax arch's 2010-07-03 16:06:14 +00:00
out_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
perfpow.c Further C code cleanups. 2014-02-16 17:23:27 +00:00
perfsqr.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
popcount.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
pow_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
powm_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
powm.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
pprime_p.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
primorial_ui.c unsigned long -> mpir_ui. 2014-02-28 19:33:27 +00:00
probable_prime_p.c Typo. 2014-02-28 11:40:21 +00:00
prodlimbs.c Update to GMP 5.1.3 factorial code. 2014-02-27 21:35:04 +00:00
realloc2.c Add mp_bitcnt_t type to MPIR 2010-02-08 17:06:12 +00:00
realloc.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
remove.c correct errors introduced when mp_bitcnt_t was added 2011-05-08 09:25:38 +00:00
root.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
rootrem.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
rrandomb.c Add mp_bitcnt_t type to MPIR 2010-02-08 17:06:12 +00:00
scan0.c Correct functions returning mp_bitcnt_t type to return correct error return values on Windows x64. 2011-06-07 08:03:38 +00:00
scan1.c Correct functions returning mp_bitcnt_t type to return correct error return values on Windows x64. 2011-06-07 08:03:38 +00:00
set_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
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
set_q.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
set_si.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
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
set_sx.c CRLF to LF on all c files except in build.vc10 dir 2011-06-08 07:15:12 +00:00
set_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
set_ux.c CRLF to LF on all c files except in build.vc10 dir 2011-06-08 07:15:12 +00:00
set.c remove some MPBSD stuff left lying around 2011-01-11 10:56:44 +00:00
setbit.c Add mp_bitcnt_t type to MPIR 2010-02-08 17:06:12 +00:00
size.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
sizeinbase.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
sqrt.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
sqrtrem.c remove some MPBSD stuff left lying around 2011-01-11 10:56:44 +00:00
sub_ui.c Set native line endings for all .c, .h, as, .asm, .s, .in, .m4, .cc, am 2008-06-25 07:33:36 +00:00
sub.c Set native line endings for all .c, .h, as, .asm, .s, .in, .m4, .cc, am 2008-06-25 07:33:36 +00:00
swap.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
tdiv_q_2exp.c Add mp_bitcnt_t type to MPIR 2010-02-08 17:06:12 +00:00
tdiv_q_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
tdiv_q.c Remove orphaned memory allocation. 2014-02-26 18:31:48 +00:00
tdiv_qr_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
tdiv_qr.c remove some MPBSD stuff left lying around 2011-01-11 10:56:44 +00:00
tdiv_r_2exp.c Add mp_bitcnt_t type to MPIR 2010-02-08 17:06:12 +00:00
tdiv_r_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
tdiv_r.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
tdiv_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
trial_division.c Further C code cleanups. 2014-02-16 17:23:27 +00:00
tstbit.c Add mp_bitcnt_t type to MPIR 2010-02-08 17:06:12 +00:00
ui_pow_ui.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
ui_sub.c Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
urandomb.c Add mp_bitcnt_t type to MPIR 2010-02-08 17:06:12 +00:00
urandomm.c remove very slight non-uniformness from mpz_urandomm 2009-09-14 00:31:28 +00:00
xor.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