summaryrefslogtreecommitdiff
path: root/sub1sp.c
Commit message (Expand)AuthorAgeFilesLines
* 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