]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/packlib/kernlib/kerngen/kerngen/q_isabit.inc
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / kerngen / q_isabit.inc
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1996/02/15 17:49:20  mclareni
6 * Kernlib
7 *
8 *
9 *
10 * q_isabit.inc
11 *
12 #if defined(CERNLIB_QMLNX)||(defined(CERNLIB_QMDOS)&&defined(CERNLIB_QF_F2C))
13       BTEST(IZW,IZP) = AND (IZW,LSHIFT(1,IZP)) .NE. 0
14       IBSET(IZW,IZP) =  OR (IZW,LSHIFT(1,IZP))
15       IBCLR(IZW,IZP) = AND (IZW,NOT(LSHIFT(1,IZP)))
16       IBITS (IZW,IZP,NZB) = ISHFTR (LSHIFT(IZW,32-IZP-NZB), 32-NZB)
17 #endif