24 g2int j,n,ieee,iexp,imant;
27 static double two23,two126;
76 if (n > 127) iexp=255;
80 ieee = ieee | ( iexp << 23 );
89 imant=(
g2int)rint(atemp*two23);
Header file for NCEPLIBS-g2c library.
int64_t g2int
Long integer type.
double int_power(double x, g2int y)
Function similar to C pow() power function.
void mkieee(g2float *a, g2int *rieee, g2int num)
This subroutine stores a list of real values in 32-bit IEEE floating point format.