summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added mpfr_exp10 function.vlefevre2003-12-054-1/+38
* Port all the IEEE dependent remaining functions so that it uses a generic way...pelissip2003-12-0110-56/+123
* added suggestion for 2 new functionszimmerma2003-12-011-0/+8
* added entry (portability)zimmerma2003-12-011-0/+2
* Optmize a few add1.c/sub1.c by using MPFR_LIKELY / MPFR_UNLIKELY.pelissip2003-11-254-54/+59
* Remove some warnings and potential errors (Comparaison between signed and uns...pelissip2003-11-2119-29/+31
* + Add new internal function: mpfr_check.pelissip2003-11-2133-114/+327
* use integers instead of double'szimmerma2003-11-211-1/+2
* Notes about not using mpfr_set_d in the tests.vlefevre2003-11-212-0/+7
* Optimization of mpfr_mul.pelissip2003-11-193-27/+21
* fixed bug in case exact resultzimmerma2003-11-181-3/+10
* added new testszimmerma2003-11-181-2/+30
* Optimize round_raw_generic by reducing the number of redundant tests.pelissip2003-11-181-49/+126
* * Optimize a few div.c and mul.c.pelissip2003-11-1712-198/+293
* fixed bug in pow_si (exact result, case z = x)zimmerma2003-11-142-1/+19
* added test to check bug fix (bug was in mpfr_pow)zimmerma2003-11-141-0/+20
* added new test to check for bug fix (output precision > input precisions)zimmerma2003-11-141-0/+14
* just improved editing stylezimmerma2003-11-141-4/+4
* fixed bug for output precision > max(input precisions)zimmerma2003-11-141-0/+1
* Ported the gcc-3.3 bug detection patch to the trunk.vlefevre2003-11-141-0/+16
* Fix a stupid bug (diff_exp is not equal to the difference of prec)pelissip2003-11-071-2/+0
* Initialize the exp field.vlefevre2003-11-071-2/+4
* Some minor optimizations.pelissip2003-11-0721-122/+136
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-0551-163/+220
* Optimize mpfr_prec_round.pelissip2003-11-055-11/+22
* Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).pelissip2003-11-0515-76/+259
* Merged the mpfr-2-0-2-branch pow_ui.c changes to the trunk.vlefevre2003-11-041-18/+19
* The check_inf test wasn't called. Added 2 missing mpfr_clear and \n.vlefevre2003-11-041-7/+5
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-0450-530/+536
* MPFR_RET_NAN -> MPFR_RET(0).vlefevre2003-10-301-1/+1
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-2855-1378/+1427
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-2728-320/+383
* Another fix, for acosh(-INF).vlefevre2003-10-271-1/+1
* Fixed exit status.vlefevre2003-10-271-202/+80
* Merged the mpfr-2-0-2-branch changes to the trunk.vlefevre2003-10-215-69/+154
* Merged the mpfr-2-0-2-branch changes to the trunk.vlefevre2003-10-204-74/+159
* Merged the mpfr-2-0-2-branch changes to the trunk.vlefevre2003-10-175-46/+156
* Update.vlefevre2003-10-161-2/+5
* Updated version on trunk.vlefevre2003-10-161-1/+1
* Update.vlefevre2003-10-161-0/+199
* Fixed several bugs.vlefevre2003-10-162-29/+25
* Added XDEBUG support (like in set_d.c).vlefevre2003-10-161-1/+6
* Replaced all non-ASCII characters by an equivalent 7-bit sequencevlefevre2003-10-151-10/+19
* removed #define DEBUG (turned on accidentally)zimmerma2003-10-151-2/+0
* Bug on the ternary value was fixed by Paul Zimmermann on 2003-10-14.vlefevre2003-10-151-7/+0
* added preamble about ternary flag for special functionszimmerma2003-10-141-0/+4
* now uses #include "tgeneric.c" everywherezimmerma2003-10-1411-339/+58
* check_nan() is backzimmerma2003-10-141-2/+1
* removed old unused codezimmerma2003-10-141-87/+0
* fixed tests for x=0zimmerma2003-10-141-101/+12