インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
Elemental Intrinsic Function (Specific): Selects the left 64 bits after shifting a 128-bit integer value to the right. This function cannot be passed as an actual argument.
result = DSHIFTR (ileft,iright,ishift)
ileft |
(Input) INTEGER(8). |
iright |
(Input) INTEGER(8). |
ishift |
(Input) INTEGER(8). Must be nonnegative and less than or equal to 64. This is the shift count. |