summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* * Added function mpfr_ai. The implementation is the most naive: it evaluatesschevill2010-03-171-1/+1
* added new function mpfr_set_z_exp (companion to mpfr_get_z_exp)zimmerma2010-02-221-4/+3
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* New function mpfr_urandom.thevenyp2010-01-131-22/+22
* tests/Makefile.am: added information about LOADLIBES.vlefevre2009-09-231-0/+4
* [tests/Makefile.am] put back LOADLIBES=... (enables to compile a program foo.czimmerma2009-09-231-0/+1
* [tests/Makefile.am] removed LOADLIBES=...zimmerma2009-09-211-1/+0
* Makefile.am, tests/Makefile.am: patch from Ralf Wildenhues.vlefevre2009-09-201-1/+1
* changed _binary32 into _flt for file names too:zimmerma2009-09-151-1/+1
* added new functions mpfr_set_binary32 and mpfr_get_binary32zimmerma2009-09-151-4/+4
* [digamma.c] new function mpfr_digammazimmerma2009-09-021-3/+3
* Makefile.am, tests/Makefile.am: added copyright notice (similar tovlefevre2009-07-301-0/+11
* tests/Makefile.am: Strech check_PROGRAMS list to ease insertion of new tests.thevenyp2009-07-301-16/+22
* Makefile.am: Sort tests in alphabetical order except the very first ones whic...thevenyp2009-07-301-17/+17
* NEWS Makefile.am mpfr.h mpfr.texi buildopt.c: New functions mpfr_buildopt_tls...thevenyp2009-05-051-1/+1
* Improved fix for problem dealt with in r6174: use function src_fopen()vlefevre2009-04-221-2/+0
* Fixed problem when the srcdir value contains a word that is #define'dvlefevre2009-04-221-1/+1
* Move mpfr_random2 to tests directory, remove it from API.thevenyp2009-03-241-1/+1
* [tests/tmin_prec.c] new file contributed from Laurent Foussezimmerma2009-03-161-1/+1
* [rint.c] fixed bug with round awayzimmerma2009-02-271-1/+1
* Makefile.am, tmul.c: Rename macro __SRCDIR to MPFR_SRCDIR.thevenyp2008-12-121-1/+1
* configure.in: Add AM_PROG_CC_C_O needed by tmul_CPPFLAGS.thevenyp2008-12-111-1/+3
* Fixed a bug in pow_ui.c and pow_z.c: NaN^0 returned NaN instead of 1vlefevre2008-07-201-2/+2
* tests/tprintf.c: add tests for mpfr_printf and mpfr_vprintf.thevenyp2008-03-101-1/+1
* rename tprintf.c as tsprintf.c, because it does not deal with mpfr_printf.thevenyp2008-02-121-1/+17
* rec_sqrt.c: complete rewrite, to allow to use directly the MPFR internalzimmerma2008-01-151-1/+1
* Makefile.am: add mpfr_printf-like functionsthevenyp2007-11-231-1/+1
* add dilogarithm functionthevenyp2007-10-161-1/+1
* new fmod functionthevenyp2007-09-261-1/+1
* new mpfr_sinh_cosh functionthevenyp2007-09-211-1/+1
* tests: added tisqrt.c (test file for __gmpfr_isqrt internal function).vlefevre2007-09-181-2/+2
* new function mpfr_modf and add restrictions on mpfr_sin_cos' variablesthevenyp2007-09-131-1/+1
* new arithmetic functions with a double argumentthevenyp2007-09-071-2/+2
* Added texp10.c (texp10 currently fails).vlefevre2007-08-091-1/+1
* Replaced l2b cache by constants, as suggested by Patrick Pelissier,vlefevre2007-07-311-1/+1
* Moved mpfr-test.h into the tests directory.vlefevre2007-07-251-1/+1
* Added mpfr_fms based on mpfr_fma.vlefevre2007-07-011-1/+1
* added mpfr_remquo and mpfr_remainderzimmerma2007-05-021-1/+1
* Added preliminary support for mpfr_lngamma and tests.vlefevre2007-04-251-1/+1
* added Bessel functions of second kind (y0, y1, yn_si)zimmerma2007-03-311-1/+1
* added Bessel functions of first kind: j0, j1, jnzimmerma2007-03-221-1/+1
* Merged the new generic tests.vlefevre2006-11-171-0/+1
* added new (preliminary) conversions functions to/from decimal64zimmerma2006-11-051-1/+1
* One needs automake 1.6; autoreconf fails with automake 1.4. Addingvlefevre2006-07-161-1/+1
* new test file for mpfr_get_ld_2expzimmerma2006-02-281-1/+1
* Fixed MPFR_INT_CEIL_LOG2 (in mpfr-impl.h) and __gmpfr_int_ceil_log2vlefevre2005-10-311-1/+1
* new function mpfr_zeta_ui for integer argumentzimmerma2005-09-231-1/+1
* Fix: readded dependencies.vlefevre2005-09-081-1/+1
* new function lngammazimmerma2005-08-311-1/+1
* Add test file for mpfr_subnormalizepelissip2005-08-011-1/+1