summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* now use __gmpfr_floor_log2 instead of floor/log to get rid of math.hzimmerma2003-01-171-21/+34
* removed unused function dagm(), and get rid of math.hzimmerma2003-01-171-56/+43
* put back math.hzimmerma2003-01-161-0/+1
* added back math.h (for sqrt)zimmerma2003-01-161-9/+9
* added tsin_coszimmerma2003-01-161-1/+1
* added #ifdef HAVE_DENORMS for denormalized testzimmerma2003-01-161-0/+2
* removed math.hzimmerma2003-01-167-14/+7
* added year 2003 in copyright linezimmerma2003-01-1614-31/+29
* added 2003, removed math.hzimmerma2003-01-164-11/+4
* added 2003zimmerma2003-01-163-3/+3
* removed math.hzimmerma2003-01-162-3/+1
* added year 2003zimmerma2003-01-161-2/+1
* patch for compiler bug on hppa2.0w-hp-hpux11.11zimmerma2003-01-161-2/+3
* replaced isnan() by Isnan()zimmerma2003-01-1622-205/+267
* Comment in mpfr_test_init: s/preprocessor/compiler/.vlefevre2003-01-161-2/+2
* fixed pb in mpfr_test_init with the compiler optimizing too muchzimmerma2003-01-161-5/+11
* new tests from Alain Delplanquezimmerma2003-01-151-13/+197
* Required casts added (and switch from uint to ulong);vlefevre2003-01-111-3/+8
* # Add a copyright year.ryde2003-01-103-3/+3
* Tolerate empty argv[1], which can arise from ancient bash executingryde2003-01-101-2/+9
* Tolerate empty argv[1], which can arise from ancient bash executingryde2003-01-101-2/+10
* Extended precision detection fixed.vlefevre2003-01-101-6/+4
* added one testzimmerma2003-01-091-1/+20
* # Add a copyright year.ryde2003-01-082-2/+2
* Use tests_machine_prec_long_double.ryde2003-01-081-4/+3
* (tests_machine_prec_double, tests_machine_prec_long_double): New functions.ryde2003-01-081-4/+28
* Add x86.asm support.ryde2003-01-081-0/+15
* New file.ryde2003-01-081-0/+46
* fixed infinite loop for 2^integerzimmerma2003-01-061-0/+20
* (<sys/fpu.h>) [__mips]: Move from mpfr-test.h to tests/tests.c,ryde2003-01-031-0/+4
* Add gmp-impl.h for __gmp_free_func.ryde2003-01-022-0/+2
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-162-5/+5
* Added #include "mpfr.h" (needed by mpfr-test.h as it usesvlefevre2002-12-111-0/+1
* Fix rnd_mode.c (again).vlefevre2002-12-021-13/+48
* (libfrtests_a_SOURCES): Add rnd_mode.c.ryde2002-11-291-1/+1
* New file, moved from top-level directory.ryde2002-11-291-0/+44
* added one fprintf in case of errorzimmerma2002-11-251-0/+1
* Bug fixed.vlefevre2002-11-251-3/+4
* removed all tests that compare to libmzimmerma2002-11-2515-674/+37
* changed to distinguish mpfr failures from libm failureszimmerma2002-11-251-12/+29
* added 3 tests that make libm fail under HP-PAzimmerma2002-11-251-0/+7
* fixed bug (infinite loop) for exact powerszimmerma2002-11-221-2/+6
* forgotten fclose() callzimmerma2002-11-201-0/+2
* fixed array bound writezimmerma2002-11-201-1/+1
* Added test showing bug in sign detection.vlefevre2002-10-181-3/+45
* Added newline.vlefevre2002-10-181-1/+2
* Added test that makes mpfr_hypot fail.vlefevre2002-10-181-4/+36
* Added some tests.vlefevre2002-10-181-0/+20
* main () -> main (void).vlefevre2002-10-181-1/+1
* added tcbrt.c, test file for mpfr_cbrtzimmerma2002-10-182-1/+77