HP Fortran Programmer's Reference (September 2007)

Intrinsic procedures
Intrinsic procedure specifications
Chapter 11 575
Result value
The result has the value obtained by performing an exclusive OR on I and J bit-by-bit
according to Table 11-9.
The model for interpreting an integer value as a sequence of bits is described in “The Bit
Model” on page 508.
Specific forms
BIXOR, HIXOR, IIXOR, JIXOR.
IZEXT(A)
Description
Zero extend.
Class
Generic elemental nonstandard function.
Argument
A must be of type INTEGER(1), INTEGER(2), LOGICAL(1), or LOGICAL(2).
Result type/
type parameters
The result is of type INTEGER(2).
Table 11-9 Truth table for IXOR intrinsic
I J IXOR(I, J)
110
101
011
000