summaryrefslogtreecommitdiff
path: root/tests/tfms.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.vlefevre2014-06-251-1/+1
* Use of the numberof macro.vlefevre2014-01-231-1/+1
* added more detail in case of errorzimmerma2014-01-211-3/+5
* fixed issue when x=0 and y=Inf (or converse)zimmerma2014-01-181-4/+4
* missing \n in error messageszimmerma2014-01-171-10/+10
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [src] New mpfr_flags_t type, defined as an unsigned int. For thevlefevre2012-03-261-1/+2
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-3/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* avoid several compiler warnings with g++zimmerma2010-10-101-1/+1
* Replacedvlefevre2010-07-301-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-2/+2
* 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-19/+19
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-67/+67
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* added round to away (still experimental)zimmerma2009-02-261-5/+3
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-181-23/+23
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-20/+24
* actually trigger overflow on all architecturesthevenyp2008-02-201-0/+4
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-10/+10
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Added mpfr_fms based on mpfr_fma.vlefevre2007-07-011-0/+638