diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2013-01-04 17:05:11 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2013-01-04 18:53:13 +0100 |
commit | e47686e96036b1d00c58ecd54baaafde468ef23d (patch) | |
tree | f4401443f51822bb8693c48d480789cc146a9455 | |
parent | fffb407f4668b40b3df1eb8ee3ae3bc64ee79e20 (diff) | |
download | glibc-e47686e96036b1d00c58ecd54baaafde468ef23d.tar glibc-e47686e96036b1d00c58ecd54baaafde468ef23d.tar.gz glibc-e47686e96036b1d00c58ecd54baaafde468ef23d.tar.bz2 glibc-e47686e96036b1d00c58ecd54baaafde468ef23d.zip |
Update powerpc libm ULPs
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/powerpc/fpu/libm-test-ulps | 5 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2013-01-04 Andreas Schwab <schwab@linux-m68k.org> + + * sysdeps/powerpc/fpu/libm-test-ulps: Update. + 2013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com> * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code. diff --git a/sysdeps/powerpc/fpu/libm-test-ulps b/sysdeps/powerpc/fpu/libm-test-ulps index 9c21f6e662..812671de4a 100644 --- a/sysdeps/powerpc/fpu/libm-test-ulps +++ b/sysdeps/powerpc/fpu/libm-test-ulps @@ -257,6 +257,9 @@ idouble: 1 Test "Real part of: cacos (0.5 - 0 i) == 1.047197551196597746154214461093167628066 + +0 i": double: 1 idouble: 1 +Test "Real part of: cacos (0.75 + 1.25 i) == 1.11752014915610270578240049553777969 - 1.13239363160530819522266333696834467 i": +float: 1 +ifloat: 1 Test "Imaginary part of: cacos (1.5 + +0 i) == +0 - 0.9624236501192068949955178268487368462704 i": double: 1 float: 1 @@ -3021,7 +3024,9 @@ ldouble: 1 Function: Real part of "cacos": double: 1 +float: 1 idouble: 1 +ifloat: 1 ildouble: 1 ldouble: 1 |