Home
last modified time | relevance | path

Searched refs:arity_ (Results 1 – 25 of 918) sorted by relevance

12345678910>>...37

/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/compute/
H A Dfunction.cc100 RETURN_NOT_OK(CheckArity(in_types, arity_)); in AddKernel()
102 if (arity_.is_varargs && in_types.size() != 1) { in AddKernel()
106 KernelSignature::Make(std::move(in_types), std::move(out_type), arity_.is_varargs); in AddKernel()
112 RETURN_NOT_OK(CheckArity(kernel.signature->in_types(), arity_)); in AddKernel()
113 if (arity_.is_varargs && !kernel.signature->is_varargs()) { in AddKernel()
127 RETURN_NOT_OK(CheckArity(in_types, arity_)); in AddKernel()
129 if (arity_.is_varargs && in_types.size() != 1) { in AddKernel()
139 RETURN_NOT_OK(CheckArity(kernel.signature->in_types(), arity_)); in AddKernel()
140 if (arity_.is_varargs && !kernel.signature->is_varargs()) { in AddKernel()
153 RETURN_NOT_OK(CheckArity(kernel.signature->in_types(), arity_)); in AddKernel()
[all …]
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Dtable.cc162 arity_(vars.size()), in BasePositiveTableConstraint()
163 vars_(arity_), in BasePositiveTableConstraint()
164 holes_(arity_), in BasePositiveTableConstraint()
165 iterators_(arity_), in BasePositiveTableConstraint()
226 const int arity_; member in operations_research::__anonb13203260111::BasePositiveTableConstraint
263 masks_.resize(arity_); in Post()
403 masks_(arity_), in CompactPositiveTableConstraint()
405 mask_ends_(arity_), in CompactPositiveTableConstraint()
408 supports_(arity_), in CompactPositiveTableConstraint()
818 masks_(arity_), in SmallCompactPositiveTableConstraint()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/python/
H A Dwith_custodian_and_ward.hpp52 unsigned arity_ = detail::arity(args_); in precall() local
53 if (custodian > arity_ || ward > arity_) in precall()
87 std::size_t arity_ = detail::arity(args_); in postcall() local
89 if ( custodian > arity_ || ward > arity_ ) in postcall()
94 if ( (std::max)(custodian, ward) > arity_ ) in postcall()
/dports/math/py-or-tools/or-tools-9.2/ortools/util/
H A Dtuple_set.h120 const int arity_;
152 : arity_(data.arity_), in Data()
177 DCHECK(arity_ == 0 || flat_tuples_.size() % arity_ == 0); in Insert()
178 CHECK_EQ(arity_, tuple.size()); in Insert()
183 flat_tuples_.resize(offset + arity_); in Insert()
185 for (int i = 0; i < arity_; ++i) { in Insert()
198 if (candidate.size() != arity_) { in Contains()
207 for (int j = 0; j < arity_; ++j) { in Contains()
220 switch (arity_) { in Fingerprint()
253 DCHECK_LT(pos, arity_); in Value()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/python/
H A Dwith_custodian_and_ward.hpp52 unsigned arity_ = detail::arity(args_); in precall() local
53 if (custodian > arity_ || ward > arity_) in precall()
86 std::size_t arity_ = detail::arity(args_); in postcall() local
87 if ( custodian > arity_ || ward > arity_ ) in postcall()
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dvm.hpp65 unsigned arity() const { return arity_; } in arity()
71 function(void* fptr, unsigned arity_) in function() argument
72 : fptr(fptr), arity_(arity_) {} in function()
75 unsigned arity_; member in client::function
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dvm.hpp65 unsigned arity() const { return arity_; } in arity()
71 function(void* fptr, unsigned arity_) in function() argument
72 : fptr(fptr), arity_(arity_) {} in function()
75 unsigned arity_; member in client::function
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dvm.hpp65 unsigned arity() const { return arity_; } in arity()
71 function(void* fptr, unsigned arity_) in function() argument
72 : fptr(fptr), arity_(arity_) {} in function()
75 unsigned arity_; member in client::function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dvm.hpp65 unsigned arity() const { return arity_; } in arity()
71 function(void* fptr, unsigned arity_) in function() argument
72 : fptr(fptr), arity_(arity_) {} in function()
75 unsigned arity_; member in client::function
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dvm.hpp65 unsigned arity() const { return arity_; } in arity()
71 function(void* fptr, unsigned arity_) in function() argument
72 : fptr(fptr), arity_(arity_) {} in function()
75 unsigned arity_; member in client::function
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dvm.hpp65 unsigned arity() const { return arity_; } in arity()
71 function(void* fptr, unsigned arity_) in function() argument
72 : fptr(fptr), arity_(arity_) {} in function()
75 unsigned arity_; member in client::function
/dports/databases/percona57-client/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dvm.hpp65 unsigned arity() const { return arity_; } in arity()
71 function(void* fptr, unsigned arity_) in function() argument
72 : fptr(fptr), arity_(arity_) {} in function()
75 unsigned arity_; member in client::function
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dvm.hpp65 unsigned arity() const { return arity_; } in arity()
71 function(void* fptr, unsigned arity_) in function() argument
72 : fptr(fptr), arity_(arity_) {} in function()
75 unsigned arity_; member in client::function
/dports/devel/hyperscan/boost_1_75_0/libs/spirit/example/qi/compiler_tutorial/conjure3/
H A Dvm.hpp65 unsigned arity() const { return arity_; } in arity()
71 function(void* fptr, unsigned arity_) in function() argument
72 : fptr(fptr), arity_(arity_) {} in function()
75 unsigned arity_; member in client::function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/
H A Dfunction.cc201 if (arg_count == arity_.num_args) { in Validate()
204 if (arity_.is_varargs && arg_count == arity_.num_args + 1) { in Validate()
217 if (arity_.is_varargs && in_types.size() != 1) { in AddKernel()
221 KernelSignature::Make(std::move(in_types), std::move(out_type), arity_.is_varargs); in AddKernel()
228 if (arity_.is_varargs && !kernel.signature->is_varargs()) { in AddKernel()
239 if (arity_.is_varargs && in_types.size() != 1) { in AddKernel()
243 KernelSignature::Make(std::move(in_types), std::move(out_type), arity_.is_varargs); in AddKernel()
250 if (arity_.is_varargs && !kernel.signature->is_varargs()) { in AddKernel()
259 if (arity_.is_varargs && !kernel.signature->is_varargs()) { in AddKernel()
/dports/devel/boost-docs/boost_1_72_0/boost/python/
H A Dwith_custodian_and_ward.hpp52 unsigned arity_ = detail::arity(args_); in precall() local
53 if (custodian > arity_ || ward > arity_) in precall()
87 std::size_t arity_ = detail::arity(args_); in postcall() local
91 if ( (std::max)(custodian, ward) > arity_ ) in postcall()
/dports/devel/boost-python-libs/boost_1_72_0/boost/python/
H A Dwith_custodian_and_ward.hpp52 unsigned arity_ = detail::arity(args_); in precall() local
53 if (custodian > arity_ || ward > arity_) in precall()
87 std::size_t arity_ = detail::arity(args_); in postcall() local
91 if ( (std::max)(custodian, ward) > arity_ ) in postcall()
/dports/devel/R-cran-BH/BH/inst/include/boost/python/
H A Dwith_custodian_and_ward.hpp52 unsigned arity_ = detail::arity(args_); in precall() local
53 if (custodian > arity_ || ward > arity_) in precall()
87 std::size_t arity_ = detail::arity(args_); in postcall() local
91 if ( (std::max)(custodian, ward) > arity_ ) in postcall()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/python/
H A Dwith_custodian_and_ward.hpp52 unsigned arity_ = detail::arity(args_); in precall() local
53 if (custodian > arity_ || ward > arity_) in precall()
87 std::size_t arity_ = detail::arity(args_); in postcall() local
91 if ( (std::max)(custodian, ward) > arity_ ) in postcall()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/python/
H A Dwith_custodian_and_ward.hpp52 unsigned arity_ = detail::arity(args_); in precall() local
53 if (custodian > arity_ || ward > arity_) in precall()
87 std::size_t arity_ = detail::arity(args_); in postcall() local
91 if ( (std::max)(custodian, ward) > arity_ ) in postcall()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/python/
H A Dwith_custodian_and_ward.hpp52 unsigned arity_ = detail::arity(args_); in precall() local
53 if (custodian > arity_ || ward > arity_) in precall()
87 std::size_t arity_ = detail::arity(args_); in postcall() local
91 if ( (std::max)(custodian, ward) > arity_ ) in postcall()
/dports/databases/percona57-server/boost_1_59_0/boost/python/
H A Dwith_custodian_and_ward.hpp52 unsigned arity_ = detail::arity(args_); in precall() local
53 if (custodian > arity_ || ward > arity_) in precall()
87 std::size_t arity_ = detail::arity(args_); in postcall() local
91 if ( (std::max)(custodian, ward) > arity_ ) in postcall()
/dports/databases/xtrabackup/boost_1_59_0/boost/python/
H A Dwith_custodian_and_ward.hpp52 unsigned arity_ = detail::arity(args_); in precall() local
53 if (custodian > arity_ || ward > arity_) in precall()
87 std::size_t arity_ = detail::arity(args_); in postcall() local
91 if ( (std::max)(custodian, ward) > arity_ ) in postcall()
/dports/databases/percona57-client/boost_1_59_0/boost/python/
H A Dwith_custodian_and_ward.hpp52 unsigned arity_ = detail::arity(args_); in precall() local
53 if (custodian > arity_ || ward > arity_) in precall()
87 std::size_t arity_ = detail::arity(args_); in postcall() local
91 if ( (std::max)(custodian, ward) > arity_ ) in postcall()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/python/
H A Dwith_custodian_and_ward.hpp52 unsigned arity_ = detail::arity(args_); in precall() local
53 if (custodian > arity_ || ward > arity_) in precall()
87 std::size_t arity_ = detail::arity(args_); in postcall() local
91 if ( (std::max)(custodian, ward) > arity_ ) in postcall()

12345678910>>...37