]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/packlib/kernlib/kerngen/tcgens/sungs/cbyt.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / tcgens / sungs / cbyt.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1996/02/15 17:50:20 mclareni
6* Kernlib
7*
8*
9 SUBROUTINE CBYT (MZ,IZQ,IZW,IZP,NZB)
10C
11C CERN PROGLIB# M421 CBYT .VERSION KERNSUN 1.06 920511
12C ORIG. 22/09/88, JZ
13C
14C
15#if defined(CERNLIB_BUGLRSHFT)
16 IZW = OR ( AND (IZW,
17 + NOT(LSHIFT (ishft(NOT(0),NZB-32), IZP-1)))
18 +, ishft (LSHIFT(ishft(MZ,1-IZQ),32-NZB),-33+IZP+NZB) )
19#endif
20#if !defined(CERNLIB_BUGLRSHFT)
21 IZW = OR ( AND (IZW,
22 + NOT(LSHIFT (lrshft(NOT(0),32-NZB), IZP-1)))
23 +, lrshft (LSHIFT(lrshft(MZ,IZQ-1),32-NZB), 33-IZP-NZB) )
24#endif
25 RETURN
26 END