summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Add functions mpfr_sech, mpfr_coth and mpfr_csch.pelissip2005-05-041-1/+1
* added mpfr_eintzimmerma2005-04-301-1/+1
* added sec, csc, cotzimmerma2005-04-221-1/+1
* added mpfr_root, removed from TODOzimmerma2005-04-221-1/+1
* adjusted initial guard digits for const_catalan to avoid failure for prec<=10^4zimmerma2005-04-201-1/+1
* Add generic test for functions which lookspelissip2005-03-301-1/+1
* new function mpfr_get_fzimmerma2005-03-081-1/+1
* Add tune program for MPFR.pelissip2005-02-241-1/+1
* Fix LOADLIBES so that it works (it doesn't due to libtool change). But itpelissip2005-02-161-1/+1
* Clean up configure (more simplier).pelissip2005-02-111-1/+1
* Add support for Shared Library in MPFR (both Unix and Windows) by using libtool.pelissip2005-02-081-6/+6
* Add new function mpfr_pow_z and its test file.pelissip2005-01-241-1/+1
* added LOADLIBES=...zimmerma2005-01-211-0/+1
* Remove useless assembly code.pelissip2004-12-141-15/+0
* New functions mpfr_get_sj and mpfr_get_uj, with tests.vlefevre2004-09-271-1/+1
* Add mpfr_strtofr function.pelissip2004-09-201-1/+1
* Use LIBS instead of LDADD for libraries (GMP).pelissip2004-09-171-1/+1
* Add function mpfr_sqr (TODO: Make doc)pelissip2004-07-201-1/+1
* Change the order of the tests.pelissip2004-03-171-1/+1
* Add mpz_set_fr function and its test.pelissip2004-03-161-1/+1
* Add new functions:pelissip2004-03-151-1/+1
* Add mpfr_cmp_ld and its testpelissip2004-03-091-1/+1
* Add mpfr_add_si, mpfr_sub_si, mpfr_si_sub, mpfr_mul_si, mpfr_div_si andpelissip2004-03-091-1/+1
* new coverage testszimmerma2004-02-141-1/+1
* improved coverage testzimmerma2004-02-141-2/+2
* Add test for mpfr_cmpabspelissip2004-02-131-1/+1
* + Add mpfr_add1sp which provides addition when all the operands have the same...pelissip2004-02-121-1/+1
* new test file for mpfr_dimzimmerma2004-02-121-1/+1
* Added mpfr_sum function.pelissip2004-02-061-1/+1
* Update the tests to reduce the use of floats.pelissip2004-01-091-1/+1
* + Add a new test file for checking functions mpfr_add/sub/mul/div_q/z (from g...pelissip2004-01-081-1/+1
* Fix bug of sub1sp.c on sparck.pelissip2004-01-071-1/+1
* Added mpfr_version function and test.vlefevre2004-01-061-1/+1
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-1/+1
* + Add new internal function: mpfr_check.pelissip2003-11-211-1/+1
* * Optimize a few div.c and mul.c.pelissip2003-11-171-1/+2
* Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).pelissip2003-11-051-1/+1
* Added tests for mpfr_greater_p, mpfr_greaterequal_p, mpfr_less_p,vlefevre2003-09-241-1/+1
* Added generic tests for mpfr_nextabove and mpfr_nextbelow.vlefevre2003-09-241-1/+1
* New functions mpfr_inits, mpfr_inits2 and mpfr_clears to initialize orvlefevre2003-09-111-1/+1
* (EXTRA_libfrtests_a_SOURCES): Add amd64.asm.ryde2003-08-301-1/+1
* (check_PROGRAMS): Add tget_d_2exp.c.ryde2003-07-191-1/+1
* added error functionzimmerma2003-06-121-1/+1
* removed dummy test tdumpzimmerma2003-05-131-1/+1
* Added cmp_d/tcmp_d.hanrot2003-05-131-1/+1
* added Riemann Zeta function (contribution from Jean-Luc Re'my)zimmerma2003-04-111-1/+1
* added mpf_compat, mpfr_compatzimmerma2003-02-131-2/+2
* (LDADD): Add $(MPFR_LIBM).ryde2003-01-171-1/+1
* added tsin_coszimmerma2003-01-161-1/+1
* Add x86.asm support.ryde2003-01-081-0/+15