summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Applied patch by Steve M. Robbins for non-IRIX MIPS systemsvlefevre2004-10-271-1/+1
* Reformatted the code.vlefevre2004-10-262-344/+344
* Replaced mpfr_set_emin/emax by set_emin/emax in tests to checkvlefevre2004-10-2626-96/+115
* Reformatted the code -> GNU style.vlefevre2004-10-221-13/+15
* Declaration of "tests_rand_start" and "tests_rand_end" with the same storage ...pelissip2004-10-221-2/+2
* Fix bug when you build MPFR outside source directory.pelissip2004-10-203-14/+38
* Update mpfr_set_str to be much more like strtofr.pelissip2004-10-191-13/+14
* Change "unsigned int" to "int" for base in proto of strtofr.pelissip2004-10-182-1/+3
* Fix problem on systems where "/dev/null" doesn't exist.pelissip2004-10-182-4/+12
* Add support for ".lib" since it seems to work.pelissip2004-10-071-0/+1
* added one new testzimmerma2004-10-051-0/+16
* Added worst cases.vlefevre2004-10-041-1/+47
* added new tests (worst-case)zimmerma2004-10-021-0/+320
* added new worst-cases (directed rounding)zimmerma2004-10-011-0/+272
* Added functions mpfr_rint_round, mpfr_rint_trunc, mpfr_rint_ceil,vlefevre2004-09-301-9/+13
* Add new test (One failed).pelissip2004-09-301-0/+184
* added worst-casezimmerma2004-09-291-0/+11
* cmp(x,y) if x=NAN or y=NAN returns 0 and erange flag.pelissip2004-09-295-2/+108
* Add mpfr_clear_erangeflag and mpfr_erangeflag_p.pelissip2004-09-294-1/+150
* Add mpfr_uintmax_p and mpfr_intmax_p.pelissip2004-09-291-0/+84
* New functions mpfr_get_sj and mpfr_get_uj, with tests.vlefevre2004-09-272-1/+189
* fixed double-rounding bug in get_uizimmerma2004-09-241-0/+19
* Add a new test and clarify a comment.pelissip2004-09-211-0/+7
* Add ICC detection && support.pelissip2004-09-209-19/+23
* Add mpfr_strtofr function.pelissip2004-09-202-1/+831
* Use LIBS instead of LDADD for libraries (GMP).pelissip2004-09-171-1/+1
* Add a forgotten regression test "1.2.3"pelissip2004-09-151-1/+3
* Rename mpz_set_fr to mpfr_get_z.pelissip2004-08-311-2/+2
* Add a new test to check overflow.pelissip2004-08-261-0/+6
* Fix a bug on 64-bits introduced due to huger MPFR_EMAX_MAX.pelissip2004-08-191-2/+2
* Add function mpfr_sqr (TODO: Make doc)pelissip2004-07-202-1/+94
* Renamme mpfr_version to mpfr_get_version to be more GMP compatible.pelissip2004-07-161-1/+1
* Fix an overflow bug.pelissip2004-06-101-0/+11
* fixed bug in mpfr_exp_3 (wrong assert)zimmerma2004-06-081-0/+10
* Improve tests for sin.pelissip2004-05-181-1/+25
* Add a potential test (Too slow).pelissip2004-05-122-0/+26
* Fix overflow and add corresponding tests.pelissip2004-05-065-3/+103
* Fix overflow problems.pelissip2004-05-062-1/+46
* Fix overflow bug.pelissip2004-05-061-2/+3
* Fix a bug in cas of overflow in tanh.pelissip2004-05-051-0/+27
* Fix critical bugs due to different kind of overflow in cosh.pelissip2004-05-051-1/+48
* Fix a critical bug in cos in case you have set the float range for the expone...pelissip2004-05-042-0/+23
* Add a test to check an overflow in const_pi (called by log in case of emulati...pelissip2004-05-041-0/+11
* Fix an overflow bug in add1sp.pelissip2004-05-041-0/+23
* Add preliminary generic code to handle cached const.pelissip2004-04-212-1/+2
* Add new test about the cache: new bug to fix.pelissip2004-04-201-0/+37
* Add mpfr_zero_p.pelissip2004-04-202-15/+52
* Fix a bug when both op are < 0 (It seems it was my fault).pelissip2004-04-201-0/+6
* Update memory allocations scheme without gmp-impl.h.pelissip2004-04-084-4/+5
* For add/sub_type functions where type is a type without signed zeros,pelissip2004-04-071-1/+75