summaryrefslogtreecommitdiff
path: root/set_z.c
Commit message (Expand)AuthorAgeFilesLines
* changed mpfr_get_z_exp -> mpfr_get_z_2exp (old function) zimmerma2010-02-221-1/+1
* added new function mpfr_set_z_exp (companion to mpfr_get_z_exp)zimmerma2010-02-221-146/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-13/+13
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-13/+13
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-4/+4
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Untabified and deleted trailing spaces (for patches).vlefevre2009-02-271-3/+2
* [rint.c] fixed bug with round awayzimmerma2009-02-271-5/+5
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* 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-2/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-7/+7
* Converted tabs to spaces with expand.vlefevre2005-08-181-48/+48
* Clean up use of stdio.h:pelissip2005-06-081-2/+0
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Improve coveragepelissip2005-05-171-6/+6
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-6/+7
* Optimize code and rewrite the rounding part.pelissip2004-11-231-102/+98
* Likely / Unlikely the code.pelissip2004-06-101-15/+16
* Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.pelissip2004-03-261-4/+4
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-7/+7
* MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.vlefevre2002-06-261-2/+2
* Underflow semantics changed (not tested).vlefevre2002-04-231-11/+16
* Added code to prevent possible integer overflow when the input numbervlefevre2002-04-181-0/+11
* 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
* mpfr_set_z rewritten.vlefevre2002-01-301-52/+57
* mpfr_set_z rewritten to support overflows/underflows and ternary value.vlefevre2001-11-301-76/+104
* 0 -> set to +0.vlefevre2001-11-301-4/+6
* mpfr_add_one_ulp and mpfr_sub_one_ulp changed.vlefevre2001-11-211-22/+47
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-8/+1
* 1 -> BITS_PER_MP_LIMBzimmerma2001-11-161-1/+1
* 1 -> BITS_PER_MP_LIMBzimmerma2001-11-161-4/+4
* Bugs fixed (wrong types).vlefevre2001-08-101-1/+3
* Warnings suppressed on Alpha/OSF1.vlefevre2000-12-181-2/+2
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+2
* adapted to NaN/Infzimmerma2000-12-151-1/+5
* Yet another patch for include files.hanrot2000-12-151-1/+1