XL Fortran for AIX 8.1

Language Reference

ROTATELM(RS, SHIFT, MASK)

Rotate Left AND with Mask

Rotates the value of RS left by the number of bits specified in SHIFT. The rotated data is ANDed with the MASK and then returned as a result.

Parameters

RS
must be of type integer.

SHIFT
must be of type INTEGER(4).

MASK
must be a literal value of type integer.

Result Type and Attributes

Same as RS.

Results

The rotated data ANDed with MASK.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]