This format is useful
in operating environments where IEEE
w.
d is the floating-point representation
that is used. In addition, you can use the IEEE
w.
d format
to create files that are used by programs in operating environments
that use the IEEE floating-point representation.
Typically, programs
generate IEEE values in single-precision (4 bytes) or double-precision
(8 bytes). Programs perform truncation solely to save space on output
files. Machine instructions require that the floating-point number
be one of the two lengths. The IEEE
w.
d format allows other lengths,
which enables you to write data to files that contain space-saving
truncated data.