Home
last modified time | relevance | path

Searched refs:operand_ (Results 226 – 250 of 344) sorted by relevance

12345678910>>...14

/dports/databases/percona57-client/boost_1_59_0/libs/spirit/example/x3/calc/calc8/
H A Dcompiler.cpp132 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
147 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/example/x3/calc/calc8/
H A Dcompiler.cpp131 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
146 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/devel/hyperscan/boost_1_75_0/libs/spirit/example/x3/calc/calc8/
H A Dcompiler.cpp131 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
146 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/lang/v8/v8-9.6.180.12/src/execution/mips64/
H A Dsimulator-mips64.h81 inline int32_t operand() const { return operand_; } in operand()
84 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase()
87 int32_t operand_; variable
102 operand_ = *reinterpret_cast<const int32_t*>(instr);
105 DCHECK(reinterpret_cast<void*>(&operand_) == this);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/execution/mips64/
H A Dsimulator-mips64.h80 inline int32_t operand() const { return operand_; } in operand()
83 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase()
86 int32_t operand_; variable
101 operand_ = *reinterpret_cast<const int32_t*>(instr);
104 DCHECK(reinterpret_cast<void*>(&operand_) == this);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/execution/mips64/
H A Dsimulator-mips64.h80 inline int32_t operand() const { return operand_; } in operand()
83 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase()
86 int32_t operand_; variable
101 operand_ = *reinterpret_cast<const int32_t*>(instr);
104 DCHECK(reinterpret_cast<void*>(&operand_) == this);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Evaluate/
H A Dexpression.h137 explicit Operation(const Expr<OPERANDS> &...x) : operand_{x...} {} in CLASS_BOILERPLATE()
138 explicit Operation(Expr<OPERANDS> &&...x) : operand_{std::move(x)...} {} in Operation()
151 return operand_.value(); in operand()
153 return std::get<J>(operand_).value(); in operand()
159 return operand_.value(); in operand()
161 return std::get<J>(operand_).value(); in operand()
195 return operand_ == that.operand_;
201 Container operand_;
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/calc7/
H A Dcompiler.cpp133 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
148 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/calc7/
H A Dcompiler.cpp133 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
148 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/calc7/
H A Dcompiler.cpp133 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
148 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/calc7/
H A Dcompiler.cpp133 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
148 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/calc7/
H A Dcompiler.cpp133 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
148 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/calc7/
H A Dcompiler.cpp133 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
148 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/databases/percona57-client/boost_1_59_0/libs/spirit/example/qi/compiler_tutorial/calc7/
H A Dcompiler.cpp133 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
148 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/example/qi/compiler_tutorial/calc7/
H A Dcompiler.cpp133 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
148 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/devel/hyperscan/boost_1_75_0/libs/spirit/example/qi/compiler_tutorial/calc7/
H A Dcompiler.cpp133 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
148 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/math/stanmath/math-4.2.0/stan/math/rev/functor/
H A Doperands_and_partials.hpp34 : partial_(0), partials_(partial_), operand_(op) {} in ops_partials_edge()
39 var operand_; member in stan::math::internal::ops_partials_edge
41 inline auto operand() const noexcept { return this->operand_; } in operand()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/dataset/
H A Dfilter_test.cc413 : operand_(std::move(operand)), dictionary_(std::move(dictionary)) {} in TakeExpression()
416 return dictionary_->ToString() + "[" + operand_->ToString() + "]"; in ToString()
429 ARROW_ASSIGN_OR_RAISE(auto operand_type, operand_->Validate(schema)); in Validate()
453 ARROW_ASSIGN_OR_RAISE(auto indices, Evaluate(*take_expr.operand_, batch, pool)); in EvaluateTake()
472 std::shared_ptr<Expression> operand_; member in arrow::dataset::TakeExpression
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/example/x3/calc/calc9/
H A Dcompiler.cpp229 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
254 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/example/x3/calc/calc9/
H A Dcompiler.cpp231 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
256 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/example/x3/calc/calc9/
H A Dcompiler.cpp231 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
256 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/example/x3/calc/calc9/
H A Dcompiler.cpp231 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
256 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/example/x3/calc/calc9/
H A Dcompiler.cpp231 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
256 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/databases/percona57-client/boost_1_59_0/libs/spirit/example/x3/calc/calc9/
H A Dcompiler.cpp231 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
256 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/example/x3/calc/calc9/
H A Dcompiler.cpp229 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()
254 if (!boost::apply_visitor(*this, x.operand_)) in operator ()()

12345678910>>...14