public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] update auto-libm-test-out-hypot
@ 2023-02-14 10:24 Paul Zimmermann
  2023-02-14 14:13 ` Florian Weimer
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Zimmermann @ 2023-02-14 10:24 UTC (permalink / raw)
  To: libc-alpha; +Cc: Paul Zimmermann

This change was forgotten in commit cf7ffdd.
---
 math/auto-libm-test-out-hypot | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/math/auto-libm-test-out-hypot b/math/auto-libm-test-out-hypot
index 92ab48df84..105307d29a 100644
--- a/math/auto-libm-test-out-hypot
+++ b/math/auto-libm-test-out-hypot
@@ -14765,3 +14765,28 @@ hypot -0x1.fa7deap+0 0x1.a761bab383ac8p+0
 = hypot tonearest ibm128 -0x1.fa7deap+0 0x1.a761bab383ac8p+0 : 0x2.942416eb158a10019b3e022619p+0 : inexact-ok
 = hypot towardzero ibm128 -0x1.fa7deap+0 0x1.a761bab383ac8p+0 : 0x2.942416eb158a10019b3e022619p+0 : inexact-ok
 = hypot upward ibm128 -0x1.fa7deap+0 0x1.a761bab383ac8p+0 : 0x2.942416eb158a10019b3e02261ap+0 : inexact-ok
+hypot -0x1.003222p-20 -0x1.6a2d58p-32
+= hypot downward binary32 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222p-20 : inexact-ok
+= hypot tonearest binary32 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222p-20 : inexact-ok
+= hypot towardzero binary32 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222p-20 : inexact-ok
+= hypot upward binary32 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003224p-20 : inexact-ok
+= hypot downward binary64 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffffp-20 : inexact-ok
+= hypot tonearest binary64 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffffp-20 : inexact-ok
+= hypot towardzero binary64 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffffp-20 : inexact-ok
+= hypot upward binary64 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003223p-20 : inexact-ok
+= hypot downward intel96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff408p-20 : inexact-ok
+= hypot tonearest intel96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40ap-20 : inexact-ok
+= hypot towardzero intel96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff408p-20 : inexact-ok
+= hypot upward intel96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40ap-20 : inexact-ok
+= hypot downward m68k96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff408p-20 : inexact-ok
+= hypot tonearest m68k96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40ap-20 : inexact-ok
+= hypot towardzero m68k96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff408p-20 : inexact-ok
+= hypot upward m68k96 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40ap-20 : inexact-ok
+= hypot downward binary128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfca5p-20 : inexact-ok
+= hypot tonearest binary128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfca5p-20 : inexact-ok
+= hypot towardzero binary128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfca5p-20 : inexact-ok
+= hypot upward binary128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfca6p-20 : inexact-ok
+= hypot downward ibm128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfc8p-20 : inexact-ok
+= hypot tonearest ibm128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfc8p-20 : inexact-ok
+= hypot towardzero ibm128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfc8p-20 : inexact-ok
+= hypot upward ibm128 -0x1.003222p-20 -0x1.6a2d58p-32 : 0x1.003222fffffff40977c94f4dfdp-20 : inexact-ok
-- 
2.39.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] update auto-libm-test-out-hypot
  2023-02-14 10:24 [PATCH] update auto-libm-test-out-hypot Paul Zimmermann
@ 2023-02-14 14:13 ` Florian Weimer
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Weimer @ 2023-02-14 14:13 UTC (permalink / raw)
  To: Paul Zimmermann via Libc-alpha; +Cc: Paul Zimmermann

* Paul Zimmermann via Libc-alpha:

> This change was forgotten in commit cf7ffdd.

Okay.

Reviewed-by: Florian Weimer <fweimer@redhat.com>

Thanks,
Florian


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-14 14:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-14 10:24 [PATCH] update auto-libm-test-out-hypot Paul Zimmermann
2023-02-14 14:13 ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).