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