NCEPLIBS-g2c
1.6.4
|
Read a list of real values in 32-bit IEEE floating point format. More...
#include "grib2.h"
Go to the source code of this file.
Functions | |
void | rdieee (g2int *rieee, g2float *a, g2int num) |
This subroutine reads a list of real values in 32-bit IEEE floating point format. More... | |
Read a list of real values in 32-bit IEEE floating point format.
Definition in file rdieee.c.
This subroutine reads a list of real values in 32-bit IEEE floating point format.
rieee | g2int array of floating point values in 32-bit IEEE format. |
num | Number of floating point values to convert. |
a | float array of real values. a must be allocated with at least 4*num bytes of memory before calling this function. |
Definition at line 20 of file rdieee.c.
References int_power().
Referenced by comunpack(), g2_miss(), g2_unpack4(), g2_unpack7(), jpcunpack(), misspack(), pngunpack(), simunpack(), and specunpack().