Home
last modified time | relevance | path

Searched refs:DiagonalLength (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/geometry/
H A Dfloat_size_test.cc15 EXPECT_PRED_FORMAT2(geometry_test::AssertAlmostEqual, s1.DiagonalLength(), in TEST()
18 EXPECT_PRED_FORMAT2(geometry_test::AssertAlmostEqual, s2.DiagonalLength(), in TEST()
23 EXPECT_PRED_FORMAT2(geometry_test::AssertAlmostEqual, s3.DiagonalLength(), in TEST()
28 EXPECT_PRED_FORMAT2(geometry_test::AssertAlmostEqual, s4.DiagonalLength(), in TEST()
H A Dfloat_size.cc39 float FloatSize::DiagonalLength() const { in DiagonalLength() function in blink::FloatSize
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/geometry/
H A Dfloat_size_test.cc15 EXPECT_PRED_FORMAT2(geometry_test::AssertAlmostEqual, s1.DiagonalLength(), in TEST()
18 EXPECT_PRED_FORMAT2(geometry_test::AssertAlmostEqual, s2.DiagonalLength(), in TEST()
23 EXPECT_PRED_FORMAT2(geometry_test::AssertAlmostEqual, s3.DiagonalLength(), in TEST()
28 EXPECT_PRED_FORMAT2(geometry_test::AssertAlmostEqual, s4.DiagonalLength(), in TEST()
H A Dfloat_size.cc39 float FloatSize::DiagonalLength() const { in DiagonalLength() function in blink::FloatSize
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/
H A DMatrix.cpp249 Int Matrix<T>::DiagonalLength( Int offset ) const in DiagonalLength() function in elem::Matrix
454 const Int diagLength = DiagonalLength(offset); in GetDiagonal()
471 const Int diagLength = DiagonalLength(offset); in GetRealPartOfDiagonal()
488 const Int diagLength = DiagonalLength(offset); in GetImagPartOfDiagonal()
532 const Int diagLength = DiagonalLength(offset); in SetDiagonal()
548 const Int diagLength = DiagonalLength(offset); in SetRealPartOfDiagonal()
565 const Int diagLength = DiagonalLength(offset); in SetImagPartOfDiagonal()
581 const Int diagLength = DiagonalLength(offset); in UpdateDiagonal()
597 const Int diagLength = DiagonalLength(offset); in UpdateRealPartOfDiagonal()
614 const Int diagLength = DiagonalLength(offset); in UpdateImagPartOfDiagonal()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/core/views/
H A DPartition.hpp214 const Int diagLength = A.DiagonalLength(offset); in PartitionDownOffsetDiagonal()
235 const Int diagLength = A.DiagonalLength(offset); in PartitionDownOffsetDiagonal()
256 const Int diagLength = A.DiagonalLength(offset); in LockedPartitionDownOffsetDiagonal()
277 const Int diagLength = A.DiagonalLength(offset); in LockedPartitionDownOffsetDiagonal()
300 ( offset, A, ATL, ATR, ABL, ABR, A.DiagonalLength(offset)-diagDist ); in PartitionUpOffsetDiagonal()
312 ( offset, A, ATL, ATR, ABL, ABR, A.DiagonalLength(offset)-diagDist ); in PartitionUpOffsetDiagonal()
324 ( offset, A, ATL, ATR, ABL, ABR, A.DiagonalLength(offset)-diagDist ); in LockedPartitionUpOffsetDiagonal()
336 ( offset, A, ATL, ATR, ABL, ABR, A.DiagonalLength(offset)-diagDist ); in LockedPartitionUpOffsetDiagonal()
/dports/math/vtk8/VTK-8.2.0/Interaction/Style/
H A DvtkInteractorStyleFlight.cxx102 this->DiagonalLength = 1.0; in vtkInteractorStyleFlight()
622 this->DiagonalLength = 1.0; in SetupMotionVars()
626 this->DiagonalLength = in SetupMotionVars()
667 double speed = this->DiagonalLength * this->MotionStepSize * this->MotionUserScale; in FlyByMouse()
715 double speed = this->DiagonalLength * this->MotionStepSize * this->MotionUserScale; in FlyByKey()
/dports/math/vtk9/VTK-9.1.0/Interaction/Style/
H A DvtkInteractorStyleFlight.cxx101 this->DiagonalLength = 1.0; in vtkInteractorStyleFlight()
642 this->DiagonalLength = 1.0; in SetupMotionVars()
646 this->DiagonalLength = sqrt((bounds[0] - bounds[1]) * (bounds[0] - bounds[1]) + in SetupMotionVars()
681 double speed = this->DiagonalLength * this->MotionStepSize * this->MotionUserScale; in FlyByMouse()
729 double speed = this->DiagonalLength * this->MotionStepSize * this->MotionUserScale; in FlyByKey()
/dports/math/vtk6/VTK-6.2.0/Interaction/Style/
H A DvtkInteractorStyleFlight.cxx102 this->DiagonalLength = 1.0; in vtkInteractorStyleFlight()
622 this->DiagonalLength = 1.0; in SetupMotionVars()
626 this->DiagonalLength = in SetupMotionVars()
667 double speed = this->DiagonalLength * this->MotionStepSize * this->MotionUserScale; in FlyByMouse()
715 double speed = this->DiagonalLength * this->MotionStepSize * this->MotionUserScale; in FlyByKey()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/util/ApplyPackedReflectors/
H A DLLVB.hpp55 const Int diagLength = H.DiagonalLength(offset); in LLVB()
105 const Int diagLength = H.DiagonalLength(offset); in LLVB()
107 if( t.Height() != H.DiagonalLength(offset) ) in LLVB()
H A DLLVF.hpp55 const Int diagLength = H.DiagonalLength(offset); in LLVF()
104 const Int diagLength = H.DiagonalLength(offset); in LLVF()
H A DLUHF.hpp56 const Int diagLength = H.DiagonalLength(offset); in LUHF()
103 const Int diagLength = H.DiagonalLength(offset); in LUHF()
H A DLUVB.hpp50 const Int diagLength = H.DiagonalLength(offset); in LUVB()
97 const Int diagLength = H.DiagonalLength(offset); in LUVB()
H A DLUVF.hpp54 const Int diagLength = H.DiagonalLength(offset); in LUVF()
101 const Int diagLength = H.DiagonalLength(offset); in LUVF()
H A DRLVF.hpp55 const Int diagLength = H.DiagonalLength(offset); in RLVF()
104 const Int diagLength = H.DiagonalLength(offset); in RLVF()
H A DRUHF.hpp56 const Int diagLength = H.DiagonalLength(offset); in RUHF()
105 const Int diagLength = H.DiagonalLength(offset); in RUHF()
H A DRUVF.hpp54 const Int diagLength = H.DiagonalLength(offset); in RUVF()
102 const Int diagLength = H.DiagonalLength(offset); in RUVF()
H A DRLHF.hpp54 const Int diagLength = H.DiagonalLength(offset); in RLHF()
102 const Int diagLength = H.DiagonalLength(offset); in RLHF()
H A DLLHB.hpp55 const Int diagLength = H.DiagonalLength(offset); in LLHB()
105 const Int diagLength = H.DiagonalLength(offset); in LLHB()
H A DLLHF.hpp54 const Int diagLength = H.DiagonalLength(offset); in LLHF()
101 const Int diagLength = H.DiagonalLength(offset); in LLHF()
H A DLUHB.hpp56 const Int diagLength = H.DiagonalLength(offset); in LUHB()
104 const Int diagLength = H.DiagonalLength(offset); in LUHB()
H A DRLHB.hpp54 const Int diagLength = H.DiagonalLength(offset); in RLHB()
101 const Int diagLength = H.DiagonalLength(offset); in RLHB()
H A DRLVB.hpp55 const Int diagLength = H.DiagonalLength(offset); in RLVB()
103 const Int diagLength = H.DiagonalLength(offset); in RLVB()
H A DRUHB.hpp56 const Int diagLength = H.DiagonalLength(offset); in RUHB()
106 const Int diagLength = H.DiagonalLength(offset); in RUHB()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A DEdgePreservingDecomposition.cc226 Diagonals[index] = new float[DiagonalLength(StartRow)]; in CreateDiagonal()
233 memset(Diagonals[index], 0, sizeof(float)*DiagonalLength(StartRow)); in CreateDiagonal()
284 int lm = DiagonalLength(srm); in VectorProduct()
350 int l = DiagonalLength(sr); in VectorProduct()
770 memset(a_1, 0, A->DiagonalLength(1)*sizeof(float)); in CreateBlur()
771 memset(a_w1, 0, A->DiagonalLength(w - 1)*sizeof(float)); in CreateBlur()
772 memset(a_w, 0, A->DiagonalLength(w)*sizeof(float)); in CreateBlur()
773 memset(a_w_1, 0, A->DiagonalLength(w + 1)*sizeof(float)); in CreateBlur()

123