Home
last modified time | relevance | path

Searched refs:FunctionType (Results 1 – 25 of 3460) sorted by relevance

12345678910>>...139

/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/function/
H A Dstatic_checks.hpp32 HasEvaluate<FunctionType,
34 HasEvaluate<FunctionType,
36 HasEvaluate<FunctionType,
49 HasGradient<FunctionType,
51 HasGradient<FunctionType,
53 HasGradient<FunctionType,
151 HasEvaluateConstraint<FunctionType,
154 HasEvaluateConstraint<FunctionType,
157 HasEvaluateConstraint<FunctionType,
171 HasGradientConstraint<FunctionType,
[all …]
H A Dtraits.hpp58 template<typename FunctionType>
63 template<typename FunctionType>
68 template<typename FunctionType>
73 template<typename FunctionType>
77 template<typename FunctionType>
82 template<typename FunctionType>
86 template<typename FunctionType>
92 template<typename FunctionType>
98 template<typename FunctionType>
111 template<typename FunctionType>
[all …]
H A Dadd_evaluate.hpp24 template<typename FunctionType,
46 template<typename FunctionType,
50 class AddEvaluate<FunctionType,
60 return static_cast<FunctionType*>( in Evaluate()
94 template<typename FunctionType,
118 template<typename FunctionType,
122 class AddEvaluateConst<FunctionType,
156 const Function<FunctionType, in Evaluate()
168 template<typename FunctionType,
192 template<typename FunctionType,
[all …]
H A Dadd_gradient.hpp24 template<typename FunctionType,
45 template<typename FunctionType,
49 class AddGradient<FunctionType,
59 static_cast<FunctionType*>( in Gradient()
95 template<typename FunctionType,
117 template<typename FunctionType,
121 class AddGradientConst<FunctionType,
131 static_cast<const FunctionType*>( in Gradient()
157 const Function<FunctionType, in Gradient()
168 template<typename FunctionType,
[all …]
H A Dadd_evaluate_with_gradient.hpp26 template<typename FunctionType,
31 FunctionType,
42 FunctionType,
57 template<typename FunctionType,
72 return static_cast<FunctionType*>( in EvaluateWithGradient()
113 template<typename FunctionType,
118 FunctionType,
127 FunctionType,
143 template<typename FunctionType,
202 template<typename FunctionType,
[all …]
H A Dadd_separable_gradient.hpp25 template<typename FunctionType,
33 traits::HasGradient<FunctionType,
46 template<typename FunctionType,
60 static_cast<FunctionType*>( in Gradient()
61 static_cast<Function<FunctionType, in Gradient()
103 template<typename FunctionType,
124 template<typename FunctionType,
138 static_cast<const FunctionType*>( in Gradient()
170 const Function<FunctionType, in Gradient()
182 template<typename FunctionType,
[all …]
H A Dadd_separable_evaluate.hpp25 template<typename FunctionType,
34 traits::HasEvaluate<FunctionType,
49 template<typename FunctionType,
62 return static_cast<FunctionType*>( in Evaluate()
63 static_cast<Function<FunctionType, in Evaluate()
92 return static_cast<Function<FunctionType, in Evaluate()
104 template<typename FunctionType,
127 template<typename FunctionType,
140 return static_cast<const FunctionType*>( in Evaluate()
182 template<typename FunctionType,
[all …]
H A Dadd_separable_evaluate_with_gradient.hpp25 template<typename FunctionType,
30 FunctionType,
63 template<typename FunctionType,
77 return static_cast<FunctionType*>( in EvaluateWithGradient()
78 static_cast<Function<FunctionType, in EvaluateWithGradient()
125 template<typename FunctionType,
130 FunctionType,
159 template<typename FunctionType,
173 return static_cast<const FunctionType*>( in EvaluateWithGradient()
225 template<typename FunctionType,
[all …]
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/
H A Dfunction.hpp73 public AddGradientStatic<FunctionType, MatType, GradType>,
74 public AddGradientConst<FunctionType, MatType, GradType>,
75 public AddGradient<FunctionType, MatType, GradType>,
77 public AddEvaluateConst<FunctionType, MatType, GradType>,
78 public AddEvaluate<FunctionType, MatType, GradType>,
79 public FunctionType
87 FunctionType, MatType, GradType>::EvaluateWithGradient;
89 FunctionType, MatType, GradType>::EvaluateWithGradient;
91 FunctionType, MatType, GradType>::EvaluateWithGradient;
93 FunctionType, MatType, GradType>::Gradient;
[all …]
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/callbacks/
H A Dtraits.hpp44 typename FunctionType,
200 typename FunctionType,
227 typename FunctionType,
242 typename FunctionType,
257 typename FunctionType,
273 typename FunctionType,
280 FunctionType, MatType,
283 FunctionType, MatType,
291 typename FunctionType,
306 typename FunctionType,
[all …]
H A Dcallbacks.hpp63 typename FunctionType,
80 typename FunctionType,
98 typename FunctionType,
120 typename FunctionType,
146 typename FunctionType,
162 typename FunctionType,
183 typename FunctionType,
210 typename FunctionType,
227 typename FunctionType,
249 typename FunctionType,
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/types/
H A Dfunctiontype.cpp17 REGISTER_TYPE(FunctionType);
21 FunctionType::FunctionType(const FunctionType& rhs) : AbstractType(copyData<FunctionType>(*rhs.d_fu… in DEFINE_LIST_MEMBER_HASH()
25 FunctionType::FunctionType(FunctionTypeData& data) : AbstractType(data) in FunctionType() function in KDevelop::FunctionType
31 return new FunctionType(*this); in clone()
46 TYPE_D(FunctionType); in equals()
63 FunctionType::FunctionType() in FunctionType() function in KDevelop::FunctionType
68 FunctionType::~FunctionType() in ~FunctionType()
117 TYPE_D(FunctionType); in accept0()
130 TYPE_D_DYNAMIC(FunctionType); in exchangeTypes()
140 TYPE_D(FunctionType); in partToString()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/benchmarks/
H A Dfunction.bench.cpp20 enum class FunctionType { enum
86 case FunctionType::Null: in MakeFunction()
92 case FunctionType::MemberPointer: in MakeFunction()
112 MakeFunction(FunctionType()); in run()
122 template <class FunctionType>
136 template <class FunctionType>
170 template <class FunctionType>
183 template <class FunctionType>
194 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip()
199 template <class FunctionType>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/benchmarks/
H A Dfunction.bench.cpp20 enum class FunctionType { enum
86 case FunctionType::Null: in MakeFunction()
92 case FunctionType::MemberPointer: in MakeFunction()
112 MakeFunction(FunctionType()); in run()
122 template <class FunctionType>
136 template <class FunctionType>
170 template <class FunctionType>
183 template <class FunctionType>
194 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip()
199 template <class FunctionType>
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/benchmarks/
H A Dfunction.bench.cpp20 enum class FunctionType { enum
86 case FunctionType::Null: in MakeFunction()
92 case FunctionType::MemberPointer: in MakeFunction()
112 MakeFunction(FunctionType()); in run()
122 template <class FunctionType>
136 template <class FunctionType>
170 template <class FunctionType>
183 template <class FunctionType>
194 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip()
199 template <class FunctionType>
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/benchmarks/
H A Dfunction.bench.cpp20 enum class FunctionType { enum
86 case FunctionType::Null: in MakeFunction()
92 case FunctionType::MemberPointer: in MakeFunction()
112 MakeFunction(FunctionType()); in run()
122 template <class FunctionType>
136 template <class FunctionType>
170 template <class FunctionType>
183 template <class FunctionType>
194 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip()
199 template <class FunctionType>
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/benchmarks/
H A Dfunction.bench.cpp20 enum class FunctionType { enum
86 case FunctionType::Null: in MakeFunction()
92 case FunctionType::MemberPointer: in MakeFunction()
112 MakeFunction(FunctionType()); in run()
122 template <class FunctionType>
136 template <class FunctionType>
170 template <class FunctionType>
183 template <class FunctionType>
194 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip()
199 template <class FunctionType>
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/benchmarks/
H A Dfunction.bench.cpp20 enum class FunctionType { enum
86 case FunctionType::Null: in MakeFunction()
92 case FunctionType::MemberPointer: in MakeFunction()
112 MakeFunction(FunctionType()); in run()
122 template <class FunctionType>
136 template <class FunctionType>
170 template <class FunctionType>
183 template <class FunctionType>
194 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip()
199 template <class FunctionType>
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/benchmarks/
H A Dfunction.bench.cpp20 enum class FunctionType { enum
86 case FunctionType::Null: in MakeFunction()
92 case FunctionType::MemberPointer: in MakeFunction()
112 MakeFunction(FunctionType()); in run()
122 template <class FunctionType>
136 template <class FunctionType>
170 template <class FunctionType>
183 template <class FunctionType>
194 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip()
199 template <class FunctionType>
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/benchmarks/
H A Dfunction.bench.cpp20 enum class FunctionType { enum
86 case FunctionType::Null: in MakeFunction()
92 case FunctionType::MemberPointer: in MakeFunction()
112 MakeFunction(FunctionType()); in run()
122 template <class FunctionType>
136 template <class FunctionType>
170 template <class FunctionType>
183 template <class FunctionType>
194 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip()
199 template <class FunctionType>
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/benchmarks/
H A Dfunction.bench.cpp20 enum class FunctionType { enum
86 case FunctionType::Null: in MakeFunction()
92 case FunctionType::MemberPointer: in MakeFunction()
112 MakeFunction(FunctionType()); in run()
122 template <class FunctionType>
136 template <class FunctionType>
170 template <class FunctionType>
183 template <class FunctionType>
194 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip()
199 template <class FunctionType>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/benchmarks/
H A Dfunction.bench.cpp20 enum class FunctionType { enum
86 case FunctionType::Null: in MakeFunction()
92 case FunctionType::MemberPointer: in MakeFunction()
112 MakeFunction(FunctionType()); in run()
122 template <class FunctionType>
136 template <class FunctionType>
170 template <class FunctionType>
183 template <class FunctionType>
194 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip()
199 template <class FunctionType>
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/benchmarks/
H A Dfunction.bench.cpp20 enum class FunctionType { enum
86 case FunctionType::Null: in MakeFunction()
92 case FunctionType::MemberPointer: in MakeFunction()
112 MakeFunction(FunctionType()); in run()
122 template <class FunctionType>
136 template <class FunctionType>
170 template <class FunctionType>
183 template <class FunctionType>
194 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip()
199 template <class FunctionType>
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/duchain/
H A Dfunctiontype.cpp14 FunctionType::FunctionType() in FunctionType() function in QmlJS::FunctionType
15 : FunctionTypeBase(createData<FunctionType>()) in FunctionType()
19 FunctionType::FunctionType(const FunctionType& rhs) in FunctionType() function in QmlJS::FunctionType
20 : FunctionTypeBase(copyData<FunctionType>(*static_cast<const Data*>(rhs.d_func()))) in FunctionType()
24 FunctionType::FunctionType(Data& data) in FunctionType() function in QmlJS::FunctionType
29 FunctionType::~FunctionType() in ~FunctionType()
33 KDevelop::AbstractType* FunctionType::clone() const in clone()
35 return new FunctionType(*this); in clone()
38 uint FunctionType::hash() const in hash()
43 QString FunctionType::toString() const in toString()
[all …]
/dports/sysutils/py-pywatchman/watchman-4.9.0/
H A Dwatchman_scopeguard.h165 template <typename FunctionType>
233 FunctionType function_;
236 template <typename FunctionType>
242 std::forward<FunctionType>(fn)); in makeGuard()
290 FunctionType function_;
299 template <typename FunctionType>
304 true>(std::forward<FunctionType>(fn));
312 template <typename FunctionType>
327 template <typename FunctionType>
330 FunctionType&& fn) {
[all …]

12345678910>>...139