02.07.2013 Views

HP Fortran Programmer's Reference

HP Fortran Programmer's Reference

HP Fortran Programmer's Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Intrinsic procedures<br />

Intrinsic procedure specifications<br />

Result value<br />

The result has the value obtained by performing an exclusive OR on I and J bit-by-bit<br />

according to Table 11-9.<br />

Table 11-9 Truth table for IXOR intrinsic<br />

I J IXOR(I, J)<br />

1 1 0<br />

1 0 1<br />

0 1 1<br />

0 0 0<br />

The model for interpreting an integer value as a sequence of bits is described in “The Bit<br />

Model” on page 474.<br />

Specific forms<br />

BIXOR, HIXOR, IIXOR, JIXOR.<br />

IZEXT(A)<br />

Description<br />

Zero extend.<br />

Class<br />

Generic elemental nonstandard function.<br />

Argument<br />

A must be of type INTEGER(1), INTEGER(2), LOGICAL(1), orLOGICAL(2).<br />

Result type/<br />

type parameters<br />

The result is of type INTEGER(2).<br />

540<br />

Chapter 11

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!