summaryrefslogtreecommitdiff
path: root/mpf
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in copy condition. Delay an allocation.Torbjorn Granlund2011-08-171-6/+6
* Use integer fields for mp_bases logarithm tables.Torbjorn Granlund2011-08-073-12/+11
* Whitespace cleanup.Torbjorn Granlund2010-11-222-9/+9
* Make all bases either work or return an error.Torbjorn Granlund2010-11-221-1/+5
* Make it possible to compile GMP with g++.Torbjorn Granlund2010-11-1015-15/+14
* Fix a comment.Torbjorn Granlund2010-04-101-1/+1
* Update comments.Torbjorn Granlund2010-04-101-3/+5
* Bring comments up-to-date with code.Torbjorn Granlund2010-04-101-2/+2
* Rewrite to use mpn_div_q.Torbjorn Granlund2010-01-231-48/+28
* (mpn_sqr): New name for mpn_sqr_n.Torbjorn Granlund2009-12-272-2/+2
* Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.Torbjorn Granlund2009-12-2010-10/+10
* Use TMP_ALLOC_LIMBS consistently.Torbjorn Granlund2009-11-287-8/+8
* Simplify.Torbjorn Granlund2009-07-131-19/+24
* Rewrite.Torbjorn Granlund2009-07-131-37/+52
* Improve code for computing sizes related to mp_bases.Torbjorn Granlund2009-07-062-3/+4
* Add mpz_clears, mpq_clears, mpf_clears.Torbjorn Granlund2009-06-282-2/+58
* Add new functions mpq_inits, mpf_inits.Torbjorn Granlund2009-06-192-1/+57
* Misc changes, fixing name space issues and compiler warnings.Torbjorn Granlund2009-04-131-1/+1
* Change _PROTO => __GMP_PROTO.Torbjorn Granlund2008-12-071-1/+1
* Allocate mantissa space based on mantissa size, not on destinationTorbjorn Granlund2008-11-091-5/+7
* Partial rewrite; Compare the right number of bits.Torbjorn Granlund2008-11-091-8/+16
* Compare limb[0] just up to the specified bit.Torbjorn Granlund2008-11-081-3/+5
* New .hgignore file. Removed all old .cvsignore files.Niels Möller2008-09-051-4/+0
* */Makefile.in, configure, aclocal.m4, config.in: Removed filesNiels Möller2008-09-051-655/+0
* Accept unary plus before exponent.tege2008-08-251-5/+8
* Fix typo in last change.tege2007-12-111-2/+2
* (mpf_set_str): Write own code for converting thetege2007-12-101-3/+24
* Include stdlib.h, not stdio.h for NULL.tege2007-09-241-1/+1
* Whitespace cleanup.tege2007-09-241-1/+0
* Clean up spacing.tege2007-09-243-3/+0
* Update license to version 3.tege2007-09-1868-275/+139
* Avoid copying result when not needed. Misc cleanups.tege2006-07-121-11/+13
* Update FSF's address.tege2006-02-1568-136/+136
* Implement workaround for GCC bug triggered on alpha.tege2005-12-181-1/+2
* Implement workaround for GCC bug triggered on alpha.tege2005-12-181-1/+2
* Add a copyright year.tege2005-11-0114-19/+22
* List some allocation improvement ideas.tege2005-10-311-0/+6
* Remove TMP_XXXX marker arguments.tege2005-05-1814-46/+46
* Use plain int for mpf_set_str return value (works around gcc 4 bug).tege2005-05-021-4/+4
* * mpf/sub.c: When one operand cancels high limbs of the other, stripKevin Ryde2004-05-141-13/+18
* * */Makefile.in, install-sh, aclocal.m4: Update to automake 1.8.4.Kevin Ryde2004-05-101-4/+6
* Regenerate for:Kevin Ryde2004-05-101-1/+0
* Regenerate for:Kevin Ryde2004-05-081-9/+2
* Fix a grammatical typo in the comments.Kevin Ryde2004-05-031-1/+1
* * mpz/aorsmul.c, mpz/aorsmul_i.c, mpz/cfdiv_q_2exp.c,Kevin Ryde2004-04-231-2/+2
* Regenerate for:Kevin Ryde2004-04-201-1/+1
* * mpf/mul_2exp.c, mpf/div_2exp.c: Rate u==0 as UNLIKELY.Kevin Ryde2004-03-312-2/+2
* * mpf/mul_ui.c: Incorporate carry from low limbs, for exactness.Kevin Ryde2004-03-141-13/+104
* * mpf/div.c: Use mpn_tdiv_qr. Use just one TMP_ALLOC. Use fullKevin Ryde2004-03-131-68/+76
* * mpf/cmp_si.c [nails]: Correction, cast vval in exp comparisons, forKevin Ryde2004-03-131-5/+5