c@64: #ifndef DMM_H c@64: #define DMM_H c@64: c@64: #define ATL_mmNOMULADD c@64: #define ATL_mmLAT 1 c@64: #define ATL_mmMU 12 c@64: #define ATL_mmNU 1 c@64: #define ATL_mmKU 56 c@64: #define MB 56 c@64: #define NB 56 c@64: #define KB 56 c@64: #define NBNB 3136 c@64: #define MBNB 3136 c@64: #define MBKB 3136 c@64: #define NBKB 3136 c@64: #define NB2 112 c@64: #define NBNB2 6272 c@64: c@64: #define ATL_MulByNB(N_) ((N_) * 56) c@64: #define ATL_DivByNB(N_) ((N_) / 56) c@64: #define ATL_MulByNBNB(N_) ((N_) * 3136) c@64: #define NBmm ATL_dJIK56x56x56TN56x56x0_a1_b1 c@64: #define NBmm_b1 ATL_dJIK56x56x56TN56x56x0_a1_b1 c@64: #define NBmm_b0 ATL_dJIK56x56x56TN56x56x0_a1_b0 c@64: #define NBmm_bX ATL_dJIK56x56x56TN56x56x0_a1_bX c@64: c@64: #endif