|
NCEPLIBS-g2
3.4.7
|
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... | |
Copy array of 32-bit IEEE floating point values to local floating point representation.
Definition in file rdieee.F90.
| 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.
| [in] | rieee | Input array of floating point values in 32-bit IEEE format. |
| [out] | a | Output array of real values. |
| [in] | num | Number of floating point values to convert. |
Definition at line 15 of file rdieee.F90.
Referenced by comunpack(), getfield(), gf_unpack4(), gf_unpack7(), jpcunpack(), misspack(), pngunpack(), simunpack(), specunpack(), and unpack4().