Skip to content

Commit

Permalink
* sysdeps/powerpc/fpu/libm-test-ulps: Adjust ulps for complex
Browse files Browse the repository at this point in the history
	float functions for gcc 4.
  • Loading branch information
Ulrich Drepper committed Jun 18, 2005
1 parent 99c7f87 commit 0d9a071
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2005-06-17 Ulrich Drepper <drepper@redhat.com>

* sysdeps/powerpc/fpu/libm-test-ulps: Adjust ulps for complex
float functions for gcc 4.

2005-06-10 Jakub Jelinek <jakub@redhat.com>

* sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup):
Expand Down
30 changes: 18 additions & 12 deletions sysdeps/powerpc/fpu/libm-test-ulps
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ idouble: 2
ifloat: 3
Test "Real part of: cpow (2 + 3 i, 4 + 0 i) == -119.0 - 120.0 i":
double: 1
float: 4
float: 5
idouble: 1
ifloat: 4
ifloat: 5
Test "Imaginary part of: cpow (2 + 3 i, 4 + 0 i) == -119.0 - 120.0 i":
float: 2
ifloat: 2
Expand Down Expand Up @@ -351,6 +351,9 @@ double: 1
float: 1
idouble: 1
ifloat: 1
Test "j0 (2.0) == 0.223890779141235668051827454649948626":
float: 2
ifloat: 2
Test "j0 (10.0) == -0.245935764451348335197760862485328754":
double: 2
float: 1
Expand Down Expand Up @@ -382,6 +385,9 @@ double: 1
float: 1
idouble: 1
ifloat: 1
Test "jn (0, 2.0) == 0.223890779141235668051827454649948626":
float: 2
ifloat: 2
Test "jn (0, 10.0) == -0.245935764451348335197760862485328754":
double: 2
float: 1
Expand Down Expand Up @@ -418,8 +424,8 @@ Test "jn (10, 10.0) == 0.207486106633358857697278723518753428":
float: 1
ifloat: 1
Test "jn (10, 2.0) == 0.251538628271673670963516093751820639e-6":
float: 3
ifloat: 3
float: 4
ifloat: 4
Test "jn (3, 0.125) == 0.406503832554912875023029337653442868e-4":
double: 1
float: 1
Expand All @@ -435,9 +441,9 @@ idouble: 3
ifloat: 1
Test "jn (3, 2.0) == 0.128943249474402051098793332969239835":
double: 1
float: 1
float: 2
idouble: 1
ifloat: 1
ifloat: 2

# lgamma
Test "lgamma (0.7) == 0.260867246531666514385732417016759578":
Expand Down Expand Up @@ -730,9 +736,9 @@ ifloat: 1

Function: Real part of "cpow":
double: 2
float: 4
float: 5
idouble: 2
ifloat: 4
ifloat: 5

Function: Imaginary part of "cpow":
double: 2
Expand Down Expand Up @@ -800,9 +806,9 @@ ifloat: 1

Function: "j0":
double: 2
float: 1
float: 2
idouble: 2
ifloat: 1
ifloat: 2

Function: "j1":
double: 1
Expand All @@ -812,9 +818,9 @@ ifloat: 2

Function: "jn":
double: 3
float: 3
float: 4
idouble: 3
ifloat: 3
ifloat: 4

Function: "lgamma":
double: 1
Expand Down

0 comments on commit 0d9a071

Please sign in to comment.