summaryrefslogtreecommitdiff
path: root/set_ld.c
Commit message (Expand)AuthorAgeFilesLines
* set_ld.c: replaced a struct by a union. The struct was triggering thevlefevre2009-08-261-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* set_ld.c: rewrote exp computation.thevenyp2008-12-121-3/+4
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* 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
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* This was wrong. Let's do it even more like the 2.1 branch.vlefevre2005-08-231-45/+38
* Patch 1.25 didn't work under OSF1 with cc. Let's do it likevlefevre2005-08-231-33/+42
* Support C implementations giving an incorrect value for the precisionvlefevre2005-08-181-72/+100
* Reformatted (GNU style).vlefevre2005-08-171-11/+12
* Change the address of the FSF.pelissip2005-06-021-2/+2
* fixed bug with tiny numberzimmerma2005-04-251-7/+19
* Fix a wrong assertion when double == long double.pelissip2005-01-311-2/+2
* New version of mpfr_set_ld and mpfr_get_ld for IEEE Extended Little Endian.pelissip2005-01-271-56/+155
* Fix problem with long double with ICC (Wrong x86 processor flag).pelissip2004-12-171-16/+19
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-2/+3
* take into account possible out-of-range exponentzimmerma2004-02-161-1/+3
* Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract...pelissip2004-01-281-9/+5
* + Optimize a few div.cpelissip2003-12-151-1/+1
* Port all the IEEE dependent remaining functions so that it uses a generic way...pelissip2003-12-011-29/+29
* use macros to avoid possible problem with float inputzimmerma2003-10-061-1/+4
* Removed a comment that should have been removed in revision 1.8.vlefevre2003-09-181-3/+1
* (ldbl_max_struct): Use octal character constants, since hexryde2003-08-301-3/+3
* moved macros for [L]DBL_MANT_DIG in mpfr-impl.hzimmerma2003-06-261-16/+1
* (LONGDOUBLE_ISNAN): Remove this, use LONGDOUBLE_NAN_ACTION instead.ryde2003-01-251-7/+6
* Macro LONGDOUBLE_ISNAN wasn't defined.vlefevre2003-01-161-0/+2
* Avoid problems with bad LDBL_MAX and LDBL_MANT_DIG on some i386 gcc.ryde2003-01-141-7/+33
* # Add a copyright year.ryde2003-01-101-1/+1
* rewritten to avoid overflowszimmerma2003-01-091-8/+31
* added macro LONGDOUBLE_ISNANzimmerma2003-01-071-4/+2
* fixed some problems found by insurezimmerma2002-11-201-1/+2
* Cases NaN and -0.0 taken into account.vlefevre2002-10-171-0/+11
* fixed bug when overflow for double typezimmerma2002-10-171-1/+5
* added cast to long doublezimmerma2002-10-161-2/+2
* DBL_MANT_DIG and LDBL_MANT_DIG are normally defined by <float.h>.vlefevre2002-10-161-0/+2
* added mpfr_set_ld and test filezimmerma2002-10-151-0/+123