Home
last modified time | relevance | path

Searched refs:ConstPointer (Results 1 – 25 of 1976) sorted by relevance

12345678910>>...80

/dports/security/seal/SEAL-3.7.2/native/src/seal/util/
H A Dpointer.h558 ConstPointer(ConstPointer<seal_byte> &&source) noexcept in ConstPointer() function
568ConstPointer(ConstPointer<seal_byte> &&source, seal_byte value) : ConstPointer(std::move(source)) in ConstPointer() function
575ConstPointer(InputIt first, ConstPointer<seal_byte> &&source) : ConstPointer(std::move(source)) in ConstPointer() function
700 ConstPointer(const ConstPointer<seal_byte> &copy) = delete;
702 ConstPointer &operator=(const ConstPointer<seal_byte> &assign) = delete;
835 ConstPointer(ConstPointer<T> &&source) noexcept in ConstPointer() function
845 ConstPointer(ConstPointer<seal_byte> &&source) in ConstPointer() function
877 ConstPointer(ConstPointer<seal_byte> &&source, Args &&... args) in ConstPointer() function
906 ConstPointer(InputIt first, ConstPointer<seal_byte> &&source) in ConstPointer() function
1144 ConstPointer(const ConstPointer<T> &copy) = delete;
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/PoissonRecon/
H A DSparseMatrix.inl225 ConstPointer( MatrixEntry< T > ) start = m_ppElements[i];
227 ConstPointer( MatrixEntry< T > ) e;
259 …arseMatrix<T>::SolveJacobi( const SparseMatrix<T>& M , ConstPointer( T2 ) diagonal , ConstPointer(…
287 int SparseMatrix<T>::SolveGS( const SparseMatrix<T>& M , ConstPointer( T2 ) diagonal , ConstPointer
374 ConstPointer( MatrixEntry< T > ) start = M[j];
376 ConstPointer( MatrixEntry< T > ) e;
432 ConstPointer( MatrixEntry< T > ) e;
453ConstPointer( T2 ) )x , temp , threads ) , A.MultiplyAndAddAverage( ( ConstPointer( T2 ) )temp , r…
454 ….Multiply( ( ConstPointer( T2 ) )x , temp , threads ) , A.Multiply( ( ConstPointer( T2 ) )temp , r…
484 …else A.Multiply( ( ConstPointer( T2 ) )d , temp , threads ) , A.Multiply( ( ConstPointe…
[all …]
H A DSparseMatrix.h59 ConstPointer( MatrixEntry< T > ) operator[] ( int idx ) const { return m_ppElements[idx]; } in ConstPointer() function
79 …template< class T2 > void Multiply( ConstPointer( T2 ) in , Pointer( T2 ) out , int threads=1 ) co…
80 …template< class T2 > void MultiplyAndAddAverage( ConstPointer( T2 ) in , Pointer( T2 ) out , int t…
88 …template< class T2 > static int SolveJacobi( const SparseMatrix<T>& M , ConstPointer( T2 ) b , Poi…
89 …2 > static int SolveJacobi( const SparseMatrix<T>& M , ConstPointer( T2 ) diagonal , ConstPointer(…
90 …template< class T2 > static int SolveGS( const SparseMatrix<T>& M , ConstPointer( T2 ) b , Pointer…
91 …ss T2 > static int SolveGS( const SparseMatrix<T>& M , ConstPointer( T2 ) diagonal , ConstPointer(…
92 …ector< int > >& mcIndices , const SparseMatrix<T>& M , ConstPointer( T2 ) diagonal , ConstPointer(…
93 …:vector< std::vector< int > >& mcIndices , const SparseMatrix<T>& M , ConstPointer( T2 ) b , Point…
94 …template< class T2 > static int SolveCG( const SparseMatrix<T>& M , ConstPointer( T2 ) b , int ite…
/dports/math/pdal/PDAL-2.3.0/vendor/kazhdan/
H A DSparseMatrix.inl223 ConstPointer( MatrixEntry< T > ) e;
282 int SparseMatrix<T>::SolveGS( const SparseMatrix<T>& M , ConstPointer( T2 ) diagonal , ConstPointer
367 ConstPointer( MatrixEntry< T > ) start = M[j];
369 ConstPointer( MatrixEntry< T > ) e;
397 ConstPointer( MatrixEntry< T > ) start = M[jj];
399 ConstPointer( MatrixEntry< T > ) e;
421 ConstPointer( MatrixEntry< T > ) e;
442ConstPointer( T2 ) )x , temp , threads ) , A.MultiplyAndAddAverage( ( ConstPointer( T2 ) )temp , r…
443 ….Multiply( ( ConstPointer( T2 ) )x , temp , threads ) , A.Multiply( ( ConstPointer( T2 ) )temp , r…
469 …else A.Multiply( ( ConstPointer( T2 ) )d , temp , threads ) , A.Multiply( ( ConstPointe…
[all …]
H A DSparseMatrix.h59 ConstPointer( MatrixEntry< T > ) operator[] ( int idx ) const { return m_ppElements[idx]; } in ConstPointer() function
79 …template< class T2 > void Multiply( ConstPointer( T2 ) in , Pointer( T2 ) out , int threads=1 ) co…
80 …template< class T2 > void MultiplyAndAddAverage( ConstPointer( T2 ) in , Pointer( T2 ) out , int t…
88 …template< class T2 > static int SolveJacobi( const SparseMatrix<T>& M , ConstPointer( T2 ) b , Poi…
89 …2 > static int SolveJacobi( const SparseMatrix<T>& M , ConstPointer( T2 ) diagonal , ConstPointer(…
90 …template< class T2 > static int SolveGS( const SparseMatrix<T>& M , ConstPointer( T2 ) b , Pointer…
91 …ss T2 > static int SolveGS( const SparseMatrix<T>& M , ConstPointer( T2 ) diagonal , ConstPointer(…
92 …ector< int > >& mcIndices , const SparseMatrix<T>& M , ConstPointer( T2 ) diagonal , ConstPointer(…
93 …:vector< std::vector< int > >& mcIndices , const SparseMatrix<T>& M , ConstPointer( T2 ) b , Point…
94 …template< class T2 > static int SolveCG( const SparseMatrix<T>& M , ConstPointer( T2 ) b , int ite…
/dports/graphics/colmap/colmap-3.6/lib/PoissonRecon/
H A DSparseMatrix.inl226 ConstPointer( MatrixEntry< T > ) e;
274 int SparseMatrix<T>::SolveGS( const SparseMatrix<T>& M , ConstPointer( T2 ) diagonal , ConstPointer
355 ConstPointer( MatrixEntry< T > ) start = M[j];
357 ConstPointer( MatrixEntry< T > ) e;
385 ConstPointer( MatrixEntry< T > ) start = M[jj];
387 ConstPointer( MatrixEntry< T > ) e;
409 ConstPointer( MatrixEntry< T > ) e;
430ConstPointer( T2 ) )x , temp , threads ) , A.MultiplyAndAddAverage( ( ConstPointer( T2 ) )temp , r…
431 ….Multiply( ( ConstPointer( T2 ) )x , temp , threads ) , A.Multiply( ( ConstPointer( T2 ) )temp , r…
457 …else A.Multiply( ( ConstPointer( T2 ) )d , temp , threads ) , A.Multiply( ( ConstPointe…
[all …]
H A DSparseMatrix.h59 ConstPointer( MatrixEntry< T > ) operator[] ( int idx ) const { return m_ppElements[idx]; } in ConstPointer() function
79 …template< class T2 > void Multiply( ConstPointer( T2 ) in , Pointer( T2 ) out , int threads=1 ) co…
80 …template< class T2 > void MultiplyAndAddAverage( ConstPointer( T2 ) in , Pointer( T2 ) out , int t…
88 …template< class T2 > static int SolveJacobi( const SparseMatrix<T>& M , ConstPointer( T2 ) b , Poi…
89 …2 > static int SolveJacobi( const SparseMatrix<T>& M , ConstPointer( T2 ) diagonal , ConstPointer(…
90 …template< class T2 > static int SolveGS( const SparseMatrix<T>& M , ConstPointer( T2 ) b , Pointer…
91 …ss T2 > static int SolveGS( const SparseMatrix<T>& M , ConstPointer( T2 ) diagonal , ConstPointer(…
92 …ector< int > >& mcIndices , const SparseMatrix<T>& M , ConstPointer( T2 ) diagonal , ConstPointer(…
93 …:vector< std::vector< int > >& mcIndices , const SparseMatrix<T>& M , ConstPointer( T2 ) b , Point…
94 …template< class T2 > static int SolveCG( const SparseMatrix<T>& M , ConstPointer( T2 ) b , int ite…
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_screened_poisson/Src/
H A DSparseMatrix.inl226 ConstPointer( MatrixEntry< T > ) e;
285 int SparseMatrix<T>::SolveGS( const SparseMatrix<T>& M , ConstPointer( T2 ) diagonal , ConstPointer
366 ConstPointer( MatrixEntry< T > ) start = M[j];
368 ConstPointer( MatrixEntry< T > ) e;
396 ConstPointer( MatrixEntry< T > ) start = M[jj];
398 ConstPointer( MatrixEntry< T > ) e;
420 ConstPointer( MatrixEntry< T > ) e;
441ConstPointer( T2 ) )x , temp , threads ) , A.MultiplyAndAddAverage( ( ConstPointer( T2 ) )temp , r…
442 ….Multiply( ( ConstPointer( T2 ) )x , temp , threads ) , A.Multiply( ( ConstPointer( T2 ) )temp , r…
468 …else A.Multiply( ( ConstPointer( T2 ) )d , temp , threads ) , A.Multiply( ( ConstPointe…
[all …]
H A DSparseMatrix.h59 ConstPointer( MatrixEntry< T > ) operator[] ( int idx ) const { return m_ppElements[idx]; } in ConstPointer() function
79 …template< class T2 > void Multiply( ConstPointer( T2 ) in , Pointer( T2 ) out , int threads=1 ) co…
80 …template< class T2 > void MultiplyAndAddAverage( ConstPointer( T2 ) in , Pointer( T2 ) out , int t…
88 …template< class T2 > static int SolveJacobi( const SparseMatrix<T>& M , ConstPointer( T2 ) b , Poi…
89 …2 > static int SolveJacobi( const SparseMatrix<T>& M , ConstPointer( T2 ) diagonal , ConstPointer(…
90 …template< class T2 > static int SolveGS( const SparseMatrix<T>& M , ConstPointer( T2 ) b , Pointer…
91 …ss T2 > static int SolveGS( const SparseMatrix<T>& M , ConstPointer( T2 ) diagonal , ConstPointer(…
92 …ector< int > >& mcIndices , const SparseMatrix<T>& M , ConstPointer( T2 ) diagonal , ConstPointer(…
93 …:vector< std::vector< int > >& mcIndices , const SparseMatrix<T>& M , ConstPointer( T2 ) b , Point…
94 …template< class T2 > static int SolveCG( const SparseMatrix<T>& M , ConstPointer( T2 ) b , int ite…
/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd3d8.py138 …SULT, "Present", [(ConstPointer(RECT), "pSourceRect"), (ConstPointer(RECT), "pDestRect"), (HWND, "…
141 StdMethod(Void, "SetGammaRamp", [(D3DSGR, "Flags"), (ConstPointer(D3DGAMMARAMP), "pRamp")]),
163 StdMethod(HRESULT, "SetViewport", [(ConstPointer(D3DVIEWPORT8), "pViewport")]),
165 StdMethod(HRESULT, "SetMaterial", [(ConstPointer(D3DMATERIAL8), "pMaterial")]),
167 StdMethod(HRESULT, "SetLight", [(DWORD, "Index"), (ConstPointer(D3DLIGHT8), "pLight")]),
181 StdMethod(HRESULT, "SetClipStatus", [(ConstPointer(D3DCLIPSTATUS8), "pClipStatus")]),
217 …Method(HRESULT, "DrawRectPatch", [(UINT, "Handle"), (ConstPointer(Float), "pNumSegs"), (ConstPoint…
218 …dMethod(HRESULT, "DrawTriPatch", [(UINT, "Handle"), (ConstPointer(Float), "pNumSegs"), (ConstPoint…
223 …SULT, "Present", [(ConstPointer(RECT), "pSourceRect"), (ConstPointer(RECT), "pDestRect"), (HWND, "…
249 StdMethod(HRESULT, "AddDirtyRect", [(ConstPointer(RECT), "pDirtyRect")]),
[all …]
H A Dd3d9.py179 …SULT, "Present", [(ConstPointer(RECT), "pSourceRect"), (ConstPointer(RECT), "pDestRect"), (HWND, "…
192 …SURFACE9, "pSourceSurface"), (ConstPointer(RECT), "pSourceRect"), (PDIRECT3DSURFACE9, "pDestinatio…
209 StdMethod(HRESULT, "SetViewport", [(ConstPointer(D3DVIEWPORT9), "pViewport")]),
211 StdMethod(HRESULT, "SetMaterial", [(ConstPointer(D3DMATERIAL9), "pMaterial")]),
237 StdMethod(HRESULT, "SetScissorRect", [(ConstPointer(RECT), "pRect")]),
277 …Method(HRESULT, "DrawRectPatch", [(UINT, "Handle"), (ConstPointer(Float), "pNumSegs"), (ConstPoint…
278 …dMethod(HRESULT, "DrawTriPatch", [(UINT, "Handle"), (ConstPointer(Float), "pNumSegs"), (ConstPoint…
290 …SULT, "Present", [(ConstPointer(RECT), "pSourceRect"), (ConstPointer(RECT), "pDestRect"), (HWND, "…
339 StdMethod(HRESULT, "AddDirtyRect", [(ConstPointer(RECT), "pDirtyRect")]),
347 StdMethod(HRESULT, "AddDirtyBox", [(ConstPointer(D3DBOX), "pDirtyBox")]),
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/include/
H A DitkFEMObject.h84 using ConstPointer = SmartPointer<const Self>; variable
108 using ElementContainerConstPointer = typename ElementContainerType::ConstPointer;
110 using NodeContainerConstPointer = typename NodeContainerType::ConstPointer;
112 using LoadContainerConstPointer = typename LoadContainerType::ConstPointer;
114 using MaterialContainerConstPointer = typename MaterialContainerType::ConstPointer;
232 Element::ConstPointer GetElement(ElementIdentifier index) const;
238 Element::ConstPointer GetElementWithGlobalNumber(int globalNumber) const;
245 Element::Node::ConstPointer GetNode(NodeIdentifier index) const;
255 Material::ConstPointer GetMaterial(MaterialIdentifier index) const;
261 Material::ConstPointer GetMaterialWithGlobalNumber(int globalNumber) const;
[all …]
H A DitkFEMElement2DC1Beam.h47 using ConstPointer = SmartPointer<const Self>; variable
68 Element2DC1Beam(Node::ConstPointer n1_, Node::ConstPointer n2_, Material::ConstPointer mat_);
132 Material::ConstPointer GetMaterial() const override in GetMaterial()
137 void SetMaterial(Material::ConstPointer mat_) override in SetMaterial()
H A DitkFEMLoadBase.h47 using ConstPointer = SmartPointer<const Self>; variable
67 virtual void SetSolution(Solution::ConstPointer itkNotUsed(ptr)) { } in SetSolution()
68 virtual Solution::ConstPointer GetSolution() in GetSolution()
96 Element::ConstPointer m_Element;
H A DitkFEMLoadLandmark.h46 using ConstPointer = SmartPointer<const Self>; variable
61 void SetSolution(Solution::ConstPointer ptr) override in SetSolution()
65 Solution::ConstPointer GetSolution() override in GetSolution()
206 virtual Element::ConstPointer GetAssignedElement(Element::ArrayType1::Pointer elements);
226 void ApplyLoad(Element::ConstPointer element, Element::VectorType & Fe) override;
260 Solution::ConstPointer m_Solution;
H A DitkFEMLoadElementBase.h52 using ConstPointer = SmartPointer<const Self>; variable
78 void AddNextElement(Element::ConstPointer e) in AddNextElement()
87 Element::ConstPointer GetElement(int i);
102 …virtual void ApplyLoad(Element::ConstPointer , Element::VectorType & ) { /* HACK: This should pro… in ApplyLoad() argument
H A DitkFEMElement3DMembrane1DOF.h52 using ConstPointer = SmartPointer<const Self>; variable
101 Material::ConstPointer GetMaterial() const override in GetMaterial()
106 void SetMaterial(Material::ConstPointer mat_) override in SetMaterial()
119 MaterialLinearElasticity::ConstPointer m_Mat;
H A DitkFEMLoadBCMFC.h64 using ConstPointer = SmartPointer<const Self>; variable
88 Element::ConstPointer m_element;
103 MFCTerm(Element::ConstPointer element_, int dof_, in MFCTerm()
126 LoadBCMFC(Element::ConstPointer element, int dof, vnl_vector<Element::Float> val);
H A DitkFEMImageMetricLoad.h76 using ConstPointer = SmartPointer<const Self>; variable
92 using MovingConstPointer = typename MovingType::ConstPointer;
96 using FixedConstPointer = typename FixedType::ConstPointer;
254 void SetSolution(Solution::ConstPointer ptr) override in SetSolution()
261 Solution::ConstPointer GetSolution() override in GetSolution()
326 void ApplyLoad(Element::ConstPointer element, Element::VectorType & Fe) override;
346 typename Solution::ConstPointer m_Solution;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/TransformBase/src/
H A DitkTransformFileWriterSpecializations.cxx263 inline void AddToTransformList(typename TInputTransformType::ConstPointer &transform, in AddToTransformList()
264 … std::list< typename TOutputTransformType::ConstPointer > & transformList) in AddToTransformList()
271 using InputTransformConstPointer = typename InputTransformType::ConstPointer; in AddToTransformList()
276 using OutputTransformConstPointer = typename OutputTransformType::ConstPointer; in AddToTransformList()
337 TransformBaseTemplate<double>::ConstPointer &transform, in AddToTransformList()
338 std::list< TransformBaseTemplate<double>::ConstPointer > & transformList) in AddToTransformList()
345 TransformBaseTemplate<float>::ConstPointer &transform, in AddToTransformList()
346 std::list< TransformBaseTemplate<float>::ConstPointer > & transformList) in AddToTransformList()
358 …TransformBaseTemplate<double>::ConstPointer dblptr = dynamic_cast<const TransformBaseTemplate<doub… in PushBackTransformList()
365 …TransformBaseTemplate<float>::ConstPointer fltptr = dynamic_cast<const TransformBaseTemplate<float… in PushBackTransformList()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Common/include/
H A DitkBlockMatchingImageFilter.h88 using FixedImageConstPointer = typename FixedImageType::ConstPointer;
93 using MovingImageConstPointer = typename MovingImageType::ConstPointer;
98 using FeaturePointsConstPointer = typename FeaturePointsType::ConstPointer;
104 using DisplacementsConstPointer = typename DisplacementsType::ConstPointer;
110 using SimilaritiesConstPointer = typename SimilaritiesType::ConstPointer;
117 using ConstPointer = SmartPointer< const Self >; variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/FEM/include/
H A DitkFEMFiniteDifferenceFunctionLoad.h74 using ConstPointer = SmartPointer<const Self>; variable
91 using MovingConstPointer = typename MovingImageType::ConstPointer;
95 using FixedConstPointer = typename FixedImageType::ConstPointer;
249 void SetSolution(Solution::ConstPointer ptr) override in SetSolution()
254 Solution::ConstPointer GetSolution() override in GetSolution()
295 void ApplyLoad(Element::ConstPointer element, Element::VectorType & Fe) override;
316 typename Solution::ConstPointer m_Solution;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/MathematicalMorphology/include/
H A DitkReconstructionByErosionImageFilter.h73 using ConstPointer = SmartPointer< const Self >; variable
78 using MarkerImageConstPointer = typename MarkerImageType::ConstPointer;
83 using MaskImageConstPointer = typename MaskImageType::ConstPointer;
88 using OutputImageConstPointer = typename OutputImageType::ConstPointer;
H A DitkReconstructionByDilationImageFilter.h74 using ConstPointer = SmartPointer< const Self >; variable
79 using MarkerImageConstPointer = typename MarkerImageType::ConstPointer;
84 using MaskImageConstPointer = typename MaskImageType::ConstPointer;
89 using OutputImageConstPointer = typename OutputImageType::ConstPointer;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/memory/default.allocator/
H A Dallocator_types.deprecated_in_cxx17.verify.cpp37 …typedef std::allocator<char>::const_pointer ConstPointer; // expected-warning {{'const_point… in main() typedef
44 …typedef std::allocator<char const>::const_pointer ConstPointer; // expected-warning {{'const… in main() typedef
51 …typedef std::allocator<void>::const_pointer ConstPointer; // expected-warning {{'const_point… in main() typedef

12345678910>>...80