summaryrefslogtreecommitdiff
path: root/gmp.h
Commit message (Expand)AuthorAgeFilesLines
* * Undo 1999-11-22 change.tege1999-12-141-0/+1
* (mpn_divrem): Inhibit for non-gcc.tege1999-12-141-0/+2
* (mpn_divrem): Remove separate declaration; it's defined later in this file.tege1999-11-221-1/+0
* (__MPN): Back to `defined (__STDC__)' here. Sun's compiler istege1999-11-221-1/+2
* Replace "defined (__STD__)' by (__STDC__-0) in expressionstege1999-11-221-8/+8
* (mpz_init_set_str): Declare using __gmp_const.tege1999-11-221-6/+6
* (mpn_addsub_n): Declare.tege1999-11-171-1/+7
* (mpn_incr_u): New macro (from mpn/generic/mul_n.c).tege1999-09-281-0/+18
* * (mpn_divrem): Call mpn_divrem_1, mpn_divrem_2, as appropriate.tege1999-07-271-1/+20
* (gmp_rand_algorithm): Remove spurious `,'.tege1999-07-071-1/+1
* Remove stupid __gmp_rand_init_common*() funcs.Linus Nordberg1999-05-251-3/+6
* Minor clean up.Linus Nordberg1999-05-251-9/+0
* The `gmp_rand_state' is now an array with one element rather than a pointer t...Linus Nordberg1999-05-231-9/+9
* Add _ui variants of random funcs.Linus Nordberg1999-05-201-0/+10
* Randomization rewriteLinus Nordberg1999-03-291-7/+27
* New randomization functions.Linus Nordberg1999-03-161-0/+49
* (mpz_dump): Declare.tege1999-03-151-0/+2
* (mpf_pow_ui): Declare.tege1999-03-131-0/+2
* * (mpz_root): Declare.tege1999-01-141-370/+203
* Declare mpz_addmul_ui.tege1997-07-251-0/+3
* (mp_size_t): Define as `int' for non-MPP Cray.tege1997-07-251-3/+55
* Fix typo, `mips__' => `__mips'.tege1996-08-271-1/+1
* #define _LONG_LONG_LIMB if __mips && _ABIN32.tege1996-08-081-54/+400
* (mpq_equal): Declare.tege1996-05-291-2/+3
* Declare mpz_set_q.tege1996-05-241-0/+1
* Declare mpz_get_d and mpf_get_d.tege1996-05-241-0/+2
* Clean up spacing and indentation.tege1996-05-241-1/+1
* In code for setting _GMP_H_HAVE_FILE, test more symbols.tege1996-05-221-1/+3
* Declare mpq_set_z.tege1996-05-171-0/+1
* Declare mpz_set_f.tege1996-05-161-0/+1
* Add mpf/set_z.c.tege1996-05-131-0/+1
* Declare mpf_set_q.tege1996-05-111-0/+1
* Initial revisiontege1996-05-081-0/+622