Searched refs:BoxType (Results 1 – 11 of 11) sorted by relevance
/external/eigen/test/ |
D | geo_alignedbox.cpp | 22 template<typename BoxType> void alignedbox(const BoxType& _box) in alignedbox() 27 typedef typename BoxType::Index Index; in alignedbox() 28 typedef typename BoxType::Scalar Scalar; in alignedbox() 30 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedbox() 40 BoxType b0(dim); in alignedbox() 41 BoxType b1(VectorType::Random(dim),VectorType::Random(dim)); in alignedbox() 42 BoxType b2; in alignedbox() 59 BoxType *bp0 = new BoxType(dim); in alignedbox() 60 BoxType *bp1 = new BoxType(dim); in alignedbox() 76 template<typename BoxType> [all …]
|
/external/eigen/test/eigen2/ |
D | eigen2_alignedbox.cpp | 15 template<typename BoxType> void alignedbox(const BoxType& _box) in alignedbox() 22 typedef typename BoxType::Scalar Scalar; in alignedbox() 24 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedbox() 30 BoxType b0(dim); in alignedbox() 31 BoxType b1(VectorType::Random(dim),VectorType::Random(dim)); in alignedbox() 32 BoxType b2; in alignedbox() 45 const int Dim = BoxType::AmbientDimAtCompileTime; in alignedbox()
|
/external/eigen/unsupported/test/ |
D | BVH.cpp | 46 typedef AlignedBox<double, Dim> BoxType; typedef 52 bool intersectVolume(const BoxType &r) { ++calls; return r.contains(p); } in intersectVolume() 60 …bool intersectVolumeVolume(const BoxType &r1, const BoxType &r2) { ++calls; return !(r1.intersecti… in intersectVolumeVolume() 61 …bool intersectVolumeObject(const BoxType &r, const BallType &b) { ++calls; return r.squaredExterio… in intersectVolumeObject() 62 …bool intersectObjectVolume(const BallType &b, const BoxType &r) { ++calls; return r.squaredExterio… in intersectObjectVolume() 69 …bool intersectVolumeObject(const BoxType &r, const VectorType &v) { ++calls; return r.contains(v);… in intersectVolumeObject() 77 double minimumOnVolume(const BoxType &r) { ++calls; return r.squaredExteriorDistance(p); } in minimumOnVolume() 79 …double minimumOnVolumeVolume(const BoxType &r1, const BoxType &r2) { ++calls; return r1.squaredExt… in minimumOnVolumeVolume() 80 …double minimumOnVolumeObject(const BoxType &r, const BallType &b) { ++calls; return SQR((std::max)… in minimumOnVolumeObject() 81 …double minimumOnObjectVolume(const BallType &b, const BoxType &r) { ++calls; return SQR((std::max)… in minimumOnObjectVolume() [all …]
|
/external/libxml2/result/ |
D | dav2.rdr | 18 4 1 R:BoxType 0 0 20 4 15 R:BoxType 0 0 62 4 1 R:BoxType 0 0 64 4 15 R:BoxType 0 0
|
D | dav2.rde | 18 4 1 R:BoxType 0 0 20 4 15 R:BoxType 0 0 62 4 1 R:BoxType 0 0 64 4 15 R:BoxType 0 0
|
D | dav2.sax | 20 SAX.startElement(R:BoxType) 22 SAX.endElement(R:BoxType) 64 SAX.startElement(R:BoxType) 66 SAX.endElement(R:BoxType)
|
D | dav2.sax2 | 20 SAX.startElementNs(BoxType, R, 'http://www.foo.bar/boxschema/', 0, 0, 0) 22 SAX.endElementNs(BoxType, R, 'http://www.foo.bar/boxschema/') 64 SAX.startElementNs(BoxType, R, 'http://www.foo.bar/boxschema/', 0, 0, 0) 66 SAX.endElementNs(BoxType, R, 'http://www.foo.bar/boxschema/')
|
D | dav1.rdr | 13 4 1 R:BoxType 0 0 15 4 15 R:BoxType 0 0
|
D | dav1.rde | 13 4 1 R:BoxType 0 0 15 4 15 R:BoxType 0 0
|
D | dav1.sax | 15 SAX.startElement(R:BoxType) 17 SAX.endElement(R:BoxType)
|
D | dav1.sax2 | 15 SAX.startElementNs(BoxType, R, 'http://www.foo.bar/boxschema', 0, 0, 0) 17 SAX.endElementNs(BoxType, R, 'http://www.foo.bar/boxschema')
|