[UP]


Manual Reference Pages  - mvbits (3)

NAME

mvbits(3f) - [FORTRAN:INTRINSIC:BIT MANIPULATION] Move bits from one integer to another

CONTENTS

Syntax
Description
Arguments
Standard
Class
See Also

SYNTAX

call mvbits(from, frompos, len, to, topos)

DESCRIPTION

Moves LEN bits from positions FROMPOS through frompos+len-1 of FROM to positions TOPOS through topos+len-1 of TO. The portion of argument TO not affected by the movement of bits is unchanged. The values of frompos+len-1 and topos+len-1 must be less than bit_size(from).

ARGUMENTS

FROM - The type shall be INTEGER.
FROMPOS
  - The type shall be INTEGER.
LEN - The type shall be INTEGER.
TO - The type shall be INTEGER, of the same kind as FROM.
TOPOS - The type shall be INTEGER.

STANDARD

[[Fortran 95]] and later

CLASS

[[Elemental subroutine]]

SEE ALSO

[[ibclr]], [[ibset]], [[ibits]], [[iand]], [[ior]]


mvbits (3) March 18, 2019
Generated by manServer 1.08 from ff52a051-c299-4565-b553-b00e42f9b386 using man macros.