summaryrefslogtreecommitdiff
path: root/mulders.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* 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
* r5689 undone: some casts were incorrect (mp_exp_t may be greater thanvlefevre2008-11-221-2/+1
* fixed some signed/unsigned warnings with g++ (please review)zimmerma2008-11-221-1/+2
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* 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
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* now tune Mulders short square (not yet used)zimmerma2005-10-291-9/+13
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-3/+3
* Fix warning due to comparison of unsigned and signed integers.pelissip2005-06-081-2/+3
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Change to add future function mpfr_sqrhigh_n.pelissip2005-03-311-0/+38
* Add assertion.pelissip2005-03-091-0/+1
* Add an assert.pelissip2005-03-081-67/+4
* Add tune for mpfr_mulhighpelissip2005-03-071-148/+27
* Improve it.pelissip2005-03-041-30/+50
* Fix bugs.pelissip2005-03-031-8/+7
* Update it.pelissip2005-03-031-74/+58
* Add note.pelissip2005-02-241-5/+6
* Updatepelissip2005-02-181-0/+35
* Fix typopelissip2005-01-111-1/+1
* Improved prototype.pelissip2004-12-131-9/+201
* first try to implement Mulders' algorithmzimmerma2004-12-011-0/+23