public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/ibuclaw/heads/darwin)] D, Math, IBM128 : Placeholder values for constants.
@ 2021-04-19 18:06 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-04-19 18:06 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8f8b4132e39d9cfb3c4f6385e45af42d95158e64

commit 8f8b4132e39d9cfb3c4f6385e45af42d95158e64
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 00:57:30 2020 +0000

    D, Math, IBM128 : Placeholder values for constants.
    
    These need to be checked and updated.

Diff:
---
 libphobos/src/std/internal/math/gammafunction.d | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/libphobos/src/std/internal/math/gammafunction.d b/libphobos/src/std/internal/math/gammafunction.d
index c9677c72463..981154e1ad3 100644
--- a/libphobos/src/std/internal/math/gammafunction.d
+++ b/libphobos/src/std/internal/math/gammafunction.d
@@ -257,6 +257,8 @@ else static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended53)
     enum real MAXGAMMA = 1755.5483429L;
 else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
     enum real MAXGAMMA = 171.6243769L;
+else static if (floatTraits!(real).realFormat == RealFormat.ibmExtended)
+    enum real MAXGAMMA = 1755.5483429L;
 else
     static assert(0, "missing MAXGAMMA for other real types");
 
@@ -615,6 +617,11 @@ else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
     enum real MAXLOG = 0x1.62e42fefa39efp+9L;  // log(real.max)
     enum real MINLOG = -0x1.74385446d71c3p+9L; // log(real.min_normal*real.epsilon) = log(smallest denormal)
 }
+else static if (floatTraits!(real).realFormat == RealFormat.ibmExtended)
+{
+    enum real MAXLOG = 0x1.62e42fefa39ef35793c7673007e6p+9L;  // log(real.max)
+    enum real MINLOG = -0x1.6546282207802c89d24d65e96274p+9L; // log(real.min_normal*real.epsilon) = log(
+}
 else
     static assert(0, "missing MAXLOG and MINLOG for other real types");


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

* [gcc(refs/users/ibuclaw/heads/darwin)] D, Math, IBM128 : Placeholder values for constants.
@ 2021-09-17 14:35 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-09-17 14:35 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1f46403afe52da13ecee942f9a31160320a12efb

commit 1f46403afe52da13ecee942f9a31160320a12efb
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 00:57:30 2020 +0000

    D, Math, IBM128 : Placeholder values for constants.
    
    These need to be checked and updated.

Diff:
---
 libphobos/src/std/internal/math/gammafunction.d | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/libphobos/src/std/internal/math/gammafunction.d b/libphobos/src/std/internal/math/gammafunction.d
index c9677c72463..981154e1ad3 100644
--- a/libphobos/src/std/internal/math/gammafunction.d
+++ b/libphobos/src/std/internal/math/gammafunction.d
@@ -257,6 +257,8 @@ else static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended53)
     enum real MAXGAMMA = 1755.5483429L;
 else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
     enum real MAXGAMMA = 171.6243769L;
+else static if (floatTraits!(real).realFormat == RealFormat.ibmExtended)
+    enum real MAXGAMMA = 1755.5483429L;
 else
     static assert(0, "missing MAXGAMMA for other real types");
 
@@ -615,6 +617,11 @@ else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
     enum real MAXLOG = 0x1.62e42fefa39efp+9L;  // log(real.max)
     enum real MINLOG = -0x1.74385446d71c3p+9L; // log(real.min_normal*real.epsilon) = log(smallest denormal)
 }
+else static if (floatTraits!(real).realFormat == RealFormat.ibmExtended)
+{
+    enum real MAXLOG = 0x1.62e42fefa39ef35793c7673007e6p+9L;  // log(real.max)
+    enum real MINLOG = -0x1.6546282207802c89d24d65e96274p+9L; // log(real.min_normal*real.epsilon) = log(
+}
 else
     static assert(0, "missing MAXLOG and MINLOG for other real types");


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

* [gcc(refs/users/ibuclaw/heads/darwin)] D, Math, IBM128 : Placeholder values for constants.
@ 2021-04-10 17:02 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-04-10 17:02 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:d4b56d771ebd34f1938a0b28c9bae8bebcc485d9

commit d4b56d771ebd34f1938a0b28c9bae8bebcc485d9
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 00:57:30 2020 +0000

    D, Math, IBM128 : Placeholder values for constants.
    
    These need to be checked and updated.

Diff:
---
 libphobos/src/std/internal/math/gammafunction.d | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/libphobos/src/std/internal/math/gammafunction.d b/libphobos/src/std/internal/math/gammafunction.d
index c9677c72463..981154e1ad3 100644
--- a/libphobos/src/std/internal/math/gammafunction.d
+++ b/libphobos/src/std/internal/math/gammafunction.d
@@ -257,6 +257,8 @@ else static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended53)
     enum real MAXGAMMA = 1755.5483429L;
 else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
     enum real MAXGAMMA = 171.6243769L;
+else static if (floatTraits!(real).realFormat == RealFormat.ibmExtended)
+    enum real MAXGAMMA = 1755.5483429L;
 else
     static assert(0, "missing MAXGAMMA for other real types");
 
@@ -615,6 +617,11 @@ else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
     enum real MAXLOG = 0x1.62e42fefa39efp+9L;  // log(real.max)
     enum real MINLOG = -0x1.74385446d71c3p+9L; // log(real.min_normal*real.epsilon) = log(smallest denormal)
 }
+else static if (floatTraits!(real).realFormat == RealFormat.ibmExtended)
+{
+    enum real MAXLOG = 0x1.62e42fefa39ef35793c7673007e6p+9L;  // log(real.max)
+    enum real MINLOG = -0x1.6546282207802c89d24d65e96274p+9L; // log(real.min_normal*real.epsilon) = log(
+}
 else
     static assert(0, "missing MAXLOG and MINLOG for other real types");


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

* [gcc(refs/users/ibuclaw/heads/darwin)] D, Math, IBM128 : Placeholder values for constants.
@ 2021-04-10 15:05 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-04-10 15:05 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:793a520acfb2d27d37618a76acb72dcee1fe515c

commit 793a520acfb2d27d37618a76acb72dcee1fe515c
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 00:57:30 2020 +0000

    D, Math, IBM128 : Placeholder values for constants.
    
    These need to be checked and updated.

Diff:
---
 libphobos/src/std/internal/math/gammafunction.d | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/libphobos/src/std/internal/math/gammafunction.d b/libphobos/src/std/internal/math/gammafunction.d
index c9677c72463..981154e1ad3 100644
--- a/libphobos/src/std/internal/math/gammafunction.d
+++ b/libphobos/src/std/internal/math/gammafunction.d
@@ -257,6 +257,8 @@ else static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended53)
     enum real MAXGAMMA = 1755.5483429L;
 else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
     enum real MAXGAMMA = 171.6243769L;
+else static if (floatTraits!(real).realFormat == RealFormat.ibmExtended)
+    enum real MAXGAMMA = 1755.5483429L;
 else
     static assert(0, "missing MAXGAMMA for other real types");
 
@@ -615,6 +617,11 @@ else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
     enum real MAXLOG = 0x1.62e42fefa39efp+9L;  // log(real.max)
     enum real MINLOG = -0x1.74385446d71c3p+9L; // log(real.min_normal*real.epsilon) = log(smallest denormal)
 }
+else static if (floatTraits!(real).realFormat == RealFormat.ibmExtended)
+{
+    enum real MAXLOG = 0x1.62e42fefa39ef35793c7673007e6p+9L;  // log(real.max)
+    enum real MINLOG = -0x1.6546282207802c89d24d65e96274p+9L; // log(real.min_normal*real.epsilon) = log(
+}
 else
     static assert(0, "missing MAXLOG and MINLOG for other real types");


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

* [gcc(refs/users/ibuclaw/heads/darwin)] D, Math, IBM128 : Placeholder values for constants.
@ 2021-03-14 22:01 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-03-14 22:01 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:e603939ed3e75236cc275608a95ed998283d7c91

commit e603939ed3e75236cc275608a95ed998283d7c91
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 00:57:30 2020 +0000

    D, Math, IBM128 : Placeholder values for constants.
    
    These need to be checked and updated.

Diff:
---
 libphobos/src/std/internal/math/gammafunction.d | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/libphobos/src/std/internal/math/gammafunction.d b/libphobos/src/std/internal/math/gammafunction.d
index c9677c72463..981154e1ad3 100644
--- a/libphobos/src/std/internal/math/gammafunction.d
+++ b/libphobos/src/std/internal/math/gammafunction.d
@@ -257,6 +257,8 @@ else static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended53)
     enum real MAXGAMMA = 1755.5483429L;
 else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
     enum real MAXGAMMA = 171.6243769L;
+else static if (floatTraits!(real).realFormat == RealFormat.ibmExtended)
+    enum real MAXGAMMA = 1755.5483429L;
 else
     static assert(0, "missing MAXGAMMA for other real types");
 
@@ -615,6 +617,11 @@ else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
     enum real MAXLOG = 0x1.62e42fefa39efp+9L;  // log(real.max)
     enum real MINLOG = -0x1.74385446d71c3p+9L; // log(real.min_normal*real.epsilon) = log(smallest denormal)
 }
+else static if (floatTraits!(real).realFormat == RealFormat.ibmExtended)
+{
+    enum real MAXLOG = 0x1.62e42fefa39ef35793c7673007e6p+9L;  // log(real.max)
+    enum real MINLOG = -0x1.6546282207802c89d24d65e96274p+9L; // log(real.min_normal*real.epsilon) = log(
+}
 else
     static assert(0, "missing MAXLOG and MINLOG for other real types");


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

* [gcc(refs/users/ibuclaw/heads/darwin)] D, Math, IBM128 : Placeholder values for constants.
@ 2021-03-07 17:03 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-03-07 17:03 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2d2ad13f9d14fa931f5b62450f9b335a88cfde5e

commit 2d2ad13f9d14fa931f5b62450f9b335a88cfde5e
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 00:57:30 2020 +0000

    D, Math, IBM128 : Placeholder values for constants.
    
    These need to be checked and updated.

Diff:
---
 libphobos/src/std/internal/math/gammafunction.d | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/libphobos/src/std/internal/math/gammafunction.d b/libphobos/src/std/internal/math/gammafunction.d
index c9677c72463..981154e1ad3 100644
--- a/libphobos/src/std/internal/math/gammafunction.d
+++ b/libphobos/src/std/internal/math/gammafunction.d
@@ -257,6 +257,8 @@ else static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended53)
     enum real MAXGAMMA = 1755.5483429L;
 else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
     enum real MAXGAMMA = 171.6243769L;
+else static if (floatTraits!(real).realFormat == RealFormat.ibmExtended)
+    enum real MAXGAMMA = 1755.5483429L;
 else
     static assert(0, "missing MAXGAMMA for other real types");
 
@@ -615,6 +617,11 @@ else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
     enum real MAXLOG = 0x1.62e42fefa39efp+9L;  // log(real.max)
     enum real MINLOG = -0x1.74385446d71c3p+9L; // log(real.min_normal*real.epsilon) = log(smallest denormal)
 }
+else static if (floatTraits!(real).realFormat == RealFormat.ibmExtended)
+{
+    enum real MAXLOG = 0x1.62e42fefa39ef35793c7673007e6p+9L;  // log(real.max)
+    enum real MINLOG = -0x1.6546282207802c89d24d65e96274p+9L; // log(real.min_normal*real.epsilon) = log(
+}
 else
     static assert(0, "missing MAXLOG and MINLOG for other real types");


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

* [gcc(refs/users/ibuclaw/heads/darwin)] D, Math, IBM128 : Placeholder values for constants.
@ 2021-01-30 19:10 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-01-30 19:10 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:da83292ec27e743074a9b59c86f1f2ea8cdb291c

commit da83292ec27e743074a9b59c86f1f2ea8cdb291c
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 00:57:30 2020 +0000

    D, Math, IBM128 : Placeholder values for constants.
    
    These need to be checked and updated.

Diff:
---
 libphobos/src/std/internal/math/gammafunction.d | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/libphobos/src/std/internal/math/gammafunction.d b/libphobos/src/std/internal/math/gammafunction.d
index c9677c72463..981154e1ad3 100644
--- a/libphobos/src/std/internal/math/gammafunction.d
+++ b/libphobos/src/std/internal/math/gammafunction.d
@@ -257,6 +257,8 @@ else static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended53)
     enum real MAXGAMMA = 1755.5483429L;
 else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
     enum real MAXGAMMA = 171.6243769L;
+else static if (floatTraits!(real).realFormat == RealFormat.ibmExtended)
+    enum real MAXGAMMA = 1755.5483429L;
 else
     static assert(0, "missing MAXGAMMA for other real types");
 
@@ -615,6 +617,11 @@ else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
     enum real MAXLOG = 0x1.62e42fefa39efp+9L;  // log(real.max)
     enum real MINLOG = -0x1.74385446d71c3p+9L; // log(real.min_normal*real.epsilon) = log(smallest denormal)
 }
+else static if (floatTraits!(real).realFormat == RealFormat.ibmExtended)
+{
+    enum real MAXLOG = 0x1.62e42fefa39ef35793c7673007e6p+9L;  // log(real.max)
+    enum real MINLOG = -0x1.6546282207802c89d24d65e96274p+9L; // log(real.min_normal*real.epsilon) = log(
+}
 else
     static assert(0, "missing MAXLOG and MINLOG for other real types");


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

* [gcc(refs/users/ibuclaw/heads/darwin)] D, Math, IBM128 : Placeholder values for constants.
@ 2021-01-28 17:33 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-01-28 17:33 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:294c800914397b6f82597ef7166b253413f946be

commit 294c800914397b6f82597ef7166b253413f946be
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 00:57:30 2020 +0000

    D, Math, IBM128 : Placeholder values for constants.
    
    These need to be checked and updated.

Diff:
---
 libphobos/src/std/internal/math/gammafunction.d | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/libphobos/src/std/internal/math/gammafunction.d b/libphobos/src/std/internal/math/gammafunction.d
index c9677c72463..981154e1ad3 100644
--- a/libphobos/src/std/internal/math/gammafunction.d
+++ b/libphobos/src/std/internal/math/gammafunction.d
@@ -257,6 +257,8 @@ else static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended53)
     enum real MAXGAMMA = 1755.5483429L;
 else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
     enum real MAXGAMMA = 171.6243769L;
+else static if (floatTraits!(real).realFormat == RealFormat.ibmExtended)
+    enum real MAXGAMMA = 1755.5483429L;
 else
     static assert(0, "missing MAXGAMMA for other real types");
 
@@ -615,6 +617,11 @@ else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
     enum real MAXLOG = 0x1.62e42fefa39efp+9L;  // log(real.max)
     enum real MINLOG = -0x1.74385446d71c3p+9L; // log(real.min_normal*real.epsilon) = log(smallest denormal)
 }
+else static if (floatTraits!(real).realFormat == RealFormat.ibmExtended)
+{
+    enum real MAXLOG = 0x1.62e42fefa39ef35793c7673007e6p+9L;  // log(real.max)
+    enum real MINLOG = -0x1.6546282207802c89d24d65e96274p+9L; // log(real.min_normal*real.epsilon) = log(
+}
 else
     static assert(0, "missing MAXLOG and MINLOG for other real types");


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

end of thread, other threads:[~2021-09-17 14:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19 18:06 [gcc(refs/users/ibuclaw/heads/darwin)] D, Math, IBM128 : Placeholder values for constants Iain Buclaw
  -- strict thread matches above, loose matches on Subject: below --
2021-09-17 14:35 Iain Buclaw
2021-04-10 17:02 Iain Buclaw
2021-04-10 15:05 Iain Buclaw
2021-03-14 22:01 Iain Buclaw
2021-03-07 17:03 Iain Buclaw
2021-01-30 19:10 Iain Buclaw
2021-01-28 17:33 Iain Buclaw

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).