NCEPLIBS-g2c
1.7.0
|
Go to the source code of this file.
Functions | |
void | mkieee (float *a, g2int *rieee, g2int num) |
This subroutine stores a list of real values in 32-bit IEEE floating point format. More... | |
Definition in file mkieee.c.
This subroutine stores a list of real values in 32-bit IEEE floating point format.
a | Input array of floating point values. |
num | Number of floating point values to convert. |
rieee | Output array of data values in 32-bit IEEE format stored in g2int integer array. rieee must be allocated with at least 4*num bytes of memory before calling this function. |
Definition at line 22 of file mkieee.c.
References int_power().
Referenced by compack(), g2_addfield(), jpcpack_int(), misspack(), pngpack_int(), simpack(), and specpack().