HP Fortran Programmer's Reference (September 2007)

Intrinsic procedures
Intrinsic procedure specifications
Chapter 11520
Result type/
type parameters
The result is of type real. If KIND is present, the kind type parameter is that specified by KIND;
otherwise, the kind type parameter is that of A.
Result value
If |A|<1,AINT(A) has the value 0; if A >= 1, AINT(A) has a value equal to the integer whose
magnitude is the largest integer that does not exceed the magnitude of A and whose sign is
the same as the sign of A.
Specific forms
DDINT,DINT,QINT.
ALL(MASK, DIM)
Optional argument
DIM
Description
Determine whether all values are .TRUE. in MASK along dimension DIM.
Class
Transformational function.
Arguments
MASK must be of type logical. It must not be scalar.
DIM (optional) must be scalar and of type integer with value in the range 1 <= DIM <=
n
where
n
is the rank of MASK. The corresponding actual argument must not be
an optional dummy argument.