[UP]


Manual Reference Pages  - shiftl (3)

NAME

shiftl(3f) - [FORTRAN:INTRINSIC:BIT MANIPULATION] shift bits left

CONTENTS

Syntax
Description
Arguments
Return Value
Standard
Class
See Also

SYNTAX

result = SHIFTL(I, SHIFT)

DESCRIPTION

Returns a value corresponding to I with all of the bits shifted left by SHIFT places. If the absolute value of SHIFT is greater than BIT_SIZE(I), the value is undefined. Bits shifted out from the left end are lost, and bits shifted in from the right end are set to 0.

ARGUMENTS

I The type shall be INTEGER.
SHIFT The type shall be INTEGER.

RETURN VALUE

The return value is of type INTEGER and of the same kind as I.

STANDARD

[[Fortran 2008]] and later

CLASS

[[Elemental function]]

SEE ALSO

[[shifta]], [[shiftr]]


shiftl (3) March 19, 2019
Generated by manServer 1.08 from 43fddb46-ad45-406a-8682-2ab5b607b853 using man macros.