table of contents
rdieee.c(3) | NCEPLIBS-g2c | rdieee.c(3) |
NAME¶
rdieee.c - Read a list of real values in 32-bit IEEE floating point format.
SYNOPSIS¶
#include 'grib2.h'
Functions¶
void rdieee (g2int *rieee, g2float *a,
g2int num)
This subroutine reads a list of real values in 32-bit IEEE floating point
format.
Detailed Description¶
Read a list of real values in 32-bit IEEE floating point format.
Author
Date
Definition in file rdieee.c.
Function Documentation¶
void rdieee (g2int * rieee, g2float * a, g2int num)¶
This subroutine reads a list of real values in 32-bit IEEE floating point format.
Parameters
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
Date
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().
Author¶
Generated automatically by Doxygen for NCEPLIBS-g2c from the source code.
Tue May 3 2022 | Version 1.6.4 |