Home | History | Annotate | Download | only in test

Lines Matching defs:Dim

32   const Index dim = _box.dim();
34 VectorType p0 = VectorType::Random(dim);
35 VectorType p1 = VectorType::Random(dim);
37 p1 = VectorType::Random(dim); }
40 BoxType b0(dim);
41 BoxType b1(VectorType::Random(dim),VectorType::Random(dim));
59 BoxType *bp0 = new BoxType(dim);
60 BoxType *bp1 = new BoxType(dim);
84 const Index dim = _box.dim();
86 VectorType p0 = VectorType::Random(dim);
87 VectorType p1 = VectorType::Random(dim);
89 BoxType b0(dim);
94 const int Dim = BoxType::AmbientDimAtCompileTime;
96 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>();
98 AlignedBox<Scalar,Dim> hp1d = b0.template cast<Scalar>();