summaryrefslogtreecommitdiff
path: root/add1sp.c
Commit message (Expand)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." andvlefevre2007-02-081-2/+2
* Partial fix: The inexact flag was not always set in some functions.vlefevre2006-08-201-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Copyright notice update: added 2006.vlefevre2006-01-101-1/+1
* Do not put expressions with side effects in MPFR_ASSERTN. [2.2 branch]vlefevre2005-09-021-3/+7
* When WANT_ASSERT >= 2: the corresponding messages are now outputvlefevre2005-08-241-12/+13
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-14/+14
* Converted tabs to spaces with expand.vlefevre2005-08-181-128/+128
* Clean up use of stdio.h:pelissip2005-06-081-11/+8
* Improve checking if WANT_ASSERT >= 2pelissip2005-06-081-9/+48
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-5/+5
* Fix bug in case of reuse of variable (a,b,a) with Exp(b)=Exp(a)+Prec(b).pelissip2005-03-081-19/+23
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-2/+2
* Cosmetic changes.pelissip2004-12-101-2/+2
* Fix an overflow bug in add1sp.pelissip2004-05-041-1/+1
* Simplify the code.pelissip2004-02-251-3/+1
* Remove some warnings.pelissip2004-02-241-1/+1
* Optimize add1sp, sub1sp and div.pelissip2004-02-161-9/+9
* + Add mpfr_add1sp which provides addition when all the operands have the same...pelissip2004-02-121-0/+336