History log of /src/tests/lib/libm/t_atan.c |
Revision | | Date | Author | Comments |
1.15 |
| 17-Mar-2014 |
martin | Handle VAX
|
1.14 |
| 08-Mar-2014 |
martin | no NaN tests for vax
|
1.13 |
| 07-Mar-2014 |
martin | Vax does not do +/- INF.
|
1.12 |
| 05-Mar-2014 |
dsl | A couple of the atan tests are randomly failing. Print the incorrect value.
|
1.11 |
| 03-Mar-2014 |
martin | Remove all cargo-cult #ifndef __vax__ from the tests, that just paper over bugs in the vax libm.
|
1.10 |
| 27-Feb-2014 |
joerg | Avoid promotion in subexpressions.
|
1.9 |
| 14-Jun-2013 |
isaki | Remove header files which became unnecessary in 1.7.
|
1.8 |
| 09-Apr-2013 |
isaki | Use a pre-calculated value as expected result, instead of comparing it in a mathematical formula. PR lib/46434 (and see also 46433).
|
1.7 |
| 21-Mar-2013 |
isaki | Fix and revive test of atan_inf_neg, atan_inf_pos and atan_tan on i386. PR port-i386/46108. The machine epsilon 1.0e-40 is too severe and nonsense for double because DBL_EPSILON is about 2.2e-16 . I think that 1.0e-15 is enough good, in this case. XXX However, test of atan_tan should be replaced for other reasons.
|
1.6 |
| 11-Mar-2012 |
jruoho | branches: 1.6.2; And finally, fix boolean logic in the previous.
|
1.5 |
| 11-Mar-2012 |
jruoho | Fix previous: curiously enough, i386/qemu is not affected, so use the "system(3) hack" to identify Qemu.
|
1.4 |
| 10-Mar-2012 |
jruoho | Point to PR port-i386/46108 when failing on i386.
|
1.3 |
| 28-Feb-2012 |
pgoyette | Remove an escape sequence that was introduced by accident.
|
1.2 |
| 28-Feb-2012 |
jruoho | Fix wrong type.
|
1.1 |
| 17-Sep-2011 |
jruoho | branches: 1.1.2; 1.1.4; 1.1.8; 1.1.10; IEEE checks for the arcus functions.
|
1.1.10.1 |
| 23-Jun-2013 |
bouyer | Pull up following revision(s) (requested by isaki in ticket #903): tests/lib/libm/t_atan.c: revisions 1.4 - 1.7, 1.9 via patch Fix and revive test of atan_inf_neg, atan_inf_pos and atan_tan on i386. PR port-i386/46108. The machine epsilon 1.0e-40 is too severe and nonsense for double because DBL_EPSILON is about 2.2e-16 . I think that 1.0e-15 is enough good, in this case. XXX However, test of atan_tan should be replaced for other reasons. Remove header files which became unnecessary in 1.7.
|
1.1.8.1 |
| 23-Jun-2013 |
bouyer | Pull up following revision(s) (requested by isaki in ticket #903): tests/lib/libm/t_atan.c: revisions 1.4 - 1.7, 1.9 via patch Fix and revive test of atan_inf_neg, atan_inf_pos and atan_tan on i386. PR port-i386/46108. The machine epsilon 1.0e-40 is too severe and nonsense for double because DBL_EPSILON is about 2.2e-16 . I think that 1.0e-15 is enough good, in this case. XXX However, test of atan_tan should be replaced for other reasons. Remove header files which became unnecessary in 1.7.
|
1.1.4.1 |
| 23-Jun-2013 |
bouyer | Pull up following revision(s) (requested by isaki in ticket #903): tests/lib/libm/t_atan.c: revisions 1.4 - 1.7, 1.9 via patch Fix and revive test of atan_inf_neg, atan_inf_pos and atan_tan on i386. PR port-i386/46108. The machine epsilon 1.0e-40 is too severe and nonsense for double because DBL_EPSILON is about 2.2e-16 . I think that 1.0e-15 is enough good, in this case. XXX However, test of atan_tan should be replaced for other reasons. Remove header files which became unnecessary in 1.7.
|
1.1.2.2 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.6.2.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.6.2.1 |
| 23-Jun-2013 |
tls | resync from head
|