Home
last modified time | relevance | path

Searched defs:intersection (Results 1 – 25 of 48) sorted by relevance

12

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DLookaheadSet.java76 public LookaheadSet intersection(LookaheadSet s) { in intersection() method in LookaheadSet
78 LookaheadSet intersection = new LookaheadSet(i); in intersection() local
/external/libgdx/gdx/src/com/badlogic/gdx/math/
DIntersector.java85 …tic boolean intersectSegmentPlane (Vector3 start, Vector3 end, Plane plane, Vector3 intersection) { in intersectSegmentPlane()
330 public static boolean intersectRayPlane (Ray ray, Plane plane, Vector3 intersection) { in intersectRayPlane()
356 Vector3 intersection) { in intersectLinePlane()
383 … boolean intersectRayTriangle (Ray ray, Vector3 t1, Vector3 t2, Vector3 t3, Vector3 intersection) { in intersectRayTriangle()
432 …c static boolean intersectRaySphere (Ray ray, Vector3 center, float radius, Vector3 intersection) { in intersectRaySphere()
461 public static boolean intersectRayBounds (Ray ray, BoundingBox box, Vector3 intersection) { in intersectRayBounds()
619 public static boolean intersectRayTriangles (Ray ray, float[] triangles, Vector3 intersection) { in intersectRayTriangles()
657 Vector3 intersection) { in intersectRayTriangles()
696 …lic static boolean intersectRayTriangles (Ray ray, List<Vector3> triangles, Vector3 intersection) { in intersectRayTriangles()
731 …tic boolean intersectLines (Vector2 p1, Vector2 p2, Vector2 p3, Vector2 p4, Vector2 intersection) { in intersectLines()
[all …]
/external/vulkan-validation-layers/libs/glm/detail/
Ddummy.cpp143 struct intersection
145 glm::vec4 position;
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DFeatureUtil.java295 public static <T> Set<T> intersection( in intersection() method in FeatureUtil
308 public static <T> Set<T> intersection(Set<? extends T> ... sets) { in intersection() method in FeatureUtil
/external/opencv3/3rdparty/openexr/Imath/
DImathSphere.h159 bool Sphere3<T>::intersect(const Line3<T> &line, Vec3<T> &intersection) const in intersect()
/external/opencv3/modules/core/misc/java/src/java/
Dcore+Range.java44 public Range intersection(Range r1) { in intersection() method in Range
/external/wpa_supplicant_8/src/p2p/
Dp2p_go_neg.c42 struct p2p_channels intersection; in p2p_peer_channels_check() local
379 struct p2p_channels *intersection) in p2p_reselect_channel()
503 struct p2p_channels tmp, intersection; in p2p_go_select_channel() local
Dp2p_invitation.c186 struct p2p_channels all_channels, intersection, *channels = NULL; in p2p_process_invitation_req() local
436 struct p2p_channels intersection, *channels = NULL; in p2p_process_invitation_resp() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DEmptyContiguousSet.java47 @Override public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method in EmptyContiguousSet
DContiguousSet.java114 public abstract ContiguousSet<C> intersection(ContiguousSet<C> other); in intersection() method in ContiguousSet
DRegularContiguousSet.java118 @Override public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method
/external/eigen/Eigen/src/Eigen2Support/Geometry/
DParametrizedLine.h135 inline _Scalar ParametrizedLine<_Scalar, _AmbientDim>::intersection(const Hyperplane<_Scalar, _Ambi… in intersection() function
DHyperplane.h168 VectorType intersection(const Hyperplane& other) in intersection() function
/external/deqp/framework/delibs/decpp/
DdeSTLUtil.hpp56 C intersection (const C& s1, const C& s2) in intersection() function
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DInterval.java115 public Interval intersection(Interval other) { in intersection() method in Interval
/external/guava/guava/src/com/google/common/collect/
DEmptyContiguousSet.java49 @Override public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method in EmptyContiguousSet
DContiguousSet.java145 public abstract ContiguousSet<C> intersection(ContiguousSet<C> other); in intersection() method in ContiguousSet
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DAttributeScope.java172 public Set intersection(AttributeScope other) { in intersection() method in AttributeScope
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXCertPathValidatorSpi.java479 …PKIXPolicyNode intersection = RFC3280CertPathUtilities.wrapupCertG(certPath, paramsPKIX, userIniti… in engineValidate() local
/external/v8/src/crankshaft/
Dhydrogen-check-elimination.cc393 MapSet intersection = instr->maps()->Intersect( in ReduceCheckMaps() local
593 MapSet intersection = le->maps_->Intersect(re->maps_, zone()); in ReduceCompareObjectEqAndBranch() local
616 MapSet intersection = entry->maps_->Intersect(string_maps(), zone()); in ReduceIsStringAndBranch() local
/external/opencv3/modules/imgproc/src/
Dintersection.cpp57 std::vector <Point2f> intersection; in rotatedRectangleIntersection() local
/external/eigen/Eigen/src/Geometry/
DParametrizedLine.h178 inline _Scalar ParametrizedLine<_Scalar, _AmbientDim,_Options>::intersection(const Hyperplane<_Scal… in intersection() function
DHyperplane.h189 VectorType intersection(const Hyperplane& other) const in intersection() function
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpecSet.java336 RegisterSpec intersection = in intersect() local
/external/freetype/src/cff/
Dcf2hints.c1123 FT_Vector* intersection ) in cf2_glyphpath_computeIntersection()
1242 FT_Vector intersection = { 0, 0 }; in cf2_glyphpath_pushPrevElem() local

12