NCEPLIBS-g2  3.4.7
rdieee.F90 File Reference

Copy array of 32-bit IEEE floating point values to local floating point representation. More...

Go to the source code of this file.

Functions/Subroutines

subroutine rdieee (rieee, a, num)
 Copy array of 32-bit IEEE floating point values to local floating point representation. More...
 

Detailed Description

Copy array of 32-bit IEEE floating point values to local floating point representation.

Author
Stephen Gilbert
Date
2000-05-09

Definition in file rdieee.F90.

Function/Subroutine Documentation

◆ rdieee()

subroutine rdieee ( real(4), dimension(num), intent(in)  rieee,
real, dimension(num), intent(out)  a,
integer, intent(in)  num 
)

Copy array of 32-bit IEEE floating point values to local floating point representation.

Parameters
[in]rieeeInput array of floating point values in 32-bit IEEE format.
[out]aOutput array of real values.
[in]numNumber of floating point values to convert.
Author
Stephen Gilbert
Date
2000-05-09

Definition at line 15 of file rdieee.F90.

Referenced by comunpack(), getfield(), gf_unpack4(), gf_unpack7(), jpcunpack(), misspack(), pngunpack(), simunpack(), specunpack(), and unpack4().