Home | History | Annotate | Download | only in test

Lines Matching defs:const_ptr

13 const float *const_ptr;
32 PlainObjectType::Map(const_ptr).sum();
33 PlainObjectType::MapAligned(const_ptr).sum();
37 PlainObjectType::Map(const_ptr, InnerStride<>(i)).sum();
38 PlainObjectType::MapAligned(const_ptr, InnerStride<>(i)).sum();
42 PlainObjectType::Map(const_ptr, InnerStride<4>()).sum();
43 PlainObjectType::MapAligned(const_ptr, InnerStride<5>()).sum();
47 PlainObjectType::Map(const_ptr, OuterStride<>(i)).sum();
48 PlainObjectType::MapAligned(const_ptr, OuterStride<>(i)).sum();
52 PlainObjectType::Map(const_ptr, OuterStride<4>()).sum();
53 PlainObjectType::MapAligned(const_ptr, OuterStride<5>()).sum();
57 PlainObjectType::Map(const_ptr, Stride<Dynamic,3>(i,3)).sum();
58 PlainObjectType::MapAligned(const_ptr, Stride<Dynamic, Dynamic>(i,j)).sum();
62 PlainObjectType::Map(const_ptr, Stride<2,4>()).sum();
63 PlainObjectType::MapAligned(const_ptr, Stride<5,3>()).sum();
79 PlainObjectType::Map(const_ptr, rows, cols).sum();
80 PlainObjectType::MapAligned(const_ptr, rows, cols).sum();
84 PlainObjectType::Map(const_ptr, rows, cols, InnerStride<>(i)).sum();
85 PlainObjectType::MapAligned(const_ptr, rows, cols, InnerStride<>(i)).sum();
89 PlainObjectType::Map(const_ptr, rows, cols, InnerStride<4>()).sum();
90 PlainObjectType::MapAligned(const_ptr, rows, cols, InnerStride<5>()).sum();
94 PlainObjectType::Map(const_ptr, rows, cols, OuterStride<>(i)).sum();
95 PlainObjectType::MapAligned(const_ptr, rows, cols, OuterStride<>(i)).sum();
99 PlainObjectType::Map(const_ptr, rows, cols, OuterStride<4>()).sum();
100 PlainObjectType::MapAligned(const_ptr, rows, cols, OuterStride<5>()).sum();
104 PlainObjectType::Map(const_ptr, rows, cols, Stride<Dynamic,3>(i,3)).sum();
105 PlainObjectType::MapAligned(const_ptr, rows, cols, Stride<Dynamic, Dynamic>(i,j)).sum();
109 PlainObjectType::Map(const_ptr, rows, cols, Stride<2,4>()).sum();
110 PlainObjectType::MapAligned(const_ptr, rows, cols, Stride<5,3>()).sum();
126 PlainObjectType::Map(const_ptr, size).sum();
127 PlainObjectType::MapAligned(const_ptr, size).sum();
131 PlainObjectType::Map(const_ptr, size, InnerStride<>(i)).sum();
132 PlainObjectType::MapAligned(const_ptr, size, InnerStride<>(i)).sum();
136 PlainObjectType::Map(const_ptr, size, InnerStride<4>()).sum();
137 PlainObjectType::MapAligned(const_ptr, size, InnerStride<5>()).sum();
153 const_ptr = ptr;