Binary representation of REAL #'s VAX vs.IRIS

David B. Anderson davea at quasar.wpd.sgi.com
Sat Jan 6 03:43:50 AEST 1990


In article <90Jan4.144239est.57496 at ugw.utcs.utoronto.ca>, SERRER at nrcm3.nrc.ca (Martin Serrer - Systems Manager) writes:
[other lines deleted]
> written such a piece of code?? How are reals stored on the IRIS??

Like all MIPS based machines, the 4D format is ANSI/IEEE Std 754-1985.

	IEEE Standard for Binary Floating-Point Arithmetic

Fortran REAL is stored as what the standard calls Single (32 bit).
Fortran DOUBLE PRECISION is stored as what the standard calls Double (64 bit).
See the standard for details.

Regards,
[ David B. Anderson  Silicon Graphics  (415)335-1548  davea at sgi.com ]



More information about the Comp.sys.sgi mailing list