summaryrefslogtreecommitdiff
path: root/mpf
Commit message (Expand)AuthorAgeFilesLines
* Consistently use pointers instead of arrays in declarations.Marc Glisse2021-06-063-3/+3
* mpf/mul.c: Use macros.Marco Bodrato2020-10-311-16/+16
* Amend last change.Torbjorn Granlund2019-12-231-1/+1
* Rewrite to invoke mpn_sqr when appropriate.Torbjorn Granlund2019-12-231-48/+86
* Ignore leading zeros including ones after radix point to avoid invalid output...Torbjorn Granlund2019-08-011-12/+24
* Use NEG_CASTMarco Bodrato2018-05-061-1/+1
* Amend last change: Let mpn_get_d handle sign.Torbjorn Granlund2017-03-121-4/+1
* Return negative value for negative input.Torbjorn Granlund2017-03-071-8/+7
* Copyright yearMarco Bodrato2017-02-081-2/+2
* mp[fz]/get_str.c, mpz/out_str.c: Save a string and a branch.Marco Bodrato2017-02-081-13/+10
* mpf/set_str.c: Use TMP_ALLOC_LIMBS_2Marco Bodrato2017-02-081-2/+1
* WHitespace cleanup.Torbjorn Granlund2016-10-141-1/+1
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-2963-63/+0
* Use __GMP_ALLOCATE_FUNC_TYPE and friends.Torbjorn Granlund2016-08-292-4/+4
* Rewrite, mainly to use mpn_div_q.Torbjorn Granlund2016-04-021-56/+20
* mp?/clears.c, mp?/inits.c: Stop supporting empty lists.Marco Bodrato2015-12-142-2/+4
* Add log(e) precision bits.Torbjorn Granlund2015-10-301-3/+11
* Amend last change.Torbjorn Granlund2015-10-281-2/+5
* Rewrite for accuracy and performance.Torbjorn Granlund2015-10-281-11/+30
* mp?/clears.c, mp?/inits.c: Support empty listMarco Bodrato2015-10-132-4/+2
* mpf/pow_ui.c: Increased precision of partial resultsMarco Bodrato2015-10-131-2/+2
* mpf/get_str.c: Share common code.Marco Bodrato2015-10-101-17/+11
* mpf/get_str.c: Increase precision of base^e computation.Marco Bodrato2015-10-101-6/+6
* Streamline, use macros.Torbjorn Granlund2015-09-293-9/+11
* mpf_cmp_z, with test.Marco Bodrato2015-09-112-1/+47
* Wrap remaining limb allocations in __GMP_ALLOCATE_FUNC_LIMBS.Torbjorn Granlund2015-09-087-7/+7
* Whitespace cleanup.Torbjorn Granlund2015-08-251-3/+3
* mpf/cmp.c: Use macros.Marco Bodrato2015-08-251-17/+13
* mpf/cmp.c: Remove uneeded branches.Marco Bodrato2015-08-251-7/+8
* ChangeLogMarco Bodrato2015-05-301-2/+2
* mpf/sqrt_ui.c: Special case also for sqrt(1).Marco Bodrato2015-05-301-7/+7
* ChangeLogMarco Bodrato2015-05-303-3/+4
* mpf/int_p.c: Use a simpler loop to ignore zero limbs.Marco Bodrato2015-05-301-2/+8
* mpf/cmp_[su]i.c: Use macros, remove branches, correct nails.Marco Bodrato2015-05-302-56/+35
* INCLUDES => AM_CPPFLAGS.Torbjorn Granlund2014-10-011-1/+1
* Postpone TMP_MARK.Torbjorn Granlund2014-06-161-3/+4
* mpf/sub.c: Use SIZ, PTR, EXP and PREC macrosMarco Bodrato2014-06-021-19/+22
* mpf/int_p.c: Delay zero branch, use mpn_zero_pMarco Bodrato2014-06-021-14/+5
* mpf/fits_?.h: No special case for SIZ == 0.Marco Bodrato2014-06-022-8/+5
* mpf/sub.c: Simplify using mpn_ primitives.Marco Bodrato2014-05-311-49/+23
* mpf/ui_sub.c: Remove buggy code, use a wrapper to mpf_sub.Marco Bodrato2014-05-311-158/+104
* mpf/ui_sub.c: typoMarco Bodrato2014-05-221-1/+1
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-2769-487/+1246
* Canonicalise copyright headers.Torbjorn Granlund2014-01-1969-207/+207
* Get rid of varargs code and references.Torbjorn Granlund2014-01-192-36/+0
* Get rid of BYTES_PER_MP_LIMB, most files affected.Torbjorn Granlund2014-01-199-9/+9
* Avoid overflow in allocation computation.Torbjorn Granlund2014-01-197-7/+7
* Add cast to avoid overflow of (later ignored) argument.Torbjorn Granlund2014-01-191-1/+1
* Add a copyright year.Torbjorn Granlund2014-01-191-1/+1
* Call __gmp_free_func ourselves instead of via mpf_clears.Torbjorn Granlund2014-01-191-1/+1