summaryrefslogtreecommitdiff
path: root/tests/reuse.c
Commit message (Expand)AuthorAgeFilesLines
* Continue to port tests so that they don't use double.pelissip2004-01-141-63/+52
* + Optimize a few div.cpelissip2003-12-151-3/+1
* + Add new internal function: mpfr_check.pelissip2003-11-211-22/+38
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-8/+8
* removed #define DEBUG (turned on accidentally)zimmerma2003-10-151-2/+0
* now uses #include "tgeneric.c" everywherezimmerma2003-10-141-4/+6
* Changed the remaining stderr to stdout.vlefevre2003-09-251-191/+192
* moved test for NaN/Infzimmerma2003-04-111-0/+1
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+5
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-48/+48
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* now use macros DBL_NAN, DBL_POS_INF, DBL_NEG_INF,zimmerma2002-03-191-30/+30
* Fix (patch by Kevin Ryde).vlefevre2002-03-131-4/+3
* simplified test4()zimmerma2002-03-071-68/+14
* Casts fixed.vlefevre2002-03-051-41/+42
* Copyright line changed.vlefevre2002-03-041-1/+1
* Tests added (mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round).vlefevre2002-01-301-3/+3
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-18/+26
* added acoszimmerma2001-12-051-0/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* added stdio.hzimmerma2001-11-161-0/+1
* add function test4 for 3 input test + fma testsdaney2001-11-081-0/+226
* improved mpfr_comparezimmerma2001-10-261-3/+4
* Warning avoided.vlefevre2001-10-251-1/+1
* riendaney2001-10-251-1/+0
* changedaney2001-10-251-1/+0
* test for log2 log10 powdaney2001-10-251-4/+6
* add log2 and log10daney2001-10-251-0/+4
* Some changes to avoid warnings.vlefevre2001-10-211-2/+2
* added cast to (void*) for new functions returning an intzimmerma2001-10-151-7/+7
* #include added/removed.vlefevre2001-09-131-0/+1
* added mpfr_tanzimmerma2001-09-101-0/+1
* removed sin_cos, added sin and coszimmerma2001-09-071-1/+2
* added mpfr_asinzimmerma2001-08-141-3/+2
* A few patches.daney2001-06-141-1/+1
* change reuse to suppress factorialdaney2001-04-051-25/+42
* added cast to avoid a warningvlefevre2001-03-161-1/+1
* added test to mpfr_arctanzimmerma2001-03-081-0/+1
* changed "int main(..)" to two lineszimmerma2001-02-181-1/+3
* test file for in-place operationszimmerma2000-12-211-0/+386