summaryrefslogtreecommitdiff
path: root/subnormal.c
Commit message (Expand)AuthorAgeFilesLines
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* 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-3/+3
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* 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
* subnormal.c: fixed the bugs when old_inex is INT_MIN or INT_MAX.vlefevre2007-10-231-6/+7
* subnormal.c: corrected comment.vlefevre2007-10-231-3/+3
* Changeset r4904 introduced an assertion failure, but the assertionvlefevre2007-10-231-3/+3
* fixed 2 bugs reported by Kevin Rauchzimmerma2007-10-221-8/+10
* subnormal.c: replaced incorrect comment.vlefevre2007-10-221-4/+4
* 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
* Converted tabs to spaces with expand.vlefevre2005-08-181-59/+59
* Add test file for mpfr_subnormalizepelissip2005-08-011-12/+12
* Clean up use of stdio.h:pelissip2005-06-081-1/+0
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Fix a bug: the test to detect EVEN_rounding was wrong.pelissip2005-05-021-5/+9
* Fix bugs.pelissip2005-04-141-20/+23
* Add function mpfr_subnormalize (To Test!!!!!)pelissip2005-04-131-0/+136