HP Fortran Programmer's Reference (September 2007)

Intrinsic procedures
Intrinsic procedure specifications
Chapter 11606
QEXT(A)
Description
Convert to REAL(16) type.
Class
Elemental nonstandard function.
Argument
A must be of type integer, real, double precision, or complex.
Result
REAL(16).
Specific forms
QEXTD.
QFLOAT(A)
Description
Convert to REAL(16) type.
Class
Elemental nonstandard function.
Argument
A must be of type integer or REAL(4).
Result
REAL(16).
Specific forms
QFLOATI, QFLOTI, QFLOTJ, QFLOTK.