summaryrefslogtreecommitdiff
path: root/tests/tsub1sp.c
Commit message (Expand)AuthorAgeFilesLines
* Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULLvlefevre2007-06-211-4/+4
* 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
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-68/+68
* Reformatted the code.vlefevre2004-10-261-317/+316
* Replaced mpfr_set_emin/emax by set_emin/emax in tests to checkvlefevre2004-10-261-2/+2
* Remove use of abort (They can create core dump on some systems).pelissip2004-03-121-4/+4
* Simplify the random code.pelissip2004-02-171-6/+2
* Optimize add1sp, sub1sp and div.pelissip2004-02-161-0/+62
* + Better support of non IEEE doubles.pelissip2004-02-061-2/+2
* Add a new test between sub1 and sub1sp.pelissip2004-01-071-3/+2
* Fix bug of sub1sp.c on sparck.pelissip2004-01-071-3/+85
* + Optimize a few div.cpelissip2003-12-151-1/+1
* + Add a new test in case of underflow.pelissip2003-12-101-1/+3
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-0/+365