Skip to content

Commit

Permalink
* sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.
Browse files Browse the repository at this point in the history
	* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
	* sysdeps/s390/fpu/libm-test-ulps: Likewise.

            Darin Petkov  <darin@tensilica.com>
  • Loading branch information
Ulrich Drepper committed Jul 20, 2005
1 parent aa2ebe0 commit 35476e9
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 28 deletions.
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
2005-07-20 Ulrich Drepper <drepper@redhat.com>

* sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.

2005-07-20 Bob Wilson <bob.wilson@acm.org>
Darin Petkov <darin@tensilica.com>
Darin Petkov <darin@tensilica.com>

* sysdeps/ieee754/flt-32/e_atan2f.c (pi_lo): Correct exponent value.

Expand Down
15 changes: 6 additions & 9 deletions sysdeps/powerpc/fpu/libm-test-ulps
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@

# atan2
Test "atan2 (-0.75, -1.0) == -2.49809154479650885165983415456218025":
float: 3
ifloat: 3
float: 1
ifloat: 1
Test "atan2 (0.75, -1.0) == 2.49809154479650885165983415456218025":
float: 3
ifloat: 3
float: 1
ifloat: 1
Test "atan2 (1.390625, 0.9296875) == 0.981498387184244311516296577615519772":
float: 1
ifloat: 1
Test "atan2 (-0.00756827042671106339, -.001792735857538728036) == -1.80338464113663849327153994379639112":
float: 6
ifloat: 6

# atanh
Test "atanh (0.75) == 0.972955074527656652552676371721589865":
Expand Down Expand Up @@ -623,8 +620,8 @@ idouble: 1

# Maximal error of functions:
Function: "atan2":
float: 6
ifloat: 6
float: 1
ifloat: 1

Function: "atanh":
float: 1
Expand Down
15 changes: 6 additions & 9 deletions sysdeps/s390/fpu/libm-test-ulps
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@

# atan2
Test "atan2 (-0.75, -1.0) == -2.49809154479650885165983415456218025":
float: 3
ifloat: 3
float: 1
ifloat: 1
Test "atan2 (0.75, -1.0) == 2.49809154479650885165983415456218025":
float: 3
ifloat: 3
float: 1
ifloat: 1
Test "atan2 (1.390625, 0.9296875) == 0.981498387184244311516296577615519772":
float: 1
ifloat: 1
Test "atan2 (-0.00756827042671106339, -.001792735857538728036) == -1.80338464113663849327153994379639112":
float: 6
ifloat: 6

# atanh
Test "atanh (0.75) == 0.972955074527656652552676371721589865":
Expand Down Expand Up @@ -664,8 +661,8 @@ idouble: 1

# Maximal error of functions:
Function: "atan2":
float: 6
ifloat: 6
float: 1
ifloat: 1

Function: "atanh":
float: 1
Expand Down
15 changes: 6 additions & 9 deletions sysdeps/x86_64/fpu/libm-test-ulps
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,14 @@ ldouble: 1

# atan2
Test "atan2 (-0.75, -1.0) == -2.49809154479650885165983415456218025":
float: 3
ifloat: 3
float: 1
ifloat: 1
Test "atan2 (0.75, -1.0) == 2.49809154479650885165983415456218025":
float: 3
ifloat: 3
float: 1
ifloat: 1
Test "atan2 (1.390625, 0.9296875) == 0.981498387184244311516296577615519772":
float: 1
ifloat: 1
Test "atan2 (-0.00756827042671106339, -.001792735857538728036) == -1.80338464113663849327153994379639112":
float: 6
ifloat: 6

# atanh
Test "atanh (0.75) == 0.972955074527656652552676371721589865":
Expand Down Expand Up @@ -953,8 +950,8 @@ ildouble: 1
ldouble: 1

Function: "atan2":
float: 6
ifloat: 6
float: 1
ifloat: 1

Function: "atanh":
float: 1
Expand Down

0 comments on commit 35476e9

Please sign in to comment.