Clicky

Fortran Wiki
mvbits (Rev #2, changes)

Skip the Navigation Links | Home Page | All Pages | Recently Revised | Authors | Feeds | Export |

Showing changes from revision #1 to #2: (追記) Added (追記ここまで) | (削除) Removed (削除ここまで) | (削除) Chan (削除ここまで)(追記) ged (追記ここまで)

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).

Standard

(削除) Fortran 95 and later (削除ここまで)(追記) Fortran 95 (追記ここまで)(追記) and later (追記ここまで)

Class

Elemental subroutine

Syntax

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

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.

See also

ibclr, ibset, ibits, iand, ior

category: (削除) Intrinsics (削除ここまで)(追記) intrinsics (追記ここまで)

Revision from April 30, 2009 20:16:49 by Jason Blevins
Forward in time (to current) | Back in time (1 more) | See current | Hide changes | History | Rollback | View: Source | Linked from: Intrinsic procedures, btest, ibclr, ibset

AltStyle によって変換されたページ (->オリジナル) /