summaryrefslogtreecommitdiff
path: root/get_d.c
Commit message (Expand)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* added mpfr_get_ld_2exp (contributed by Damien Stehle)zimmerma2006-02-271-2/+2
* Replaced -0.0 by a new macro DBL_NEG_ZERO. With MSVC, the negative zerovlefevre2006-01-191-3/+3
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-14/+14
* Converted tabs to spaces with expand.vlefevre2005-08-181-6/+6
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Updated copyright lines.vlefevre2005-01-281-1/+1
* Optimize mpfr_get_d.pelissip2005-01-041-26/+33
* Add ICC detection && support.pelissip2004-09-201-1/+1
* Used static precision for the array of limb for double.pelissip2004-07-061-4/+2
* Add some likely, and use a static table instead of a dynamic one.pelissip2004-06-281-24/+29
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract...pelissip2004-01-281-2/+10
* + Optimize a few div.cpelissip2003-12-151-9/+18
* Port all the IEEE dependent remaining functions so that it uses a generic way...pelissip2003-12-011-8/+0
* * Optimize a few div.c and mul.c.pelissip2003-11-171-2/+2
* Some minor optimizations.pelissip2003-11-071-3/+3
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-1/+1
* Fixed several bugs.vlefevre2003-10-161-15/+11
* Added XDEBUG support (like in set_d.c).vlefevre2003-10-161-1/+6
* If the exponent of the number is meaningless (src = NaN, inf or 0),vlefevre2003-07-241-14/+22
* (mpfr_get_d_2exp): Ensure 0.5 <= abs(ret) < 1.0 is respectedryde2003-07-191-4/+24
* (mpfr_get_d_2exp): Store exp in a long, same asryde2003-07-191-1/+1
* Updated comment.vlefevre2003-07-151-3/+2
* Add "const" to IEEE byte sequence data.ryde2003-06-281-12/+12
* moved macros for [L]DBL_MANT_DIG in mpfr-impl.hzimmerma2003-06-261-3/+0
* (MPFR_DBL_INFP, MPFR_DBL_INFM, MPFR_DBL_NAN): Make privateryde2003-06-241-11/+55
* Added a comment concerning NO_MATH_DEFS.vlefevre2003-06-101-0/+4
* Include <stddef.h> before <math.h>, to avoid problems withryde2003-06-081-0/+2
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-3/+3
* added mpfr_get_d_2expzimmerma2003-02-131-1/+8
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* Avoid constant floating expression, as this doesn't give the correctvlefevre2002-04-201-2/+7
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* mpfr_get_d* fixed.vlefevre2002-04-121-2/+6
* #include ordering changed for Windows + Cygwin 32.vlefevre2002-04-111-0/+3
* get_d.c partly rewritten (Paul Zimmermann).vlefevre2002-04-111-23/+34
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-2/+2
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Macros MPFR_DBL_NAN, MPFR_DBL_INFP and MPFR_DBL_INFM.vlefevre2002-03-191-8/+7
* Do not read the exponent if it has no meaning.vlefevre2002-03-131-2/+7
* mpfr_get_d3 partially rewritten (to follow the new specifications).vlefevre2002-03-111-36/+37
* New mpfr_get_d, mpfr_get_d2, mpfr_get_d3.vlefevre2002-03-111-2/+8
* set_d.c split into get_d.c and set_d.cvlefevre2002-03-111-0/+163