source: proiecte/hpl/atlas_compiled/include/atlas/atlas_dNCmm.h @ 97

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

Adding compiled files

File size: 450 bytes
Line 
1#ifndef DMM_H
2   #define DMM_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  24
9   #define MB 24
10   #define NB 24
11   #define KB 24
12   #define NBNB 576
13   #define MBNB 576
14   #define MBKB 576
15   #define NBKB 576
16   #define NB2 48
17   #define NBNB2 1152
18
19   #define ATL_MulByNB(N_) ((N_) * 24)
20   #define ATL_DivByNB(N_) ((N_) / 24)
21   #define ATL_MulByNBNB(N_) ((N_) * 576)
22
23#endif
Note: See TracBrowser for help on using the repository browser.