summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [src/hypot.c] Reverted changeset r8950 (MPFR_SET_EXP is OK).set_expvlefevre2014-02-121-1/+1
* [src/hypot.c] Replaced a MPFR_SET_EXP by MPFR_EXP.vlefevre2014-02-121-1/+1
* [src/cache.c] Replaced a MPFR_SET_EXP by MPFR_EXP (in practice, the codevlefevre2014-02-121-1/+1
* [src/atan.c] Fixed types of some variables, in particularvlefevre2014-02-111-2/+6
* [src/exp3.c] Fixed types of some variables, in particularvlefevre2014-02-111-3/+7
* [src/{set_ui_2exp.c,set_uj.c}] Fixed types of some variables, invlefevre2014-02-112-3/+3
* [src/{sqrt_ui.c,sub_ui.c,ui_div.c,ui_sub.c}] Changed cnt type fromvlefevre2014-02-114-4/+4
* [src/mpfr-impl.h] Added a comment about MPFR_SET_EXP: exp is requiredvlefevre2014-02-111-1/+7
* [src/{set_d.c,set_f.c}] Type clean-up to improve maintainability.vlefevre2014-02-112-4/+5
* [src/random_deviate.c] Type clean-up to improve maintainability.vlefevre2014-02-111-1/+2
* [src/set_si_2exp.c] Fixed unsigned → signed conversion ofvlefevre2014-02-111-1/+1
* [src/add_ui.c] Cosmetic changes.vlefevre2014-02-111-2/+2
* [src/add_ui.c] Fixed unsigned → signed conversion of non-representablevlefevre2014-02-111-1/+1
* [tests/random2.c] Fixed unsigned → signed conversion ofvlefevre2014-02-111-2/+4
* Updated src/urandomb.c due to the change of mpfr_set_exp behavior.vlefevre2014-02-111-1/+3
* [tests/trandom.c] Improved test to get an assertion failure instead ofvlefevre2014-02-111-1/+2
* Start of mpfr_set_exp behavior clean-up.vlefevre2014-02-113-6/+19
* Created set_exp branch for clean-up of mpfr_set_exp behavior.vlefevre2014-02-110-0/+0
* Set svn:ignore property on the tools/bench directory.vlefevre2014-02-110-0/+0
* [src/set_ld.c] Added a note about the test for infinity.vlefevre2014-02-061-0/+4
* make -> make mpfrbenchzimmerma2014-02-051-1/+1
* Removed MPFR_CHECK_MAX as it is now useless: all "max" tests succeed.vlefevre2014-02-053-5/+2
* [src/lngamma.c] Fixed bug introduced in the latest change r8917vlefevre2014-02-051-2/+2
* added code for large inputs in lngamma/lgammazimmerma2014-02-041-2/+44
* [TODO] Suggest timing-based thresholds for asymptotic expansions.vlefevre2014-02-041-0/+4
* use asymptotic expansion for large positive argumentzimmerma2014-02-042-4/+24
* tiny change to distinguish different versions of the manualzimmerma2014-01-301-2/+2
* [src] Add constants:vlefevre2014-01-297-19/+53
* added referencezimmerma2014-01-291-0/+2
* [src] mpz_t caching (modified patch by Patrick Pélissier).vlefevre2014-01-293-19/+71
* [src/const_pi.c] Rewrote a condition to avoid a potentialvlefevre2014-01-291-1/+1
* [src/const_pi.c] Use of GROUP allocation and minor optimizationvlefevre2014-01-291-17/+6
* [TODO] Added a note about "rounding to odd" / "sticky rounding".vlefevre2014-01-281-0/+7
* [tools/mpfrlint] Run-time assertions concerning relations betweenvlefevre2014-01-271-0/+6
* [tests/mpf_compat.h] In MPFR mode, skip the tests when mpfr_exp_t is notvlefevre2014-01-261-2/+11
* [tests/tset_ld.c] Fixed printf argument.vlefevre2014-01-261-2/+4
* [tests/tgamma.c] Fixed printf argument (bug detected withvlefevre2014-01-261-1/+1
* [tools/bench/mpfrbench.c] No longer use the numberof macro, andvlefevre2014-01-261-2/+3
* Added MPFR_CHECK_GMP configure check.vlefevre2014-01-242-0/+53
* [src/mpfr-impl.h] Corrections for the case _MPFR_EXP_FORMAT == 4:vlefevre2014-01-241-4/+4
* [doc/README.dev] Rephrased paragraph added in r8897.vlefevre2014-01-241-1/+1
* [doc/README.dev] Added a note for Automake 1.13+ and failed tests.vlefevre2014-01-241-0/+4
* [src] Replaced some MPFR_ASSERTN's by MPFR_STAT_STATIC_ASSERT (from thevlefevre2014-01-247-7/+7
* [tools/mpfrlint] Constant checking in assertions.vlefevre2014-01-241-2/+4
* [src/mpfr-mini-gmp.c] Use lower case for function parameters.vlefevre2014-01-241-45/+45
* re-enable assertions (patch from Patrick Pélissier)zimmerma2014-01-241-2/+2
* removed an MPFR_LIKELY that is not so likely...zimmerma2014-01-241-2/+2
* Optimization: likely / unlikely, etc. (patch by Patrick Pélissier).vlefevre2014-01-249-73/+57
* [tune/tuneup.c] Fix compilation error due to static assertion beingvlefevre2014-01-241-0/+6
* [src/const_log2.c] Optimization by using GROUP allocation (patchvlefevre2014-01-241-11/+10