Home
last modified time | relevance | path

Searched refs:VecT (Results 1 – 25 of 92) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/container/
H A Dinlined_vector_exception_safety_test.cc149 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
158 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
168 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
179 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
192 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
205 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
217 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
229 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
268 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
288 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
[all …]
H A Dinlined_vector_benchmark.cc451 using VecT = InlVec<T>; in BM_ConstructFromSize() typedef
459 ::new (ptr) VecT(size); in BM_ConstructFromSize()
467 using VecT = InlVec<T>; in BM_ConstructFromSizeRef() typedef
477 ::new (ptr) VecT(size, ref); in BM_ConstructFromSizeRef()
485 using VecT = InlVec<T>; in BM_ConstructFromRange() typedef
501 using VecT = InlVec<T>; in BM_ConstructFromCopy() typedef
502 VecT other_vec(ToSize); in BM_ConstructFromCopy()
518 using VecT = InlVec<T>; in BM_ConstructFromMove() typedef
526 vec->~VecT(); in BM_ConstructFromMove()
586 using VecT = InlVec<T>; in BM_AssignFromMove() typedef
[all …]
/dports/devel/abseil/abseil-cpp-20211102.0/absl/container/
H A Dinlined_vector_exception_safety_test.cc149 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
158 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
168 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
179 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
192 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
205 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
217 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
229 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
268 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
288 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
[all …]
H A Dinlined_vector_benchmark.cc451 using VecT = InlVec<T>; in BM_ConstructFromSize() typedef
459 ::new (ptr) VecT(size); in BM_ConstructFromSize()
467 using VecT = InlVec<T>; in BM_ConstructFromSizeRef() typedef
477 ::new (ptr) VecT(size, ref); in BM_ConstructFromSizeRef()
485 using VecT = InlVec<T>; in BM_ConstructFromRange() typedef
501 using VecT = InlVec<T>; in BM_ConstructFromCopy() typedef
502 VecT other_vec(ToSize); in BM_ConstructFromCopy()
518 using VecT = InlVec<T>; in BM_ConstructFromMove() typedef
526 vec->~VecT(); in BM_ConstructFromMove()
608 using VecT = InlVec<T>; in BM_AssignFromMove() typedef
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/container/
H A Dinlined_vector_exception_safety_test.cc149 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
158 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
168 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
179 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
192 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
205 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
217 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
229 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
268 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
288 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
[all …]
H A Dinlined_vector_benchmark.cc451 using VecT = InlVec<T>; in BM_ConstructFromSize() typedef
459 ::new (ptr) VecT(size); in BM_ConstructFromSize()
467 using VecT = InlVec<T>; in BM_ConstructFromSizeRef() typedef
477 ::new (ptr) VecT(size, ref); in BM_ConstructFromSizeRef()
485 using VecT = InlVec<T>; in BM_ConstructFromRange() typedef
501 using VecT = InlVec<T>; in BM_ConstructFromCopy() typedef
502 VecT other_vec(ToSize); in BM_ConstructFromCopy()
518 using VecT = InlVec<T>; in BM_ConstructFromMove() typedef
526 vec->~VecT(); in BM_ConstructFromMove()
586 using VecT = InlVec<T>; in BM_AssignFromMove() typedef
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/container/
H A Dinlined_vector_exception_safety_test.cc149 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
158 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
168 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
179 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
192 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
205 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
217 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
229 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
268 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
288 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
[all …]
H A Dinlined_vector_benchmark.cc451 using VecT = InlVec<T>; in BM_ConstructFromSize() typedef
459 ::new (ptr) VecT(size); in BM_ConstructFromSize()
467 using VecT = InlVec<T>; in BM_ConstructFromSizeRef() typedef
477 ::new (ptr) VecT(size, ref); in BM_ConstructFromSizeRef()
485 using VecT = InlVec<T>; in BM_ConstructFromRange() typedef
501 using VecT = InlVec<T>; in BM_ConstructFromCopy() typedef
502 VecT other_vec(ToSize); in BM_ConstructFromCopy()
518 using VecT = InlVec<T>; in BM_ConstructFromMove() typedef
526 vec->~VecT(); in BM_ConstructFromMove()
586 using VecT = InlVec<T>; in BM_AssignFromMove() typedef
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/container/
H A Dinlined_vector_exception_safety_test.cc149 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
158 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
168 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
179 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
192 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
205 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
217 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
229 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
268 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
288 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
[all …]
H A Dinlined_vector_benchmark.cc451 using VecT = InlVec<T>; in BM_ConstructFromSize() typedef
459 ::new (ptr) VecT(size); in BM_ConstructFromSize()
467 using VecT = InlVec<T>; in BM_ConstructFromSizeRef() typedef
477 ::new (ptr) VecT(size, ref); in BM_ConstructFromSizeRef()
485 using VecT = InlVec<T>; in BM_ConstructFromRange() typedef
501 using VecT = InlVec<T>; in BM_ConstructFromCopy() typedef
502 VecT other_vec(ToSize); in BM_ConstructFromCopy()
518 using VecT = InlVec<T>; in BM_ConstructFromMove() typedef
526 vec->~VecT(); in BM_ConstructFromMove()
586 using VecT = InlVec<T>; in BM_AssignFromMove() typedef
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/container/
H A Dinlined_vector_exception_safety_test.cc149 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
158 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
168 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
179 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
192 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
205 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
217 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
229 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
268 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
288 using VecT = typename TypeParam::VecT; in TYPED_TEST() typedef
[all …]
H A Dinlined_vector_benchmark.cc451 using VecT = InlVec<T>; in BM_ConstructFromSize() typedef
459 ::new (ptr) VecT(size); in BM_ConstructFromSize()
467 using VecT = InlVec<T>; in BM_ConstructFromSizeRef() typedef
477 ::new (ptr) VecT(size, ref); in BM_ConstructFromSizeRef()
485 using VecT = InlVec<T>; in BM_ConstructFromRange() typedef
501 using VecT = InlVec<T>; in BM_ConstructFromCopy() typedef
502 VecT other_vec(ToSize); in BM_ConstructFromCopy()
518 using VecT = InlVec<T>; in BM_ConstructFromMove() typedef
526 vec->~VecT(); in BM_ConstructFromMove()
608 using VecT = InlVec<T>; in BM_AssignFromMove() typedef
[all …]
/dports/graphics/scantailor/scantailor-advanced-1.0.16/foundation/
H A DVecT.h60 VecT(const VecT& other);
73 VecT& operator=(const VecT& other);
83 VecT& operator+=(const VecT& rhs);
85 VecT& operator-=(const VecT& rhs);
118 VecT<T>::VecT() : m_size(0) {} in VecT() function
121 VecT<T>::VecT(size_t size) in VecT() function
159 VecT<T>& VecT<T>::operator=(const VecT& other) {
167 VecT<T>& VecT<T>::operator=(const VecT<OT>& other) {
174 VecT<T>& VecT<T>::operator+=(const VecT& rhs) {
184 VecT<T>& VecT<T>::operator-=(const VecT& rhs) {
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DABIArgGenerator.h41 template <class VecT, class ABIArgGeneratorT>
44 const VecT& types_;
52 explicit ABIArgIterBase(const VecT& types) : types_(types), i_(0) { in ABIArgIterBase()
86 template <class VecT>
87 class ABIArgIter : public ABIArgIterBase<VecT, ABIArgGenerator> {
89 explicit ABIArgIter(const VecT& types) in ABIArgIter()
90 : ABIArgIterBase<VecT, ABIArgGenerator>(types) {} in ABIArgIter()
100 template <class VecT>
101 class WasmABIArgIter : public ABIArgIterBase<VecT, WasmABIArgGenerator> {
103 explicit WasmABIArgIter(const VecT& types) in WasmABIArgIter()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DDakotaOptimizer.hpp24 template <typename VecT>
42 template <typename VecT>
74 template <typename VecT>
344 template <typename VecT>
348 VecT & values, in apply_linear_constraints()
383 template <typename VecT>
387 VecT & values , in apply_nonlinear_constraints()
477 VecT & funs, in get_responses_from_dakota()
478 VecT & cEqs, in get_responses_from_dakota()
479 VecT & cIneqs) in get_responses_from_dakota()
[all …]
H A DDakotaTPLDataTransfer.hpp66 template <typename VecT>
68 VecT & values ) in get_nonlinear_ineq_constraints_from_dakota()
80 template <typename VecT>
81 void get_best_nonlinear_ineq_constraints_from_tpl( const VecT & values, in get_best_nonlinear_ineq_constraints_from_tpl()
94 template <typename VecT>
96 VecT & values ) in get_nonlinear_eq_constraints_from_dakota()
114 template <typename VecT>
115 void get_best_nonlinear_eq_constraints_from_tpl( const VecT & values, in get_best_nonlinear_eq_constraints_from_tpl()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/IO/
H A DOMFormat.hh598 template <typename VecT> inline
607 template <typename VecT> inline
617 template <typename VecT> inline
628 template <typename VecT> inline
636 template <typename VecT> inline
640 GenProg::Int2Type< vector_traits<VecT>::size_ >(), in vector_store()
645 template <typename VecT>
656 template <typename VecT>
671 template <typename VecT>
687 template <typename VecT>
[all …]
/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/
H A DPolynomialSurface.cpp51 VecT<double>(1, 0.0).swap(m_coeffs); in PolynomialSurface()
58 VecT<double>(num_terms, 0.0).swap(m_coeffs); in PolynomialSurface()
64 VecT<double> Atb(num_terms); in PolynomialSurface()
97 VecT<double>(1, 0.0).swap(m_coeffs); in PolynomialSurface()
104 VecT<double>(num_terms, 0.0).swap(m_coeffs); in PolynomialSurface()
110 VecT<double> Atb(num_terms); in PolynomialSurface()
208 VecT<double>& Atb, in prepareDataForLeastSquares()
230 VecT<double> y_powers(v_degree + 1); // Initialized to 0. in prepareDataForLeastSquares()
244 VecT<double> full_powers(num_terms); in prepareDataForLeastSquares()
308 VecT<double> y_powers(v_degree + 1); // Initialized to 0. in prepareDataForLeastSquares()
[all …]
H A DPolynomialLine.cpp42 void PolynomialLine::doLeastSquares(const VecT<double>& data_points, VecT<double>& coeffs) { in doLeastSquares()
50 VecT<double> Atb(num_terms); in doLeastSquares()
53 VecT<double> powers(num_terms); in doLeastSquares()
H A DPolynomialLine.h120 static void doLeastSquares(const VecT<double>& data_points, VecT<double>& coeffs);
122 VecT<double> m_coeffs;
157 VecT<double> data_points(num_values);
162 VecT<double>(num_terms).swap(m_coeffs);
H A DPolynomialSurface.h92 VecT<double>& Atb,
99 VecT<double>& Atb,
105 VecT<double> m_coeffs;
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DPointsToMask.h126 template<typename PointListT, typename VecT = Vec3R>
133 AddPoints<PointListT, VecT> tmp(points, pool, grainSize, *this );
139 VecT wPos;
166 template<typename PointListT, typename VecT = Vec3R> struct AddPoints;
178 template<typename PointListT, typename VecT>
197 VecT wPos;
213 using VecT = std::vector<GridT*>;
214 using IterT = typename VecT::iterator;
226 VecT grids( pool.size() );
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dtoonz.cpp180 template <typename VecT>
289 template <typename VecT>
343 VecT const *src = in.ptr<VecT>(y); in phatch_kernel()
344 VecT *dst = retimg.ptr<VecT>(y); in phatch_kernel()
402 template <typename VecT>
433 VecT const *s = in.ptr<VecT const>(y); in lglare_kernel()
474 VecT *d = retimg.ptr<VecT>(y); in lglare_kernel()
502 template <typename VecT>
531 VecT const *s = in.ptr<VecT>(y); in lbloom_kernel()
548 VecT *d = retimg.ptr<VecT>(y); in lbloom_kernel()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/Numerics/
H A DDeterminantOperators.h243 template<class MatA, class VecT>
245 VecT& newrow, in InverseUpdateByRow()
246 VecT& rvec, in InverseUpdateByRow()
247 VecT& rvecinv, in InverseUpdateByRow()
265 template<typename MatA, typename VecT>
267 VecT& newcol, in InverseUpdateByColumn()
268 VecT& rvec, in InverseUpdateByColumn()
269 VecT& rvecinv, in InverseUpdateByColumn()
/dports/misc/openvdb/openvdb-9.0.0/nanovdb/nanovdb/util/
H A DIO.h201 template<typename BufferT = HostBuffer, template<typename...> class VecT = std::vector>
207 template<typename BufferT = HostBuffer, template<typename...> class VecT = std::vector>
233 template<typename BufferT = HostBuffer, template<typename...> class VecT = std::vector>
542 template<typename BufferT, template<typename...> class VecT>
549 writeGrids<BufferT, VecT>(os, handles, codec); in writeGrids()
555 template<typename BufferT, template<typename...> class VecT>
654 template<typename BufferT, template<typename...> class VecT>
661 auto handles = readGrids<BufferT, VecT>(is, buffer); in readGrids()
668 template<typename BufferT, template<typename...> class VecT>
669 VecT<GridHandle<BufferT>> readGrids(std::istream& is, const BufferT& buffer) in readGrids()
[all …]

1234