|
NCEPLIBS-w3emc
2.11.0
|
Convert IBM370 F.P. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | q9ie32 (A, B, N, ISTAT) |
| Convert ibm370 32 bit floating point numbers to ieee 32 bit task 754 floating point numbers. More... | |
| subroutine q9ie32 | ( | integer(4), dimension(*) | A, |
| integer(4), dimension(*) | B, | ||
| N, | |||
| ISTAT | |||
| ) |
Convert ibm370 32 bit floating point numbers to ieee 32 bit task 754 floating point numbers.
Program history log:
| [in] | A | REAL*4 Array of ibm370 32 bit floating point numbers. |
| [out] | N | Number of points to convert. |
| [out] | B | REAL*4 Array of ieee 32 bit floating point numbers. |
| [out] | ISTAT | Number of point greater than 10e+38, numbers are set to ieee infinity, one is added to istat. Numbers less than e-38 are set to zero, one is not added to istat. |