17 subroutine x48(iin4,iout8,nval)
21 integer,
intent(in) :: iin4(*), nval
22 integer,
intent(out) :: iout8(*)
24 integer,
parameter :: zero = 0, ones = -1
26 integer k, l, itmp, ilo, ihi
43 call mvb(iin4(k),1,itmp,ilo,4)
46 call mvb(ones,1,iout8(l),ihi,4)
48 call mvb(zero,1,iout8(l),ihi,4)
64 subroutine x84(iin8,iout4,nval)
67 integer,
intent(in) :: iin8(*), nval
68 integer,
intent(out) :: iout4(*)
70 integer k, l, itmp, ilo
84 call mvb(iin8(l),ilo,itmp,1,4)
108 use modv_vars,
only: im8b
112 logical,
intent(in) :: int8b
subroutine mvb(ib1, nb1, ib2, nb2, nbm)
Copy a specified number of bytes from one packed binary array to another.
subroutine setim8b(int8b)
Specify whether all integer arguments to NCEPLIBS-bufr subprograms from Fortran will use 8-byte integ...
subroutine x48(iin4, iout8, nval)
Encode one or more 4-byte integer values as 8-byte integer values.
subroutine x84(iin8, iout4, nval)
Encode one or more 8-byte integer values as 4-byte integer values.