summaryrefslogtreecommitdiff
path: root/set_ld.c
Commit message (Expand)AuthorAgeFilesLines
* 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