Home
last modified time | relevance | path

Searched refs:ElemType (Results 126 – 150 of 2199) sorted by relevance

12345678910>>...88

/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/Inputs/modernize-loop-convert/
H A Dstructures.h75 template<typename ElemType>
78 dependent<ElemType>();
80 const ElemType& operator*()const;
83 const ElemType *operator->() const;
87 ElemType& operator*();
89 ElemType *operator->();
98 ElemType & operator[](unsigned);
100 ElemType & at(unsigned);
101 ElemType & at(unsigned, unsigned);
102 const ElemType & at(unsigned) const;
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-loop-convert/
H A Dstructures.h76 template<typename ElemType>
79 dependent<ElemType>();
81 const ElemType& operator*()const;
84 const ElemType *operator->() const;
88 ElemType& operator*();
90 ElemType *operator->();
99 ElemType & operator[](unsigned);
101 ElemType & at(unsigned);
102 ElemType & at(unsigned, unsigned);
103 const ElemType & at(unsigned) const;
[all …]
/dports/math/libmesh/libmesh-1.6.2/src/fe/
H A Dfe_scalar.C87 template <> unsigned int FE<0,SCALAR>::n_dofs(const ElemType, const Order o) { return o; } in n_dofs() argument
88 template <> unsigned int FE<1,SCALAR>::n_dofs(const ElemType, const Order o) { return o; } in n_dofs() argument
89 template <> unsigned int FE<2,SCALAR>::n_dofs(const ElemType, const Order o) { return o; } in n_dofs() argument
90 template <> unsigned int FE<3,SCALAR>::n_dofs(const ElemType, const Order o) { return o; } in n_dofs() argument
94 template <> unsigned int FE<0,SCALAR>::n_dofs_at_node(const ElemType, const Order, const unsigned i… in n_dofs_at_node() argument
95 template <> unsigned int FE<1,SCALAR>::n_dofs_at_node(const ElemType, const Order, const unsigned i… in n_dofs_at_node() argument
96 template <> unsigned int FE<2,SCALAR>::n_dofs_at_node(const ElemType, const Order, const unsigned i… in n_dofs_at_node() argument
101 template <> unsigned int FE<0,SCALAR>::n_dofs_per_elem(const ElemType, const Order) { return 0; } in n_dofs_per_elem() argument
102 template <> unsigned int FE<1,SCALAR>::n_dofs_per_elem(const ElemType, const Order) { return 0; } in n_dofs_per_elem() argument
103 template <> unsigned int FE<2,SCALAR>::n_dofs_per_elem(const ElemType, const Order) { return 0; } in n_dofs_per_elem() argument
[all …]
H A Dfe_l2_hierarchic.C42 const ElemType elem_type = elem->type(); in l2_hierarchic_nodal_soln()
99 unsigned int l2_hierarchic_n_dofs(const ElemType t, const Order o) in l2_hierarchic_n_dofs()
170 template <> unsigned int FE<0,L2_HIERARCHIC>::n_dofs(const ElemType t, const Order o) { return l2_h… in n_dofs()
171 template <> unsigned int FE<1,L2_HIERARCHIC>::n_dofs(const ElemType t, const Order o) { return l2_h… in n_dofs()
172 template <> unsigned int FE<2,L2_HIERARCHIC>::n_dofs(const ElemType t, const Order o) { return l2_h… in n_dofs()
173 template <> unsigned int FE<3,L2_HIERARCHIC>::n_dofs(const ElemType t, const Order o) { return l2_h… in n_dofs()
177 template <> unsigned int FE<0,L2_HIERARCHIC>::n_dofs_at_node(const ElemType, const Order, const uns… in n_dofs_at_node() argument
178 template <> unsigned int FE<1,L2_HIERARCHIC>::n_dofs_at_node(const ElemType, const Order, const uns… in n_dofs_at_node() argument
179 template <> unsigned int FE<2,L2_HIERARCHIC>::n_dofs_at_node(const ElemType, const Order, const uns… in n_dofs_at_node() argument
180 template <> unsigned int FE<3,L2_HIERARCHIC>::n_dofs_at_node(const ElemType, const Order, const uns… in n_dofs_at_node() argument
[all …]
H A Dfe_clough.C42 const ElemType elem_type = elem->type(); in clough_nodal_soln()
89 unsigned int clough_n_dofs(const ElemType t, const Order o) in clough_n_dofs()
130 unsigned int clough_n_dofs_at_node(const ElemType t, in clough_n_dofs_at_node()
202 unsigned int clough_n_dofs_per_elem(const ElemType t, const Order o) in clough_n_dofs_per_elem()
266 template <> unsigned int FE<0,CLOUGH>::n_dofs(const ElemType t, const Order o) { return clough_n_do… in n_dofs()
267 template <> unsigned int FE<1,CLOUGH>::n_dofs(const ElemType t, const Order o) { return clough_n_do… in n_dofs()
268 template <> unsigned int FE<2,CLOUGH>::n_dofs(const ElemType t, const Order o) { return clough_n_do… in n_dofs()
269 template <> unsigned int FE<3,CLOUGH>::n_dofs(const ElemType t, const Order o) { return clough_n_do… in n_dofs()
279 template <> unsigned int FE<0,CLOUGH>::n_dofs_per_elem(const ElemType t, const Order o) { return cl… in n_dofs_per_elem()
280 template <> unsigned int FE<1,CLOUGH>::n_dofs_per_elem(const ElemType t, const Order o) { return cl… in n_dofs_per_elem()
[all …]
H A Dfe_hermite.C42 const ElemType elem_type = elem->type(); in hermite_nodal_soln()
72 unsigned int hermite_n_dofs(const ElemType t, const Order o) in hermite_n_dofs()
116 unsigned int hermite_n_dofs_at_node(const ElemType t, in hermite_n_dofs_at_node()
236 unsigned int hermite_n_dofs_per_elem(const ElemType t, in hermite_n_dofs_per_elem()
315 template <> unsigned int FE<0,HERMITE>::n_dofs(const ElemType t, const Order o) { return hermite_n_… in n_dofs()
316 template <> unsigned int FE<1,HERMITE>::n_dofs(const ElemType t, const Order o) { return hermite_n_… in n_dofs()
317 template <> unsigned int FE<2,HERMITE>::n_dofs(const ElemType t, const Order o) { return hermite_n_… in n_dofs()
318 template <> unsigned int FE<3,HERMITE>::n_dofs(const ElemType t, const Order o) { return hermite_n_… in n_dofs()
328 template <> unsigned int FE<0,HERMITE>::n_dofs_per_elem(const ElemType t, const Order o) { return h… in n_dofs_per_elem()
329 template <> unsigned int FE<1,HERMITE>::n_dofs_per_elem(const ElemType t, const Order o) { return h… in n_dofs_per_elem()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-loop-convert/
H A Dstructures.h76 template<typename ElemType>
79 dependent<ElemType>();
81 const ElemType& operator*()const;
84 const ElemType *operator->() const;
88 ElemType& operator*();
90 ElemType *operator->();
99 ElemType & operator[](unsigned);
101 ElemType & at(unsigned);
102 ElemType & at(unsigned, unsigned);
103 const ElemType & at(unsigned) const;
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-loop-convert/
H A Dstructures.h76 template<typename ElemType>
79 dependent<ElemType>();
81 const ElemType& operator*()const;
84 const ElemType *operator->() const;
88 ElemType& operator*();
90 ElemType *operator->();
99 ElemType & operator[](unsigned);
101 ElemType & at(unsigned);
102 ElemType & at(unsigned, unsigned);
103 const ElemType & at(unsigned) const;
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-loop-convert/
H A Dstructures.h76 template<typename ElemType>
79 dependent<ElemType>();
81 const ElemType& operator*()const;
84 const ElemType *operator->() const;
88 ElemType& operator*();
90 ElemType *operator->();
99 ElemType & operator[](unsigned);
101 ElemType & at(unsigned);
102 ElemType & at(unsigned, unsigned);
103 const ElemType & at(unsigned) const;
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-loop-convert/
H A Dstructures.h76 template<typename ElemType>
79 dependent<ElemType>();
81 const ElemType& operator*()const;
84 const ElemType *operator->() const;
88 ElemType& operator*();
90 ElemType *operator->();
99 ElemType & operator[](unsigned);
101 ElemType & at(unsigned);
102 ElemType & at(unsigned, unsigned);
103 const ElemType & at(unsigned) const;
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/Inputs/modernize-loop-convert/
H A Dstructures.h75 template<typename ElemType>
78 dependent<ElemType>();
80 const ElemType& operator*()const;
83 const ElemType *operator->() const;
87 ElemType& operator*();
89 ElemType *operator->();
98 ElemType & operator[](unsigned);
100 ElemType & at(unsigned);
101 ElemType & at(unsigned, unsigned);
102 const ElemType & at(unsigned) const;
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/Inputs/modernize-loop-convert/
H A Dstructures.h75 template<typename ElemType>
78 dependent<ElemType>();
80 const ElemType& operator*()const;
83 const ElemType *operator->() const;
87 ElemType& operator*();
89 ElemType *operator->();
98 ElemType & operator[](unsigned);
100 ElemType & at(unsigned);
101 ElemType & at(unsigned, unsigned);
102 const ElemType & at(unsigned) const;
[all …]
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/decision_tree/
H A Ddecision_tree_impl.hpp25 typename ElemType,
32 ElemType,
72 ElemType,
110 ElemType,
154 ElemType,
195 ElemType,
239 ElemType,
284 ElemType,
305 ElemType,
329 ElemType,
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/
H A DIntervals.h257 typedef Interval<T> ElemType;
285 explicit IntervalSet(ElemType&& aOther)
325 SelfType& operator= (ElemType&& aInterval)
341 SelfType& Add(const ElemType& aInterval)
363 ElemType current(aInterval);
366 ElemType& interval = mIntervals[i];
677 ElemType& LastInterval()
683 const ElemType& LastInterval() const
706 ElemType current(mIntervals[0]);
725 bool Equals(const ElemType& aT1, const ElemType& aT2) const
[all …]
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/tree/binary_space_tree/
H A Dbinary_space_tree.hpp60 typedef typename MatType::elem_type ElemType; typedef in mlpack::tree::BinarySpaceTree
82 ElemType parentDistance;
85 ElemType furthestDescendantDistance;
87 ElemType minimumBoundDistance;
391 ElemType FurthestPointDistance() const;
400 ElemType FurthestDescendantDistance() const;
403 ElemType MinimumBoundDistance() const;
410 ElemType& ParentDistance() { return parentDistance; } in ParentDistance()
472 ElemType MinDistance(const VecType& point, in MinDistance()
481 ElemType MaxDistance(const VecType& point, in MaxDistance()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/slam/
H A DRelation.hpp25 template <typename PosType, typename ElemType>
60 typename ElemType = slam::DefaultElementType>
64 using SetPosition = typename Set<PosType, ElemType>::PositionType;
65 using SetElement = typename Set<PosType, ElemType>::ElementType;
75 static NullSet<PosType, ElemType> s_nullSet;
119 template <typename PosType, typename ElemType>
120 NullSet<PosType, ElemType> Relation<PosType, ElemType>::s_nullSet;
H A DBivariateSet.hpp72 typename ElemType = slam::DefaultElementType>
77 using ElementType = ElemType;
88 static const NullSet<PosType, ElemType> s_nullSet;
205 typename ElemType = slam::DefaultElementType>
206 class NullBivariateSet : public BivariateSet<PosType, ElemType>
210 using ElementType = ElemType;
211 using OrderedSetType = typename BivariateSet<PosType, ElemType>::OrderedSetType;
257 template <typename PosType, typename ElemType>
258 const NullSet<PosType, ElemType> BivariateSet<PosType, ElemType>::s_nullSet;
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/aug_lagrangian/
H A Daug_lagrangian_impl.hpp90 typedef typename MatType::elem_type ElemType; in Optimize() typedef
106 ElemType penaltyThreshold = std::numeric_limits<ElemType>::max(); in Optimize()
109 ElemType lastObjective = function.Evaluate(coordinates); in Optimize()
113 ElemType tolerance = 1e3 * std::numeric_limits<ElemType>::epsilon(); in Optimize()
116 ElemType penalty = 0; in Optimize()
119 const ElemType p = std::pow(function.EvaluateConstraint(i, coordinates), 2); in Optimize()
144 const ElemType objective = function.Evaluate(coordinates); in Optimize()
168 ElemType penalty = 0; in Optimize()
171 const ElemType p = std::pow(function.EvaluateConstraint(i, coordinates), in Optimize()
188 const ElemType p = function.EvaluateConstraint(i, coordinates); in Optimize()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/
H A DIntervals.h216 typedef Interval<T> ElemType;
235 explicit IntervalSet(ElemType&& aOther) {
283 SelfType& Add(const ElemType& aInterval) {
304 ElemType current(aInterval);
307 ElemType& interval = mIntervals[i];
583 ElemType& LastInterval() {
588 const ElemType& LastInterval() const {
606 ElemType current(mIntervals[0]);
608 ElemType& interval = mIntervals[i];
624 bool Equals(const ElemType& aT1, const ElemType& aT2) const {
[all …]
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/problems/
H A Dgoldstein_price_function_impl.hpp33 typedef typename MatType::elem_type ElemType; in Evaluate() typedef
36 const ElemType x1 = coordinates(0); in Evaluate()
37 const ElemType x2 = coordinates(1); in Evaluate()
39 const ElemType x1Sq = std::pow(x1, 2); in Evaluate()
40 const ElemType x2Sq = std::pow(x2, 2); in Evaluate()
41 const ElemType x1x2 = x1 * x2; in Evaluate()
42 const ElemType objective = (1 + std::pow(x1 + x2 + 1, 2) * (19 - 14 * x1 + 3 * in Evaluate()
63 typedef typename MatType::elem_type ElemType; in Gradient() typedef
66 const ElemType x1 = coordinates(0); in Gradient()
67 const ElemType x2 = coordinates(1); in Gradient()
H A Dbooth_function_impl.hpp32 typedef typename MatType::elem_type ElemType; in Evaluate() typedef
35 const ElemType x1 = coordinates(0); in Evaluate()
36 const ElemType x2 = coordinates(1); in Evaluate()
38 const ElemType objective = std::pow(x1 + 2 * x2 - 7, 2) + in Evaluate()
58 typedef typename MatType::elem_type ElemType; in Gradient() typedef
61 const ElemType x1 = coordinates(0); in Gradient()
62 const ElemType x2 = coordinates(1); in Gradient()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DIntervals.h248 typedef Interval<T> ElemType;
267 explicit IntervalSet(ElemType&& aOther) {
301 SelfType& operator=(ElemType&& aInterval) {
319 SelfType& Add(const ElemType& aInterval) {
340 ElemType current(aInterval);
343 ElemType& interval = mIntervals[i];
683 ElemType& LastInterval() {
688 const ElemType& LastInterval() const {
716 ElemType current(mIntervals[read]);
729 bool Equals(const ElemType& aT1, const ElemType& aT2) const {
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DIntervals.h248 typedef Interval<T> ElemType;
267 explicit IntervalSet(ElemType&& aOther) {
301 SelfType& operator=(ElemType&& aInterval) {
319 SelfType& Add(const ElemType& aInterval) {
340 ElemType current(aInterval);
343 ElemType& interval = mIntervals[i];
666 ElemType& LastInterval() {
671 const ElemType& LastInterval() const {
699 ElemType current(mIntervals[read]);
712 bool Equals(const ElemType& aT1, const ElemType& aT2) const {
[all …]
/dports/www/firefox/firefox-99.0/dom/media/
H A DIntervals.h248 typedef Interval<T> ElemType;
267 explicit IntervalSet(ElemType&& aOther) {
301 SelfType& operator=(ElemType&& aInterval) {
319 SelfType& Add(const ElemType& aInterval) {
340 ElemType current(aInterval);
343 ElemType& interval = mIntervals[i];
683 ElemType& LastInterval() {
688 const ElemType& LastInterval() const {
716 ElemType current(mIntervals[read]);
729 bool Equals(const ElemType& aT1, const ElemType& aT2) const {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DIntervals.h248 typedef Interval<T> ElemType;
267 explicit IntervalSet(ElemType&& aOther) {
301 SelfType& operator=(ElemType&& aInterval) {
319 SelfType& Add(const ElemType& aInterval) {
340 ElemType current(aInterval);
343 ElemType& interval = mIntervals[i];
683 ElemType& LastInterval() {
688 const ElemType& LastInterval() const {
716 ElemType current(mIntervals[read]);
729 bool Equals(const ElemType& aT1, const ElemType& aT2) const {
[all …]

12345678910>>...88