HP Fortran Programmer's Reference (September 2007)

Intrinsic procedures
Intrinsic procedure specifications
Chapter 11 531
BADDRESS(X)
Description
Return the address of X.
Class
Inquiry nonstandard function.
Argument
X may be of any type.
Result type
The result is of type default integer.
BIT_SIZE(I)
Description
Returns the number of bits
n,
defined by the model described in “The Bit Model” on page 508,
for integers with the kind parameter of the argument.
Class
Inquiry function.
Argument
I must be of type integer.
Result type,
type parameters,
and shape
Scalar integer with the same kind type parameter as I.
Result value
The result has the value of the number of bits
n
in the model integer, defined for bit
manipulation contexts in “The Bit Model” on page 508, for integers with the kind parameter
of the argument.