]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/packlib/kernlib/kerngen/kerngen/q_andor.inc
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / kerngen / q_andor.inc
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.2  1997/02/04 17:35:38  mclareni
6 * Merge Winnt and 97a versions
7 *
8 * Revision 1.1.1.1.2.1  1997/01/21 11:30:28  mclareni
9 * All mods for Winnt 96a on winnt branch
10 *
11 * Revision 1.1.1.1  1996/02/15 17:49:19  mclareni
12 * Kernlib
13 *
14 *
15 *    IAND / IOR / IEOR / NOT  standard?
16 *
17 * q_andor.inc
18 *
19 #if defined(CERNLIB_QMSUN)||defined(CERNLIB_QMLNX)
20       IAND (IZV,IZW) = AND (IZV, IZW)
21       IOR  (IZV,IZW) =  OR (IZV, IZW)
22       IEOR (IZV,IZW) = XOR (IZV, IZW)
23 #elif defined(CERNLIB_QMDOS)&&defined(CERNLIB_QF2C)
24       IAND(IZV,IZW)  = AND(IZV,IZW)
25        IOR(IZV,IZW)  =  OR(IZV,IZW)
26       IEOR(IZV,IZW)  = XOR(IZV,IZW)
27 #else
28 #endif