summaryrefslogtreecommitdiff
path: root/tests/tadd1sp.c
Commit message (Expand)AuthorAgeFilesLines
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-1/+1
* 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
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-8/+8
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-5/+5
* 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
* tests/tadd1sp.c, tests/tsub1sp.c: fixed function prototypes.vlefevre2009-01-141-6/+8
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-181-2/+2
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-6/+6
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* tests: check the exponent range, in particular at the end of each test.vlefevre2007-12-271-0/+7
* Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULLvlefevre2007-06-211-6/+6
* 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
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Fix bug in case of reuse of variable (a,b,a) with Exp(b)=Exp(a)+Prec(b).pelissip2005-03-081-0/+13
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-10/+10
* Reformatted the code.vlefevre2004-10-261-27/+28
* Replaced mpfr_set_emin/emax by set_emin/emax in tests to checkvlefevre2004-10-261-2/+2
* Fix an overflow bug in add1sp.pelissip2004-05-041-0/+23
* Remove use of abort (They can create core dump on some systems).pelissip2004-03-121-2/+2
* Fix a bug in taddsp (Forget to check if random does not generate zero).pelissip2004-02-131-11/+14
* + Add mpfr_add1sp which provides addition when all the operands have the same...pelissip2004-02-121-0/+135