Lines Matching refs:dim
32 const Index dim = _box.dim(); in alignedbox() local
34 VectorType p0 = VectorType::Random(dim); in alignedbox()
35 VectorType p1 = VectorType::Random(dim); in alignedbox()
37 p1 = VectorType::Random(dim); } in alignedbox()
40 BoxType b0(dim); in alignedbox()
41 BoxType b1(VectorType::Random(dim),VectorType::Random(dim)); in alignedbox()
60 BoxType box1(VectorType::Random(dim)); in alignedbox()
61 box1.extend(VectorType::Random(dim)); in alignedbox()
62 BoxType box2(VectorType::Random(dim)); in alignedbox()
63 box2.extend(VectorType::Random(dim)); in alignedbox()
68 BoxType *bp0 = new BoxType(dim); in alignedbox()
69 BoxType *bp1 = new BoxType(dim); in alignedbox()
93 const Index dim = _box.dim(); in alignedboxCastTests() local
95 VectorType p0 = VectorType::Random(dim); in alignedboxCastTests()
96 VectorType p1 = VectorType::Random(dim); in alignedboxCastTests()
98 BoxType b0(dim); in alignedboxCastTests()