summaryrefslogtreecommitdiff
path: root/src/mpfr-impl.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Merged the latest changes from the trunk.vlefevre2016-12-151-1/+11
* | Merged the latest changes from the trunk except those related tovlefevre2016-12-061-20/+44
* | Merged the following changesets from the trunk:vlefevre2016-09-021-5/+3
* | Merged r10599 through r10628 from the trunk, resolving the conflictvlefevre2016-07-221-3/+14
|\ \ | |/
| * [src/mpfr-impl.h] Require <float.h> to be included in order to bevlefevre2016-07-141-3/+14
* | Merged r10556 through r10564 from the trunk (no conflicts).vlefevre2016-07-221-2/+0
|\ \ | |/
| * Functions mpfr_add1sp1 and mpfr_sub1sp1 are called only from the filesvlefevre2016-07-051-2/+0
| * speedup of mpfr_sub for same precision < GMP_NUMB_BITSzimmerma2016-07-041-0/+2
| * Renamed macro MPFR_EXP_LESS_P to MPFR_UBF_EXP_LESS_P.vlefevre2016-06-291-1/+1
* | Merged r10529 through r10554 from the trunk (no conflicts).vlefevre2016-07-221-1/+3
* | Merged the latest changes from the trunk.vlefevre2016-06-241-0/+4
|\ \ | |/
| * [src/mpfr-impl.h] Added a comment for MPFR_RNDRAW_GEN about the usevlefevre2016-06-231-0/+4
* | merged changed from trunk withzimmerma2016-06-231-7/+75
|\ \ | |/
| * [src/mpfr-impl.h] Define mpfr_ueexp_t (needed for r10462).vlefevre2016-06-091-0/+2
| * [src/mpfr-impl.h] Updated a comment (removing a FIXME).vlefevre2016-06-071-1/+3
| * [src/mpfr-impl.h] UBF support: added MPFR_IS_SINGULAR_OR_UBF andvlefevre2016-06-031-0/+5
| * Merged the latest changes (in particular the fix in sub1.c) from thevlefevre2016-05-301-1/+1
| |\
| * \ Merged the latest changes from the trunk and removed the remainingvlefevre2016-05-241-110/+104
| |\ \
| * \ \ Merged the latest changes from the trunk.vlefevre2016-05-241-14/+49
| |\ \ \
| * | | | More UBF support:vlefevre2016-05-231-0/+2
| * | | | Added UBF support for mpfr_cmp2.vlefevre2016-05-231-0/+2
| * | | | Started to implement unbounded floats (UBF) and added support in somevlefevre2016-05-231-0/+59
| * | | | First, reverse-merge r9975 and r9957 (whose only purpose was for fmma,vlefevre2016-05-231-7/+6
* | | | | RNDF: fixed the fits functionszimmerma2016-06-031-1/+1
* | | | | start implementing RNDF (work in progress)zimmerma2016-05-281-5/+8
| |_|_|/ |/| | |
* | | | [src/mpfr-impl.h] Fixed bug introduced in r10327, giving:vlefevre2016-05-251-1/+1
| |_|/ |/| |
* | | Removed _MPFR_PROTO with the following Perl script on the .h files.vlefevre2016-05-241-88/+88
* | | Avoid some warnings with "gcc -Wundef".vlefevre2016-05-241-1/+1
* | | removed too aggressive MPFR_LIKELY/MPFR_UNLIKELY (see README.dev)zimmerma2016-05-241-13/+10
| |/ |/|
* | [src/mpfr-impl.h] About the MPFR_DECL_INIT_CACHE macro:vlefevre2016-05-231-5/+17
* | Added shared cache support (from a patch by Patrick PĂ©lissier).vlefevre2016-05-231-14/+33
* | redefine mpfr_init_set_xxx with mpz_t pool, otherwise the pool is notzimmerma2016-05-231-0/+4
|/
* added comment about MPFR_MY_MPZ_INITzimmerma2016-05-231-0/+4
* [src/mpfr-impl.h] Added IS_SIGNED macro to check whether an integer typevlefevre2016-05-221-2/+9
* Added MPFR_EXP_IN_RANGE macro, and replaced some tests to use it.vlefevre2016-05-181-7/+8
* Improved code related to mpfr_set_exp_t:vlefevre2016-05-171-0/+4
* [src/mpfr-impl.h] Minor improvements.vlefevre2016-05-131-5/+16
* [src/mpfr-impl.h] Clean-up.vlefevre2016-04-251-56/+64
* [src/mpfr-impl.h] Removed the detection of possible inconsistenciesvlefevre2016-04-081-13/+0
* revert changeset 10255zimmerma2016-04-081-10/+10
* patch for Cygwin (cf http://trac.sagemath.org/ticket/20380)zimmerma2016-04-081-10/+10
* Updated comments about DBL_NAN, dbl_nan.d and qNaN / sNaN encoding.vlefevre2016-03-021-0/+1
* [src/mpfr-impl.h] Added a comment about non-IEEE-754 environment.vlefevre2016-03-011-1/+6
* removed leftover debug statementzimmerma2016-03-011-1/+0
* improved detection of decimal floatszimmerma2016-03-011-4/+5
* get rid of dependency from GMP for _GMP_IEEE_FLOATS and ieee_double_extractzimmerma2016-02-291-4/+4
* [src/mpfr-impl.h] Removed mpfr_sum_sort declaration, as this internalvlefevre2016-02-171-4/+0
* now mpfr_eint(x) returns E1(x) for negative xzimmerma2016-02-081-0/+6
* Value coverage for tsum: differentiate sq > MPFR_PREC_MIN and not.vlefevre2016-02-081-1/+1
* added a test for exact powers for mpfr_rootzimmerma2016-02-051-1/+1