summaryrefslogtreecommitdiff
path: root/tests/trint.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fixed uninitialized variable (with gcc -std=c99).vlefevre2005-09-111-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-2/+2
* Converted tabs to spaces with expand.vlefevre2005-08-181-2/+2
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add detection of function round, rint, ceil, floor and nearbyint at configurepelissip2005-05-031-0/+10
* Updated copyright lines.vlefevre2005-01-281-1/+1
* Fix bug if dest==src.pelissip2005-01-281-0/+13
* casts to allow compilation with g++zimmerma2005-01-271-12/+12
* Fixed errors reported by Nelson H. F. Beebepelissip2004-12-211-0/+4
* Replaced mpfr_set_emin/emax by set_emin/emax in tests to checkvlefevre2004-10-261-2/+2
* Added functions mpfr_rint_round, mpfr_rint_trunc, mpfr_rint_ceil,vlefevre2004-09-301-9/+13
* Add ICC detection && support.pelissip2004-09-201-2/+2
* added test for *function* mpfr_roundzimmerma2004-02-161-0/+3
* improved coverage testzimmerma2004-02-141-2/+90
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+3
* added several hard-coded tests (and fixed bugs found)zimmerma2004-01-221-2/+21
* + Optimize a few div.cpelissip2003-12-151-4/+1
* Merged the mpfr-2-0-2-branch changes to the trunk.vlefevre2003-10-211-7/+96
* Merged the mpfr-2-0-2-branch changes to the trunk.vlefevre2003-10-201-3/+5
* Merged the mpfr-2-0-2-branch changes to the trunk.vlefevre2003-10-171-26/+84
* Changed some stderr to stdout.vlefevre2003-09-241-5/+5
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-2/+2
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+3
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-1/+2
* Copyright line changed.vlefevre2002-03-041-1/+1
* Bux fixed.vlefevre2002-01-301-3/+1
* Tests added (mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round).vlefevre2002-01-301-0/+94