source: proiecte/hpl/atlas_compiled/include/atlas_cNCmm.h @ 97

Last change on this file since 97 was 97, checked in by (none), 14 years ago

Adding compiled files

File size: 457 bytes
Line 
1#ifndef CMM_H
2   #define CMM_H
3
4   #define ATL_mmMULADD
5   #define ATL_mmLAT 10
6   #define ATL_mmMU  5
7   #define ATL_mmNU  4
8   #define ATL_mmKU  80
9   #define MB 80
10   #define NB 80
11   #define KB 80
12   #define NBNB 6400
13   #define MBNB 6400
14   #define MBKB 6400
15   #define NBKB 6400
16   #define NB2 160
17   #define NBNB2 12800
18
19   #define ATL_MulByNB(N_) ((N_) * 80)
20   #define ATL_DivByNB(N_) ((N_) / 80)
21   #define ATL_MulByNBNB(N_) ((N_) * 6400)
22
23#endif
Note: See TracBrowser for help on using the repository browser.