summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add a forgotten regression test "1.2.3"pelissip2004-09-151-1/+3
* Update from the autotools-dev Debian package.vlefevre2004-09-152-64/+88
* Update.vlefevre2004-09-151-0/+601
* Add 2 new macros for handling correctly overflow.pelissip2004-09-141-0/+30
* fixed bug (several '.' allowed in mantissa)zimmerma2004-09-131-1/+1
* added notes for Windowszimmerma2004-09-031-0/+21
* Add a line about Dynamic Version of MPFR.pelissip2004-09-021-0/+2
* added warnings about init functions (mpf wrt mpfr)zimmerma2004-09-011-1/+7
* Update documentations.pelissip2004-08-311-143/+141
* Rename mpz_set_fr to mpfr_get_z.pelissip2004-08-313-4/+9
* Add doc for mpfr_sqr.pelissip2004-08-311-0/+5
* Fix month.pelissip2004-08-311-1/+1
* Add a new test to check overflow.pelissip2004-08-261-0/+6
* Try to retype correctly the functions (replace int by the correct type).pelissip2004-08-241-64/+84
* Add description of what does MPFR_INT_CEIL_LOG2.pelissip2004-08-231-1/+2
* Move __gmpfr_isqrt and __gmpfr_cuberoot to another file.pelissip2004-08-233-139/+146
* Improve a comment.pelissip2004-08-231-1/+2
* Add MPFR_INT_CEIL_LOG2 macro and __gmpfr_int_ceil_log2 functionpelissip2004-08-233-8/+53
* Fix 2 typos.pelissip2004-08-231-3/+2
* Fix a bug on 64-bits introduced due to huger MPFR_EMAX_MAX.pelissip2004-08-191-2/+2
* Add new functions: mpfr_get_emin_min, mpfr_get_emax_max, mpfr_get_emin_max andpelissip2004-08-194-19/+66
* Added mpfr-longlong.h to libmpfr_a_SOURCES so that it is distributedvlefevre2004-07-281-1/+1
* Added mpfr-gmp.h to libmpfr_a_SOURCES so that it is distributedvlefevre2004-07-281-1/+1
* Add a new section.pelissip2004-07-261-0/+5
* Add function mpfr_sqr (TODO: Make doc)pelissip2004-07-205-4/+205
* Fix an unsigned/signed comparison.pelissip2004-07-191-1/+2
* Improve the emulation of mpn_sqr_n and fix some typos.pelissip2004-07-191-21/+13
* Remove unused item "rnd_mode" in cache struct.pelissip2004-07-162-3/+2
* Renamme mpfr_version to mpfr_get_version to be more GMP compatible.pelissip2004-07-164-5/+6
* Likely some tests.pelissip2004-07-162-3/+3
* Add a speciliation for set_si for GCC.pelissip2004-07-152-1/+6
* Try to optimize a few agm by rewriting a few the loop.pelissip2004-07-091-22/+26
* Likely / Unlikely some tests using gcov.pelissip2004-07-091-46/+33
* Remove some unused code.pelissip2004-07-061-7/+11
* Likely some tests.pelissip2004-07-061-10/+11
* Used static precision for the array of limb for double.pelissip2004-07-061-4/+2
* Likely some tests / Other minor optimisations.pelissip2004-07-061-6/+6
* Minor modifications.pelissip2004-07-061-3/+3
* Unlikely a test so that it is faster when you call theses functionspelissip2004-07-062-3/+4
* Likely a test to optimize when dest and src are the samepelissip2004-07-062-2/+2
* Likely a test (since cache should always work fine).pelissip2004-07-061-1/+1
* Add some likely, and use a static table instead of a dynamic one.pelissip2004-06-282-24/+32
* Unlikely some tests.pelissip2004-06-162-6/+4
* Likely / Unlikely the code.pelissip2004-06-101-15/+16
* Respace some macro.pelissip2004-06-101-1/+1
* Retab some lines.pelissip2004-06-101-7/+7
* Optimize a bit.pelissip2004-06-101-1/+1
* Fix an overflow bug.pelissip2004-06-102-2/+13
* fixed bug in mpfr_exp_3 (wrong assert)zimmerma2004-06-082-5/+14
* Fix typos.pelissip2004-05-271-4/+4