[project @ 1998-06-05 14:38:01 by simonm]
authorsimonm <unknown>
Fri, 5 Jun 1998 14:38:03 +0000 (14:38 +0000)
committersimonm <unknown>
Fri, 5 Jun 1998 14:38:03 +0000 (14:38 +0000)
commit3d6fbc2cd6881054ebce7991fc72e6454e0fdbe4
treeeee5dcd93b7328b67fe071902d98783ec51abab7
parentd664af4978ef89bb04d738605ec6e37766a443f8
[project @ 1998-06-05 14:38:01 by simonm]
Import GMP 2.0.2
38 files changed:
ghc/rts/gmp/mpz/fdiv_r_2exp.c [new file with mode: 0644]
ghc/rts/gmp/mpz/fdiv_r_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/fdiv_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/gcd.c [new file with mode: 0644]
ghc/rts/gmp/mpz/gcd_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/gcdext.c [new file with mode: 0644]
ghc/rts/gmp/mpz/get_d.c [new file with mode: 0644]
ghc/rts/gmp/mpz/get_si.c [new file with mode: 0644]
ghc/rts/gmp/mpz/get_str.c [new file with mode: 0644]
ghc/rts/gmp/mpz/get_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/getlimbn.c [new file with mode: 0644]
ghc/rts/gmp/mpz/hamdist.c [new file with mode: 0644]
ghc/rts/gmp/mpz/init.c [new file with mode: 0644]
ghc/rts/gmp/mpz/inp_raw.c [new file with mode: 0644]
ghc/rts/gmp/mpz/inp_str.c [new file with mode: 0644]
ghc/rts/gmp/mpz/invert.c [new file with mode: 0644]
ghc/rts/gmp/mpz/ior.c [new file with mode: 0644]
ghc/rts/gmp/mpz/iset.c [new file with mode: 0644]
ghc/rts/gmp/mpz/iset_d.c [new file with mode: 0644]
ghc/rts/gmp/mpz/iset_si.c [new file with mode: 0644]
ghc/rts/gmp/mpz/iset_str.c [new file with mode: 0644]
ghc/rts/gmp/mpz/iset_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/jacobi.c [new file with mode: 0644]
ghc/rts/gmp/mpz/legendre.c [new file with mode: 0644]
ghc/rts/gmp/mpz/mod.c [new file with mode: 0644]
ghc/rts/gmp/mpz/mul.c [new file with mode: 0644]
ghc/rts/gmp/mpz/mul_2exp.c [new file with mode: 0644]
ghc/rts/gmp/mpz/neg.c [new file with mode: 0644]
ghc/rts/gmp/mpz/out_raw.c [new file with mode: 0644]
ghc/rts/gmp/mpz/out_str.c [new file with mode: 0644]
ghc/rts/gmp/mpz/perfsqr.c [new file with mode: 0644]
ghc/rts/gmp/mpz/popcount.c [new file with mode: 0644]
ghc/rts/gmp/mpz/pow_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/powm.c [new file with mode: 0644]
ghc/rts/gmp/mpz/powm_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/pprime_p.c [new file with mode: 0644]
ghc/rts/gmp/mpz/random.c [new file with mode: 0644]
ghc/rts/gmp/mpz/random2.c [new file with mode: 0644]