<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: 128 bit floating point real in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938505#M32976</link>
    <description>Thanks for all the responses.  &lt;BR /&gt;&lt;BR /&gt;Unfortunately we're using ADA rather than Fortran, which doesn't have the X or H switches available.  Does anyone have any thoughts on the ADA side?&lt;BR /&gt;&lt;BR /&gt;  Neil</description>
    <pubDate>Fri, 04 Nov 2005 07:01:37 GMT</pubDate>
    <dc:creator>Neil Roberts</dc:creator>
    <dc:date>2005-11-04T07:01:37Z</dc:date>
    <item>
      <title>128 bit floating point real</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938500#M32971</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've had a user come to me asking about whether Alpha has support for 128 bit floating point reals (H-floating on VAX).&lt;BR /&gt;&lt;BR /&gt;Any help on this would be appreciated.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;  Neil</description>
      <pubDate>Fri, 04 Nov 2005 05:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938500#M32971</guid>
      <dc:creator>Neil Roberts</dc:creator>
      <dc:date>2005-11-04T05:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: 128 bit floating point real</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938501#M32972</link>
      <description>According to the migration manual&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/73final/documentation/pdf/OVMS_MIGR_APPL.pdf" target="_blank"&gt;http://h71000.www7.hp.com/doc/73final/documentation/pdf/OVMS_MIGR_APPL.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;H float is not supported. Consider using X float which is IEEE extended double precision and has a similar range. There are compiler qualifers (depending on the language used) to select this and conversion routines to convert to various formats. &lt;BR /&gt;&lt;BR /&gt;VAX code translated to Alpha using DECmigration can use H Float.</description>
      <pubDate>Fri, 04 Nov 2005 06:00:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938501#M32972</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-11-04T06:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: 128 bit floating point real</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938502#M32973</link>
      <description>Neil,&lt;BR /&gt;The FORTRAN compiler supports REAL*16.&lt;BR /&gt;On VAX processors, H_floating format is used to implement REAL*16. On Alpha processors, IEEE X_floating format is used to implement REAL*16. &lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Nov 2005 06:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938502#M32973</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2005-11-04T06:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: 128 bit floating point real</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938503#M32974</link>
      <description>I don't know off-hand what floating type it is (depending on compile /FLOAT switches ?), but this quick test shows:&lt;BR /&gt;&lt;BR /&gt;create f128.for&lt;BR /&gt;        program f128&lt;BR /&gt;* test if we have real*16&lt;BR /&gt;        real*16 test&lt;BR /&gt;        test=1.1234567899999999&lt;BR /&gt;        print *, ' ',test&lt;BR /&gt;        print *, ' ',test/test&lt;BR /&gt;        end Exit &lt;BR /&gt;fortran f128.for&lt;BR /&gt;link f128&lt;BR /&gt;run f128&lt;BR /&gt;    1.12345683574676513671875000000000 &lt;BR /&gt;    1.00000000000000000000000000000000    &lt;BR /&gt;</description>
      <pubDate>Fri, 04 Nov 2005 06:05:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938503#M32974</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-11-04T06:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: 128 bit floating point real</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938504#M32975</link>
      <description>&lt;BR /&gt;In addition on Alphas, the DOUBLE PRECISION (F90 REAL(KIND=16)) can be made by default 128 bit (X-floating), with the /DOUBLE_SIZE=128 Fortran compiler switch.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Nov 2005 06:49:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938504#M32975</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-11-04T06:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: 128 bit floating point real</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938505#M32976</link>
      <description>Thanks for all the responses.  &lt;BR /&gt;&lt;BR /&gt;Unfortunately we're using ADA rather than Fortran, which doesn't have the X or H switches available.  Does anyone have any thoughts on the ADA side?&lt;BR /&gt;&lt;BR /&gt;  Neil</description>
      <pubDate>Fri, 04 Nov 2005 07:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938505#M32976</guid>
      <dc:creator>Neil Roberts</dc:creator>
      <dc:date>2005-11-04T07:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: 128 bit floating point real</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938506#M32977</link>
      <description>Neil,&lt;BR /&gt;AFAIK, on Alpha, the FORTRAN, the HP C, the HP Pascal compilers support 128-bit floating points (IEEE X_float); the ADA compiler does not.&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;</description>
      <pubDate>Fri, 04 Nov 2005 07:44:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938506#M32977</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2005-11-04T07:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: 128 bit floating point real</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938507#M32978</link>
      <description>The manual I referenced has info on ADA. Search it for 128.</description>
      <pubDate>Fri, 04 Nov 2005 10:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938507#M32978</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-11-04T10:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: 128 bit floating point real</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938508#M32979</link>
      <description>Thank you all for your assistance.  Looks like a Fortran licence may be in the offing!!&lt;BR /&gt;&lt;BR /&gt;   Neil</description>
      <pubDate>Fri, 04 Nov 2005 12:44:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938508#M32979</guid>
      <dc:creator>Neil Roberts</dc:creator>
      <dc:date>2005-11-04T12:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: 128 bit floating point real</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938509#M32980</link>
      <description>No solution for problem.  Time to look at Fortran.</description>
      <pubDate>Fri, 04 Nov 2005 12:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/128-bit-floating-point-real/m-p/4938509#M32980</guid>
      <dc:creator>Neil Roberts</dc:creator>
      <dc:date>2005-11-04T12:45:25Z</dc:date>
    </item>
  </channel>
</rss>

