summaryrefslogtreecommitdiff
path: root/src/mpfr.h
Commit message (Expand)AuthorAgeFilesLines
* Added mpfr_rint_roundeven and mpfr_roundeven functions, withvlefevre2015-07-201-0/+3
* [src/mpfr.h] Added a comment about the drawback of the mpfr_get_exp()vlefevre2015-07-161-2/+6
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* [src/mpfr.h] Fixed the mpfr_signbit() macro, which depended onvlefevre2014-08-171-1/+1
* Do not test include guards before a #include: the test must be done onlyvlefevre2014-07-101-4/+1
* Removed the need of MPFR_USE_MINI_GMP tests for mpfr_[ne]randomvlefevre2014-07-021-2/+0
* [src/mpfr.h] Added other missing "#ifndef MPFR_USE_MINI_GMP".vlefevre2014-07-021-2/+8
* [src/mpfr.h] Added a missing "#ifndef MPFR_USE_MINI_GMP"vlefevre2014-07-021-0/+2
* Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.hvlefevre2014-07-021-2/+2
* [src/mpfr.h] For the mpfr_{mul,div}_si macros: s/positive/non-negative/vlefevre2014-06-301-1/+1
* [src/mpfr.h] Coding style.vlefevre2014-06-301-1/+1
* New macros for mpfr_{mul,div}_ui to optimize the call when the integervlefevre2014-06-301-0/+35
* Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.vlefevre2014-06-251-1/+1
* Updated URL's.vlefevre2014-06-221-3/+3
* [src] Added support for MPFR_PURE_FUNCTION_ATTR, MPFR_HOT_FUNCTION_ATTR,vlefevre2014-01-211-1/+0
* Dropped obsolete __gmp_const (replaced by const).vlefevre2014-01-201-32/+19
* [src/mpfr.h] Indentation.vlefevre2014-01-171-3/+3
* first step towards making MPFR compile with --enable-mini-gmp, so far makezimmerma2014-01-161-12/+20
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* [src/mpfr.h] Fixed bug in the mpfr_custom_init_set macro (typo invlefevre2013-11-281-1/+1
* [src/mpfr.h] Updated a comment about ICC.vlefevre2013-07-091-5/+6
* original contribution from Charles Karney <charles.karney@sri.com>zimmerma2013-05-311-0/+4
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* Applied patch (with minor changes) by Patrick PĂ©lissier to improvevlefevre2012-09-201-2/+51
* revert changeset r8412 (_Decimal64 might be defined in C++, but not as a macro)zimmerma2012-09-041-5/+0
* added support for --enable-decimal-float with g++ (does not work with icpc,zimmerma2012-09-041-0/+7
* [mpfr.h] patch for FreeBSD (tested on gcc76.fsffrance.org with freebsd-83-amd64)zimmerma2012-07-231-1/+2
* [trndna.c] increase emin when smallest possiblezimmerma2012-07-031-0/+3
* added new functions mpfr_set_float128 and mpfr_get_float128zimmerma2012-06-251-0/+6
* [src/mpfr.h] Define MPFR_FLAGS_ALL from the individual flagsvlefevre2012-05-101-1/+6
* Added functions that operate on groups of flags: mpfr_flags_clear,vlefevre2012-05-091-0/+16
|\
| * Implemented the mpfr_flags_* functions (and mpfr_flags_test as a macro).vlefevre2012-04-191-0/+16
* | Updated URL's of mailing-list archives/messages in all filesvlefevre2012-05-031-1/+1
|/
* [src] New mpfr_flags_t type, defined as an unsigned int. For thevlefevre2012-03-261-0/+8
* added new function mpfr_fmodquozimmerma2012-03-261-0/+2
* [src/mpfr.h] Indentation.vlefevre2012-03-191-1/+1
* changed the order of arguments of mpfr_fpif_import so that the modifiedzimmerma2012-03-191-1/+3
* mpfr_fpif_export_binary -> mpfr_fpif_exportzimmerma2012-03-191-2/+2
* [src/fpif.c,src/mpfr.h,tests/tfpif.c] a few fixes so that make and make checkzimmerma2012-03-151-6/+2
* Added FIXME for export/import MPFR numbers, did some corrections,vlefevre2012-03-151-0/+1
* Add functions/tests to export/import mpfr number in a binary formatdemengeo2012-03-151-0/+5
* [src/mpfr.h] Minor change to be consistent with "src/mpfr-gmp.h".vlefevre2012-03-051-1/+1
* [src/mpfr.h] Added a reference to MPFR bug 13947.vlefevre2012-03-051-1/+1
* [src/mpfr.h] Simple temporary fix following GMP's internal __gmp_constvlefevre2012-03-051-0/+12
* [src/mpfr.h] Decrease the MPFR_PREC_MAX value by 256 in order tovlefevre2012-02-231-3/+6
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Renamed mpfr_buildopt_internals_p to mpfr_buildopt_gmpinternals_p.vlefevre2011-09-201-3/+3
* Added mpfr_buildopt_internals_p function.vlefevre2011-09-201-2/+3