17 SUBROUTINE mvb(IB1,NB1,IB2,NB2,NBM)
19 dimension ib1(*),ib2(*)
28 CALL upb(nval,8,ib1,jb1)
29 CALL pkb(nval,8,ib2,jb2)
subroutine mvb(IB1, NB1, IB2, NB2, NBM)
This subroutine copies a specified number of bytes from one packed binary array to another.
subroutine pkb(NVAL, NBITS, IBAY, IBIT)
This subroutine encodes an integer value within a specified number of bits of an integer array,...
subroutine upb(NVAL, NBITS, IBAY, IBIT)
This subroutine decodes an integer value from within a specified number of bits of an integer array,...