HP Fortran Programmer's Reference (September 2007)

Intrinsic procedures
Intrinsic procedure specifications
Chapter 11 567
INT2(A)
Description
Convert to INTEGER(2) type.
Class
Elemental nonstandard function.
Argument
A must be of type integer, real, or complex.
Result
INTEGER(2) type. If A is complex, INT2(A) is equal to the truncated real portion of A.
INT4(A)
Description
Convert to INTEGER(4) type.
Class
Elemental nonstandard function.
Argument
A must be of type integer, real, or complex.
Result
INTEGER(4) type. If A is complex, INT4(A) is equal to the truncated real portion of A.
INT8(A)
Description
Convert to INTEGER(8) type.