Warning, /include/epio/wordsize.inc is written in an unsupported language. File is not indexed.
0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.1 1996/03/08 15:21:46 mclareni
0006 * Initial revision
0007 *
0008 *
0009 #ifndef CERNLIB_EPIO_WORDSIZE_INC
0010 #define CERNLIB_EPIO_WORDSIZE_INC
0011 *
0012 *
0013 * wordsize.inc
0014 *
0015 C number of bits/word
0016 INTEGER NBITPW, NCHAPW, NBITPC, N16PW
0017 #if defined(CERNLIB_CDC)
0018 PARAMETER (NBITPW=60, NCHAPW=10, NBITPC=6)
0019 #elif defined(CERNLIB_CRAY)
0020 PARAMETER (NBITPW=64, NCHAPW= 8, NBITPC=8, N16PW=4)
0021 #elif (defined(CERNLIB_CONVEX))&&(defined(CERNLIB_SINGLE))
0022 PARAMETER (NBITPW=64, NCHAPW= 8, NBITPC=8, N16PW=4)
0023 #elif 1
0024 PARAMETER (NBITPW=32, NCHAPW=4, NBITPC=8, N16PW=2)
0025 #endif
0026
0027 #endif