[UP]


Manual Reference Pages  - dshiftl (3)

NAME

DSHIFTL(3f) - [FORTRAN:INTRINSIC:BIT MANIPULATION] combines bits of arguments I and J

CONTENTS

Syntax
Description
Arguments
Return Value
Standard
Class
See Also

SYNTAX

result = DSHIFTL(I, J, SHIFT)

DESCRIPTION

DSHIFTL(I, J, SHIFT) combines bits of I and J. The rightmost SHIFT bits of the result are the leftmost SHIFT bits of J, and the remaining bits are the rightmost bits of I.

ARGUMENTS

I Shall be of type INTEGER.
J Shall be of type INTEGER, and of the same kind as I.
SHIFT Shall be of type INTEGER.

RETURN VALUE

The return value has same type and kind as I.

STANDARD

[[Fortran 2008]] and later

CLASS

[[Elemental function]]

SEE ALSO

[[dshiftr]]


dshiftl (3) March 18, 2019
Generated by manServer 1.08 from 734cfb73-c4e3-42d8-b9e2-393bca6840b5 using man macros.