VEC_ANDC(ARG1, ARG2)

Purpose

Performs a bitwise AND of the first argument and the bitwise complement of the second argument.

Class

Elemental function

Argument type and attributes

ARG1
An INTENT(IN) integer vector, real vector, or unsigned vector.
ARG2
An INTENT(IN) vector of the same type as ARG1.

Result type and attributes

The result is of the same type as ARG1.

Result value

The result is the bitwise AND of ARG1 with the bitwise complement of ARG2.