.TH "mkieee.c" 3 "Fri Jun 3 2022" "Version 1.6.4" "NCEPLIBS-g2c" \" -*- nroff -*- .ad l .nh .SH NAME mkieee.c .SH SYNOPSIS .br .PP \fC#include \fP .br \fC#include \fP .br \fC#include 'grib2\&.h'\fP .br .SS "Functions" .in +1c .ti -1c .RI "void \fBmkieee\fP (\fBg2float\fP *a, \fBg2int\fP *rieee, \fBg2int\fP num)" .br .RI "This subroutine stores a list of real values in 32-bit IEEE floating point format\&. " .in -1c .SH "Detailed Description" .PP .PP \fBAuthor\fP .RS 4 Stephen Gilbert .RE .PP \fBDate\fP .RS 4 2002-10-29 .RE .PP .PP Definition in file \fBmkieee\&.c\fP\&. .SH "Function Documentation" .PP .SS "void mkieee (\fBg2float\fP * a, \fBg2int\fP * rieee, \fBg2int\fP num)" .PP This subroutine stores a list of real values in 32-bit IEEE floating point format\&. .PP \fBParameters\fP .RS 4 \fIa\fP Input array of floating point values\&. .br \fInum\fP Number of floating point values to convert\&. .br \fIrieee\fP 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\&. .RE .PP \fBAuthor\fP .RS 4 Stephen Gilbert .RE .PP \fBDate\fP .RS 4 2002-10-29 .RE .PP .PP Definition at line 21 of file mkieee\&.c\&. .PP References int_power()\&. .PP Referenced by compack(), g2_addfield(), jpcpack(), misspack(), pngpack(), simpack(), and specpack()\&. .SH "Author" .PP Generated automatically by Doxygen for NCEPLIBS-g2c from the source code\&.