rdieee.c - Read a list of real values in 32-bit IEEE floating point format.
Contents
Detailed Description
Read a list of real values in 32-bit IEEE floating point format.
Author
Stephen Gilbert
Date
2002-10-25
Definition in file rdieee.c.
Function Documentation
voidrdieee(g2int*rieee,float*a,g2intnum)
Read a list of real values in 32-bit IEEE floating point format.
Parametersrieee 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.
Author
Stephen Gilbert
Date
2002-10-25
Definition at line 20 of file rdieee.c.
References int_power().
Referenced by aecunpack_int(), comunpack(), g2_miss(), g2_unpack4(), g2c_unpack7_int(), jpcunpack_int(),
misspack(), pngunpack_int(), simunpack(), and specunpack().
Name
rdieee.c - Read a list of real values in 32-bit IEEE floating point format.
Synopsis
#include 'grib2_int.h'
Functions
void rdieee (g2int *rieee, float *a, g2int num)
Read a list of real values in 32-bit IEEE floating point format.
