summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).pelissip2003-11-052-1/+130
* The check_inf test wasn't called. Added 2 missing mpfr_clear and \n.vlefevre2003-11-041-7/+5
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-046-13/+34
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-2/+12
* Another fix, for acosh(-INF).vlefevre2003-10-271-1/+1
* Fixed exit status.vlefevre2003-10-271-202/+80
* Merged the mpfr-2-0-2-branch changes to the trunk.vlefevre2003-10-211-7/+96
* Merged the mpfr-2-0-2-branch changes to the trunk.vlefevre2003-10-201-3/+5
* Merged the mpfr-2-0-2-branch changes to the trunk.vlefevre2003-10-174-26/+127
* removed #define DEBUG (turned on accidentally)zimmerma2003-10-151-2/+0
* now uses #include "tgeneric.c" everywherezimmerma2003-10-1411-339/+58
* check_nan() is backzimmerma2003-10-141-2/+1
* removed old unused codezimmerma2003-10-141-87/+0
* fixed tests for x=0zimmerma2003-10-141-101/+12
* fixed bug in mpfr_pow found by Ming J. Tsai (overflow)zimmerma2003-10-101-1/+27
* reduced test timezimmerma2003-10-0722-50/+49
* reduced test timezimmerma2003-10-071-2/+2
* reduced test timezimmerma2003-10-071-12/+17
* fixed bug in allocation for in-place operationzimmerma2003-10-061-0/+16
* added test for atan(-Inf)zimmerma2003-10-061-0/+10
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-0240-203/+242
* Removed mpfr_inits, mpfr_inits2, mpfr_clears from the documentation.vlefevre2003-09-251-0/+2
* Changed the remaining stderr to stdout.vlefevre2003-09-2543-1457/+1548
* Changed some stderr to stdout.vlefevre2003-09-2422-484/+500
* Added tests for mpfr_greater_p, mpfr_greaterequal_p, mpfr_less_p,vlefevre2003-09-242-1/+134
* Added a few more tests (involving mpfr_nexttoward). The tests forvlefevre2003-09-241-0/+66
* Added generic tests for mpfr_nextabove and mpfr_nextbelow.vlefevre2003-09-242-1/+85
* Accept (case-insensitive) NaN and Inf in input for bases <= 16 forvlefevre2003-09-241-24/+59
* Implemented the following:vlefevre2003-09-221-10/+2
* Avoid string literals longer than 509 characters (ISO C89 limit).vlefevre2003-09-222-7/+107
* (test_set_underflow, test_set_overflow): Cleaner fix (for pre-C99vlefevre2003-09-221-4/+8
* (test_set_underflow, test_set_overflow): Useryde2003-09-221-4/+6
* mpfr_round_prec is now obsoletezimmerma2003-09-196-11/+11
* Fixed a bug in mpfr_can_round_raw and added other mpfr_can_roundvlefevre2003-09-151-29/+37
* Added a test to tests/tcan_round.c and assertions to round_prec.c.vlefevre2003-09-151-1/+5
* Fixed mpfr_set_overflow, added tests for mpfr_set_underflowvlefevre2003-09-141-0/+85
* New functions mpfr_inits, mpfr_inits2 and mpfr_clears to initialize orvlefevre2003-09-112-1/+39
* Added a test that makes MPFR crash (coming from the mpfr_zeta crash).vlefevre2003-09-091-0/+15
* Case that crashes MPFR (coming from test_generic) -> function test1.vlefevre2003-09-091-4/+17
* Code clean-up and reindented. Replaced a 8 by CHAR_BIT,vlefevre2003-09-091-10/+11
* Added a test to reproduce a bug (to be fixed later) on all 64-bitvlefevre2003-09-081-51/+72
* Added a cast (useful under Linux/alpha).vlefevre2003-09-081-1/+1
* #Corrections to initial checkin.ryde2003-08-301-2/+4
* (EXTRA_libfrtests_a_SOURCES): Add amd64.asm.ryde2003-08-301-1/+1
* New file.ryde2003-08-301-0/+46
* (tests_machine_prec_long_double): Add amd64 to theryde2003-08-301-1/+1
* (check_set_get): Improve error messages.ryde2003-08-301-2/+7
* (ld_trace): New function.ryde2003-08-301-0/+23
* fixed pb found by Damien Fisherzimmerma2003-08-041-9/+26
* (check_PROGRAMS): Add tget_d_2exp.c.ryde2003-07-191-1/+1