26 subroutine up8(nval,nbits,ibay,ibit)
28 common /hrdwrd/ nbytw,nbitw,iord(8)
31 integer(4) :: nbits,ibit,ibay(*)
36 call upb8(nval,nbits,ibit,ibay)
subroutine up8(nval, nbits, ibay, ibit)
This subroutine decodes an 8-byte integer value from within a specified number of bits of an integer ...
subroutine upb8(nval, nbits, ibit, ibay)
This subroutine decodes an 8-byte integer value from within a specified number of bits of an integer ...