Home | History | Annotate | Download | only in test

Lines Matching refs:InnerStride

35     PlainObjectType::Map(ptr, InnerStride<>(i)).setZero();
36 PlainObjectType::MapAligned(ptr, InnerStride<>(i)).setZero();
37 PlainObjectType::Map(const_ptr, InnerStride<>(i)).sum();
38 PlainObjectType::MapAligned(const_ptr, InnerStride<>(i)).sum();
40 PlainObjectType::Map(ptr, InnerStride<2>()).setZero();
41 PlainObjectType::MapAligned(ptr, InnerStride<3>()).setZero();
42 PlainObjectType::Map(const_ptr, InnerStride<4>()).sum();
43 PlainObjectType::MapAligned(const_ptr, InnerStride<5>()).sum();
81 PlainObjectType::Map(ptr, rows, cols, InnerStride<>(i)).setZero();
82 PlainObjectType::MapAligned(ptr, rows, cols, InnerStride<>(i)).setZero();
83 PlainObjectType::Map(const_ptr, rows, cols, InnerStride<>(i)).sum();
84 PlainObjectType::MapAligned(const_ptr, rows, cols, InnerStride<>(i)).sum();
86 PlainObjectType::Map(ptr, rows, cols, InnerStride<2>()).setZero();
87 PlainObjectType::MapAligned(ptr, rows, cols, InnerStride<3>()).setZero();
88 PlainObjectType::Map(const_ptr, rows, cols, InnerStride<4>()).sum();
89 PlainObjectType::MapAligned(const_ptr, rows, cols, InnerStride<5>()).sum();
127 PlainObjectType::Map(ptr, size, InnerStride<>(i)).setZero();
128 PlainObjectType::MapAligned(ptr, size, InnerStride<>(i)).setZero();
129 PlainObjectType::Map(const_ptr, size, InnerStride<>(i)).sum();
130 PlainObjectType::MapAligned(const_ptr, size, InnerStride<>(i)).sum();
132 PlainObjectType::Map(ptr, size, InnerStride<2>()).setZero();
133 PlainObjectType::MapAligned(ptr, size, InnerStride<3>()).setZero();
134 PlainObjectType::Map(const_ptr, size, InnerStride<4>()).sum();
135 PlainObjectType::MapAligned(const_ptr, size, InnerStride<5>()).sum();