result = DSHIFTR( left, right, shift )
dshiftr Integer. The lowermost 64 bits of a right-shifted 128 bit value.
left Integer. An input argument. right Integer. An input argument. shift Integer. The shift count argument.
The external function DSHIFTR concatenates the two 64 bit arguments, left and right, into a single 128 bit value. The left argument is placed in the uppermost 64 bits and the right argument occupies the lowermost 64 bits. The entire 128 bit value is then shifted shift bits to the right and the lowermost 64 bits are returned as the result. Since DSHIFTR is not an ANSI Fortran 77 intrinsic function, it must be declared as EXTERNAL and INTEGER. For equations and other information, see Volume 3: UNICOS Math and Scientific Library Reference Manual SR-2081 7.0, Cray Research, Inc.