Clicky

Fortran Wiki
mvbits (changes)

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

Showing changes from revision #2 to #3: (追記) 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

Class

(削除) Elemental subroutine (削除ここまで)(追記) 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

Revised on September 19, 2010 10:00:35 by Jason Blevins (174.101.53.244) (782 characters / 0.0 pages)
Edit | Back in time (2 revisions) | Hide changes | History | Views: Print | TeX | Source | Linked from: Intrinsic procedures, btest, ibclr, ibset

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