summaryrefslogtreecommitdiff
path: root/tests/tsin_cos.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tsin_cos.c: added test on tiny values.vlefevre2007-09-161-0/+22
* sin_cos.c: fixed a bug for x = 0 in reduced exponent range.vlefevre2007-06-211-0/+89
* Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULLvlefevre2007-06-211-6/+6
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-3/+3
* Converted tabs to spaces with expand.vlefevre2005-08-181-9/+9
* Change the address of the FSF.pelissip2005-06-021-2/+2
* new coverage testszimmerma2004-02-141-0/+19
* Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract...pelissip2004-01-281-6/+6
* Continue to port tests so that they don't use double.pelissip2004-01-141-64/+58