summaryrefslogtreecommitdiff
path: root/sub1sp.c
Commit message (Expand)AuthorAgeFilesLines
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-28/+28
* 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
* sub1sp.c: fixed types for printf when WANT_ASSERT >= 2 andvlefevre2008-12-261-6/+10
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Added documentation about "'var' may be used uninitialized in thisvlefevre2008-05-231-6/+3
* Added comments about int i = i trick to avoid warning about uninitializedzimmerma2008-05-221-1/+3
* initialize bbcp and bbcp1 to -1 (should be invalid)zimmerma2008-05-211-3/+8
* got rid of false (?) compiler warnings for uninitialized valueszimmerma2008-05-211-1/+5
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULLvlefevre2007-06-211-1/+1
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-1/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Partial fix: The inexact flag was not always set in some functions.vlefevre2006-08-201-3/+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
* Do not put expressions with side effects in MPFR_ASSERTN.vlefevre2005-09-021-3/+7
* When WANT_ASSERT >= 2: the corresponding messages are now outputvlefevre2005-08-241-12/+13
* Clean up use of stdio.h:pelissip2005-06-081-12/+7
* Clean up code.pelissip2005-06-081-21/+25
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-11/+11
* Improve full assertion mode (Check mpfr_mul).pelissip2005-03-091-44/+40
* Spelling mistakes & reformatted code.vlefevre2005-02-161-449/+453
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-3/+3
* Fix a compiler bug (limb !=0 instead of limb).pelissip2004-03-151-12/+12
* Simplify the code.pelissip2004-02-251-2/+1
* Remove some warnings.pelissip2004-02-241-45/+56
* Update commentpelissip2004-02-231-0/+2
* Optimize it a few.pelissip2004-02-171-2/+15
* Optimize add1sp, sub1sp and div.pelissip2004-02-161-33/+29
* + Better support of non IEEE doubles.pelissip2004-02-061-8/+9
* Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract...pelissip2004-01-281-2/+3
* Reenable the cmp between inexact flags.pelissip2004-01-191-1/+1
* Optimize a few sub1sp by removing the normalisation in case of exact rounding...pelissip2004-01-151-10/+11
* Use MPFR_ASSERTN(0) instead of abort.pelissip2004-01-071-1/+1
* Fix bug of sub1sp.c on sparck.pelissip2004-01-071-15/+71
* Use MPFR_UNSIGNED_MINUS_MODULO when needed.pelissip2003-12-221-11/+9
* Remove one warning in mpf_compat.hpelissip2003-12-191-2/+2
* + Optimize a few div.cpelissip2003-12-151-153/+156
* + Add a new test in case of underflow.pelissip2003-12-101-1/+1
* + Fixed bugs of mpfr_print_mant_binary on 64 bits CPU (1L instead of 1).pelissip2003-12-091-13/+14
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-0/+711