summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merged the latest change from the trunk (r10452).ubfvlefevre2016-06-071-1/+1
|\
| * [tools/mbench/Makefile] Added multiarch support for GMP.vlefevre2016-06-071-1/+1
* | [src/mpfr-impl.h] Updated a comment (removing a FIXME).vlefevre2016-06-071-1/+3
* | Merged the latest change from the trunk (r10449).vlefevre2016-06-071-6/+4
|\ \ | |/
| * [tests/tprintf.c] Removed tests of native %'g and %'f (from r8292)vlefevre2016-06-071-6/+4
* | Merged the latest changes from the trunk.vlefevre2016-06-072-4/+28
|\ \ | |/
| * [tests/tlgamma.c] Typo in comment.vlefevre2016-06-071-1/+1
| * [src/uceil_log2.c] Added a comment. Cosmetic changes.vlefevre2016-06-071-3/+5
| * [tests/tlgamma.c] Corrected updated comment from r10444.vlefevre2016-06-071-2/+4
| * [tests/tlgamma.c] Updated comment of the test added in r10442.vlefevre2016-06-061-1/+2
| * [src/uceil_log2.c] Correction in __gmpfr_ceil_log2, avoiding anvlefevre2016-06-061-1/+1
| * [tests/tlgamma.c] Added a test causing a "too much memory" error withvlefevre2016-06-061-0/+19
* | Merged the latest change from the trunk (r10440).vlefevre2016-06-061-4/+6
|\ \ | |/
| * [acinclude.m4] When checking if __float128 is available, we now alsovlefevre2016-06-061-4/+6
* | Merged the latest changes from the trunk.vlefevre2016-06-066-18/+60
|\ \ | |/
| * [src/add1.c] Simplified code: removed fb = 1 since it was already 1vlefevre2016-06-061-5/+1
| * [src/set_float128.c] Fix: removed the divisions by zero, replacing themvlefevre2016-06-061-8/+9
| * [TODO] Faithful rounding: small correction.vlefevre2016-06-061-2/+2
| * [TODO] Added "faithful rounding", with information about its definitionvlefevre2016-06-061-0/+18
| * [src/{fits_intmax.c,fits_s.h}] In comments, fit → fits.vlefevre2016-06-032-2/+2
| * [src/set_float128.c] Added FIXME comment: The mpfr_set_float128 codevlefevre2016-06-031-0/+4
| * [tests/tset_float128.c] Take into account failures in division by 0vlefevre2016-06-031-7/+30
* | Merged the latest change from the trunk (r10426 fix).vlefevre2016-06-031-1/+5
|\ \ | |/
| * [src/set_d.c] Added some assertions and fixed a 32-bit shift countvlefevre2016-06-031-1/+5
* | Merged the latest changes from the trunk (C++ compatibility).vlefevre2016-06-033-22/+29
|\ \ | |/
| * [tests/tset_float128.c] C++ compatibility.vlefevre2016-06-031-21/+21
| * [tests/tlog.c] Added a cast to mpfr_rnd_t for C++ compatibility.vlefevre2016-06-031-1/+1
| * added reference for Lambert W functionzimmerma2016-06-031-0/+7
* | [tests/tfmma.c] Forgot a cast to mpfr_rnd_t for C++ compatibility.vlefevre2016-06-031-1/+1
* | [src/add1.c] Completed UBF support. Note: due to the restrictionvlefevre2016-06-031-5/+10
* | [tests/tfmma.c] Correction.vlefevre2016-06-031-1/+1
* | [tests/tfmma.c] Test (1/2)x + (1/2)x = x near underflow.vlefevre2016-06-031-1/+60
* | [tests/tfmma.c] Replaced precision 64 by GMP_NUMB_BITS (to make surevlefevre2016-06-031-4/+4
* | [src/{add,sub}.c] Consider UBF numbers as special cases so thatvlefevre2016-06-032-14/+44
* | [src/mpfr-impl.h] UBF support: added MPFR_IS_SINGULAR_OR_UBF andvlefevre2016-06-031-0/+5
* | [tests/tfmma.c] Added test cases where the precision of the resultvlefevre2016-06-021-46/+63
* | Merged the latest changes from the trunk.vlefevre2016-06-022-8/+10
|\ \ | |/
| * [src/exceptions.c] Fixed the MPFR_LOG_FUNC in mpfr_underflow andvlefevre2016-06-021-4/+2
| * [src/sub1.c] In r10347, logging was introduced instead of #ifdef DEBUGvlefevre2016-06-021-4/+8
| * fixed typoszimmerma2016-05-301-2/+2
* | [src/sub1.c] Forgot a \n in a log message.vlefevre2016-05-301-1/+1
* | [src/sub1.c] Added UBF support.vlefevre2016-05-301-42/+58
* | Merged the latest changes (in particular the fix in sub1.c) from thevlefevre2016-05-3014-91/+357
|\ \ | |/
| * [tests/tsub.c] Added comments for check_max_almosteven (latestvlefevre2016-05-301-0/+23
| * [src/sub1.c] Fixed bug in mpfr_sub1 (real subtraction b - c, |b| > |c|):vlefevre2016-05-292-5/+139
| * [src/log_ui.c] Changes for ISO C90 compatibility.vlefevre2016-05-251-5/+5
| * [src/mpfr-gmp.h] For _MPFR_IEEE_FLOATS, changed bit-field type fromvlefevre2016-05-251-8/+23
| * [src/log_ui.c] Added an assertion.vlefevre2016-05-251-0/+1
| * [src/mpfr-impl.h] Fixed bug introduced in r10327, giving:vlefevre2016-05-251-1/+1
| * improved mpfr_log_uizimmerma2016-05-251-49/+80