summaryrefslogtreecommitdiff
path: root/set.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* 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-4/+4
* Converted tabs to spaces with expand.vlefevre2005-08-181-6/+6
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-2/+2
* Add "MPFR_USE_NO_MACRO" user macro: it allows the user to linkpelissip2004-12-141-6/+8
* Optimize mpfr_set4.pelissip2004-12-091-63/+28
* Forget to remove rndraw.c test.pelissip2004-11-181-1/+1
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-0/+8
* Add mpfr_set and mpfr_abs as real functions.pelissip2004-04-281-0/+14
* improved coverage testzimmerma2004-02-141-1/+1
* Add test for mpfr_cmpabspelissip2004-02-131-4/+2
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-1/+1
* Optimize mpfr_prec_round.pelissip2003-11-051-0/+10
* Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).pelissip2003-11-051-2/+2
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-42/+45
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-2/+1
* Updates/optimizations related to MPFR_GET_EXP and MPFR_SET_EXP.vlefevre2003-05-261-2/+3
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-4/+4
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* Bug fixed (0 was forgotten).vlefevre2002-07-241-16/+23
* MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.vlefevre2002-06-261-2/+2
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* GNU coding style. K&R function headers removed.vlefevre2001-11-101-36/+28
* MPFR_RET(0) replaced by MPFR_RET_NAN.vlefevre2001-10-191-1/+1
* documented mpfr_set4zimmerma2001-10-151-1/+3
* Inexact ternary value for mpfr_set4, mpfr_set_ui and mpfr_set_si.vlefevre2001-09-111-10/+5
* Macro MPFR_RET added. Ternary value for mpfr_set4.vlefevre2001-09-111-4/+8
* Parameter added to mpfr_round_raw: pointer to inexact ternary value.vlefevre2001-09-101-2/+2
* Optimization + overflow support.vlefevre2001-08-291-21/+39
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-3/+4
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* Bug fixed concerning the flags.vlefevre2000-12-141-0/+1
* Take into account Inf, Nans ; clear the flags of the return variablevlefevre2000-12-141-1/+3
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-0/+6
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-6/+6
* now deals with NaNzimmerma2000-05-291-0/+2
* added 4th arg (was missing in non-stdc def)zimmerma2000-05-241-1/+1
* unsigned char -> mp_rnd_tzimmerma2000-02-111-3/+3
* added copyright noticezimmerma1999-07-301-0/+20
* introduced auxiliary function mpfr_set4zimmerma1999-07-051-4/+5