Home
last modified time | relevance | path

Searched defs:cross (Results 26 – 50 of 2427) sorted by relevance

12345678910>>...98

/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Duserdef_operator_1.f9014 pure function cross(a, b) function
16 real, dimension(3) :: cross local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Duserdef_operator_1.f9014 pure function cross(a, b) function
16 real, dimension(3) :: cross local
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gfortran.dg/
H A Duserdef_operator_1.f9014 pure function cross(a, b) function
16 real, dimension(3) :: cross local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/layout/
H A Dnormalized_geometry.cc25 void NormalizedPoint::SetPoint(int main, int cross) { in SetPoint()
53 void NormalizedSize::SetSize(int main, int cross) { in SetSize()
63 void NormalizedSize::SetToMax(int main, int cross) { in SetToMax()
68 void NormalizedSize::SetToMin(int main, int cross) { in SetToMin()
121 base::Optional<int> cross) in NormalizedSizeBounds()
130 void NormalizedSizeBounds::Expand(int main, int cross) { in Expand()
216 void NormalizedRect::Inset(int main, int cross) { in Inset()
229 void NormalizedRect::Offset(int main, int cross) { in Offset()
395 void SetCrossAxis(gfx::Size* size, LayoutOrientation orientation, int cross) { in SetCrossAxis()
421 base::Optional<int> cross) { in SetCrossAxis()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/layout/
H A Dnormalized_geometry.cc24 void NormalizedPoint::SetPoint(int main, int cross) { in SetPoint()
52 void NormalizedSize::SetSize(int main, int cross) { in SetSize()
62 void NormalizedSize::SetToMax(int main, int cross) { in SetToMax()
67 void NormalizedSize::SetToMin(int main, int cross) { in SetToMin()
119 NormalizedSizeBounds::NormalizedSizeBounds(SizeBound main, SizeBound cross) in NormalizedSizeBounds()
128 void NormalizedSizeBounds::Expand(int main, int cross) { in Expand()
211 void NormalizedRect::Inset(int main, int cross) { in Inset()
224 void NormalizedRect::Offset(int main, int cross) { in Offset()
388 void SetCrossAxis(gfx::Size* size, LayoutOrientation orientation, int cross) { in SetCrossAxis()
414 SizeBound cross) { in SetCrossAxis()
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/misc/java/test/
H A DSURFFeatureDetectorTest.java34 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255)); in getTestImg() local
78 Mat cross = getTestImg(); in testDetectListOfMatListOfListOfKeyPoint() local
107 Mat cross = getTestImg(); in testDetectMatListOfKeyPoint() local
140 Mat cross = getTestImg(); in testRead() local
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/NarrowPhaseCollision/
H A DbtPersistentManifold.cpp113 btVector3 cross = a0.cross(b0); in sortCachedPoints() local
120 btVector3 cross = a1.cross(b1); in sortCachedPoints() local
128 btVector3 cross = a2.cross(b2); in sortCachedPoints() local
136 btVector3 cross = a3.cross(b3); in sortCachedPoints() local
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtPersistentManifold.cpp113 btVector3 cross = a0.cross(b0); in sortCachedPoints() local
120 btVector3 cross = a1.cross(b1); in sortCachedPoints() local
128 btVector3 cross = a2.cross(b2); in sortCachedPoints() local
136 btVector3 cross = a3.cross(b3); in sortCachedPoints() local
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/NarrowPhaseCollision/
H A DbtPersistentManifold.cpp113 btVector3 cross = a0.cross(b0); in sortCachedPoints() local
120 btVector3 cross = a1.cross(b1); in sortCachedPoints() local
128 btVector3 cross = a2.cross(b2); in sortCachedPoints() local
136 btVector3 cross = a3.cross(b3); in sortCachedPoints() local
/dports/science/jmol/jmol-14.32.7/src/javajs/util/
H A DV3d.java45 public final void cross(V3d v1, V3d v2) { in cross() method in V3d
72 double cross = Math.sqrt(xx * xx + yy * yy + zz * zz); in angle() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/NarrowPhaseCollision/
H A DbtPersistentManifold.cpp136 btVector3 cross = a0.cross(b0); in sortCachedPoints() local
143 btVector3 cross = a1.cross(b1); in sortCachedPoints() local
151 btVector3 cross = a2.cross(b2); in sortCachedPoints() local
159 btVector3 cross = a3.cross(b3); in sortCachedPoints() local
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtPersistentManifold.cpp136 btVector3 cross = a0.cross(b0); in sortCachedPoints() local
143 btVector3 cross = a1.cross(b1); in sortCachedPoints() local
151 btVector3 cross = a2.cross(b2); in sortCachedPoints() local
159 btVector3 cross = a3.cross(b3); in sortCachedPoints() local
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-api/src/main/java/de/lmu/ifi/dbs/elki/data/
H A DVectorUtil.java101 double cross = 0, l1 = 0, l2 = 0; in angleDense() local
132 double l1 = 0., l2 = 0., cross = 0.; in angleSparse() local
182 double l1 = 0., l2 = 0., cross = 0.; in angleSparseDense() local
293 final double cross = Math.max(Math.abs(s1), Math.abs(s2)); in minCosAngle() local
316 double cross = 0, l1 = 0, l2 = 0; in angle() local
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/utils/
H A Dfloatpoint.h67 FPoint3 cross(const FPoint3& p) const in cross() function
75 static FPoint3 cross(const Point3& a, const Point3& b) in cross() function
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/Libpfs/manip/
H A Dprojection.h100 Vector3D *cross; variable
116 Vector3D *cross; variable
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/Geometry/
H A DOrthoMethods.h34 MatrixBase<Derived>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
110 VectorwiseOp<ExpressionType,Direction>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Geometry/
H A DOrthoMethods.h35 MatrixBase<Derived>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
111 VectorwiseOp<ExpressionType,Direction>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/Geometry/
H A DOrthoMethods.h35 MatrixBase<Derived>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
111 VectorwiseOp<ExpressionType,Direction>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/Geometry/
H A DOrthoMethods.h34 MatrixBase<Derived>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
110 VectorwiseOp<ExpressionType,Direction>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
/dports/math/eigen3/eigen-3.3.9/Eigen/src/Geometry/
H A DOrthoMethods.h34 MatrixBase<Derived>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
110 VectorwiseOp<ExpressionType,Direction>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/Geometry/
H A DOrthoMethods.h34 MatrixBase<Derived>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
110 VectorwiseOp<ExpressionType,Direction>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/Geometry/
H A DOrthoMethods.h34 MatrixBase<Derived>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
110 VectorwiseOp<ExpressionType,Direction>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/Geometry/
H A DOrthoMethods.h34 MatrixBase<Derived>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
110 VectorwiseOp<ExpressionType,Direction>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/include/Eigen/src/Geometry/
H A DOrthoMethods.h34 MatrixBase<Derived>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
110 VectorwiseOp<ExpressionType,Direction>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/eigen/Eigen/src/Geometry/
H A DOrthoMethods.h34 MatrixBase<Derived>::cross(const MatrixBase<OtherDerived>& other) const in cross() function
110 VectorwiseOp<ExpressionType,Direction>::cross(const MatrixBase<OtherDerived>& other) const in cross() function

12345678910>>...98