summaryrefslogtreecommitdiff
path: root/tests/tai.c
Commit message (Expand)AuthorAgeFilesLines
* [tests/*.c] When not in a test, use set_emin and set_emax rather thanvlefevre2021-01-311-2/+2
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [src/ai.c] revert part of r12312zimmerma2018-02-201-0/+20
* [tests/tai.c] Renamed test_near_zero to test_near_m2e, since this isvlefevre2018-02-191-7/+7
* [tests/tai.c] For test_near_zero(), check that the NaN flag was not setvlefevre2018-02-191-1/+9
* [src/ai.c] removed dead code, and improved coveragezimmerma2018-02-191-0/+66
* [tests/tai.c] In bug20180107, also check the flags.vlefevre2018-01-071-5/+12
* [tests/tai.c] added test that fails on x86_64zimmerma2018-01-071-0/+10
* [tests/tai.c] added test for bug in mpfr_ai (see threadzimmerma2018-01-071-0/+27
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* changed test_generic() calls to start from MPFR_PREC_MIN instead of 2;zimmerma2016-02-051-1/+1
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-4/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [tests] Untabified and removed trailing spaces.vlefevre2011-01-171-6/+6
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Add tests for mpfr_ai special case x=0.lfousse2011-01-131-3/+29
* Replacedvlefevre2010-07-301-1/+1
* [tai.c] enable first test of check_large, and reduced total timezimmerma2010-03-191-2/+4
* Removed check of ai.c for large arguments. I added in algorithms.tex a schevill2010-03-191-1/+1
* [tai.c] reduce the maximal exponents in test_generic()zimmerma2010-03-181-1/+4
* [tai.c] replace mpfr_cmp by mpfr_equal_pzimmerma2010-03-181-2/+2
* [tai.c] added test for large inputszimmerma2010-03-181-1/+35
* * Added function mpfr_ai. The implementation is the most naive: it evaluatesschevill2010-03-171-0/+44