|
NCEPLIBS-w3emc
2.11.0
|
Transfers array from 16 to 64 bit words. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | w3fi02 (IN, IDEST, NUM) |
| Transfers an array of numbers from 16 bit (ibm integer*2) IBM half-words to default integers. More... | |
| subroutine w3fi02 | ( | integer(2), dimension(*) | IN, |
| integer, dimension(*) | IDEST, | ||
| NUM | |||
| ) |
Transfers an array of numbers from 16 bit (ibm integer*2) IBM half-words to default integers.
Program history log:
| [in] | IN | Starting address for array of 16 bit IBM half-words. |
| [in] | NUM | Number of numbers in 'IN' to transfer. |
| [out] | IDEST | Starting address for array of output integers. |