summaryrefslogtreecommitdiff
path: root/tests/tsin_cos.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.vlefevre2014-06-251-2/+2
* 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
* Updated URL's of mailing-list archives/messages in all filesvlefevre2012-05-031-1/+1
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-3/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [tests/tsin_cos.c] status_f and status were not read (compared) invlefevre2011-05-021-1/+2
* Removed trailing spaces.vlefevre2011-03-091-1/+1
* Change some functions called in test tsin_cos.cdemengeo2011-03-011-3/+6
* Extend coverage test of mpfr_sincos_fast to 100%demengeo2011-03-011-0/+27
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-2/+2
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-5/+5
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* tests/tsin_cos.c: in consistency(), better error message.vlefevre2009-12-071-6/+10
* tests/tsin_cos.c: in consistency(), improved testing on underflow case.vlefevre2009-12-071-7/+13
* tests/tsin_cos.c: in consistency(), added testing on underflow case.vlefevre2009-12-071-5/+20
* tests/tsin_cos.c: in consistency(), fixed flags testing.vlefevre2009-12-071-2/+7
* tests/tsin_cos.c: in consistency(), test also the flags.vlefevre2009-12-071-1/+8
* tests/tsin_cos.c: in consistency(), test also the returned valuevlefevre2009-12-071-4/+10
* tests/tsin_cos.c: ported bug20091122 from the 2.4 branch to the trunk.vlefevre2009-11-221-3/+45
* tests/tsin_cos.c: ported the consistency test from the 2.4 branch.vlefevre2009-10-301-0/+38
* [tsin_cos.c] removed useless instruction, and added commentszimmerma2009-10-131-1/+3
* [sin_cos.c] fixed call to mpfr_can_round (rounding mode was wrong)zimmerma2009-10-131-0/+50
* tests/tsin_cos.c: mp_rnd_t -> mpfr_rnd_t.vlefevre2009-10-091-1/+1
* tests/tsin_cos.c: added a comment about bug20091008, corresponding tovlefevre2009-10-091-1/+3
* [sin_cos.c] fixed error analysiszimmerma2009-10-081-0/+50
* tests/tsin_cos.c: mp_rnd_t -> mpfr_rnd_t.vlefevre2009-10-071-1/+1
* tests/tsin_cos.c: removed trailing spaces.vlefevre2009-10-071-1/+1
* [tsin_cos.c] changed binary to hexadecimal string (was too long for C89)zimmerma2009-10-071-1/+1
* [sin_cos.c] fixed bug introduced in r6447 (some variables had their precision...zimmerma2009-10-071-0/+48
* mpfr-impl.h, sin_cos.c, tests/tsin_cos.c: mp_rnd_t -> mpfr_rnd_t.vlefevre2009-09-181-1/+1
* added tuning mechanism for mpfr_sin_coszimmerma2009-09-181-30/+2
* [sin_cos.c] added asymptotically fast code, with threshold currently hardcodedzimmerma2009-09-181-8/+104
* [sin_cos.c] more precise meaning of the return valuezimmerma2009-09-171-1/+15
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-10/+10
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-35/+35
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-7/+9
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-8/+8
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* sin_cos.c, tsin_cos.c: fixed bug occurring when arguments overlap andzimmerma2007-12-141-2/+21
* tsin_cos.c: fixed the tiny() test.vlefevre2007-09-161-1/+1