summaryrefslogtreecommitdiff
path: root/gmp_op.c
Commit message (Expand)AuthorAgeFilesLines
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-5/+5
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-6/+6
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-2/+2
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-2/+2
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-10/+10
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-9/+9
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* gmp_op.c: removed old "#include <stddef.h>" line (seems to be uselessvlefevre2007-11-231-2/+0
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Typos & English usage.vlefevre2005-11-031-2/+2
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-9/+9
* Converted tabs to spaces with expand.vlefevre2005-08-181-50/+50
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-4/+2
* Clean up code.pelissip2005-02-141-8/+17
* Reduce size of codepelissip2005-01-111-105/+126
* For add/sub_type functions where type is a type without signed zeros,pelissip2004-04-071-8/+25
* Fix a bug in case a mpz_t == 0 (mpz_sizeinbase(0Z,2)==0 and MPFR_PREC_MIN=2).pelissip2004-04-071-5/+5
* Fix a bug.pelissip2004-03-261-15/+25
* Test write access to CVS.vlefevre2004-03-221-1/+1
* Add mpfr_cmp_f and its test.pelissip2004-03-091-0/+14
* Add `mpfr_cmp_q` and `mpfr_cmp_z`.pelissip2004-03-091-12/+39
* Fix bug with exact rationnal arguments (0.5+3/2 freezes).pelissip2004-02-191-38/+54
* Fix the computing of the error for mpq_add and mpq_sub.pelissip2004-02-161-5/+16
* Fix bug of add_q and sub_q with special values (NAN, INF and ZERO).pelissip2004-02-161-4/+53
* + Add a new test file for checking functions mpfr_add/sub/mul/div_q/z (from g...pelissip2004-01-081-39/+68
* Merged the mpfr-2-0-2-branch changes to the trunk.vlefevre2003-10-201-18/+18
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* removed K&R function headerszimmerma2001-11-161-65/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* Change mpfr_<op>_mpz to mpfr_<op>_zrouillie2001-10-301-16/+16
* Adds the file gmp_op.c containing the implementations of operations betweenrouillie2001-10-261-0/+186