/aosp_15_r20/frameworks/compile/mclinker/lib/Script/ |
D | BinaryOp.cpp | 27 IntOperand* BinaryOp<Operator::MUL>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::MUL 35 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::DIV 43 IntOperand* BinaryOp<Operator::MOD>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::MOD 51 IntOperand* BinaryOp<Operator::ADD>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::ADD 59 IntOperand* BinaryOp<Operator::SUB>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::SUB 67 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::LSHIFT 75 IntOperand* BinaryOp<Operator::RSHIFT>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::RSHIFT 83 IntOperand* BinaryOp<Operator::LT>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::LT 91 IntOperand* BinaryOp<Operator::LE>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::LE 99 IntOperand* BinaryOp<Operator::GT>::eval(const Module& pModule, in eval() function in mcld::BinaryOp::GT [all …]
|
D | UnaryOp.cpp | 26 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval( in eval() function in mcld::UnaryOp::UNARY_PLUS 35 IntOperand* UnaryOp<Operator::UNARY_MINUS>::eval( in eval() function in mcld::UnaryOp::UNARY_MINUS 44 IntOperand* UnaryOp<Operator::LOGICAL_NOT>::eval( in eval() function in mcld::UnaryOp::LOGICAL_NOT 53 IntOperand* UnaryOp<Operator::BITWISE_NOT>::eval( in eval() function in mcld::UnaryOp::BITWISE_NOT 62 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module& pModule, in eval() function in mcld::UnaryOp::ABSOLUTE 70 IntOperand* UnaryOp<Operator::ADDR>::eval(const Module& pModule, in eval() function in mcld::UnaryOp::ADDR 92 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module& pModule, in eval() function in mcld::UnaryOp::ALIGNOF 114 IntOperand* UnaryOp<Operator::DATA_SEGMENT_END>::eval( in eval() function in mcld::UnaryOp::DATA_SEGMENT_END 123 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module& pModule, in eval() function in mcld::UnaryOp::DEFINED 131 IntOperand* UnaryOp<Operator::LENGTH>::eval(const Module& pModule, in eval() function in mcld::UnaryOp::LENGTH [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/ |
D | eval.hpp | 28 struct eval struct 30 typedef typename Context::template eval<Expr>::result_type type; 39 struct eval struct 47 struct result<This(Expr, Context)> 65 operator ()(Expr &e, Context &ctx) const in operator ()() 74 operator ()(Expr &e, Context const &ctx) const in operator ()() 83 operator ()(Expr const &e, Context &ctx) const in operator ()() 92 operator ()(Expr const &e, Context const &ctx) const in operator ()() 107 eval(Expr &e, Context &ctx) in eval() function 116 eval(Expr &e, Context const &ctx) in eval() function [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/ |
D | operators.hpp | 225 static result_type eval(T const& v) in eval() function 234 static result_type eval(T const& v) in eval() function 243 static result_type eval(T const& v) in eval() function 252 static result_type eval(T const& v) in eval() function 261 static result_type eval(T& v) in eval() function 270 static result_type eval(T* v) in eval() function 279 static result_type eval(T* const v) in eval() function 308 static result_type eval(T& v) in eval() function 317 static result_type eval(T& v) in eval() function 326 static result_type eval(T& v) in eval() function [all …]
|
D | special_ops.hpp | 77 static result_type eval(PHOENIX_STD::istream& out, T1& rhs) in eval() function 103 static result_type eval(PHOENIX_STD::ostream& out, T1 const& rhs) in eval() function 127 static result_type eval(PHOENIX_STD::istream& out, T1& rhs) in eval() function 147 static result_type eval(PHOENIX_STD::ostream& out, T1 const& rhs) in eval() function 247 static result_type eval(T const& iter) in eval() function 256 static result_type eval(T0& container, T1 const& index) in eval() function 265 static result_type eval(T0 const& container, T1 const& index) in eval() function
|
D | composite.hpp | 162 eval(TupleT const& /*args*/) const in eval() function 220 eval(TupleT const& args) const in eval() function 281 eval(TupleT const& args) const in eval() function 344 eval(TupleT const& args) const in eval() function 407 eval(TupleT const& args) const in eval() function 471 eval(TupleT const& args) const in eval() function 541 eval(TupleT const& args) const in eval() function 611 eval(TupleT const& args) const in eval() function 682 eval(TupleT const& args) const in eval() function 755 eval(TupleT const& args) const in eval() function [all …]
|
/aosp_15_r20/external/pytorch/torch/utils/_sympy/ |
H A D | functions.py | 186 def eval(cls, base, divisor): member in FloorDiv 265 def eval(cls, base, divisor, modulus): member in ModularIndexing 343 def eval(cls, c, p, q): member in Where 357 def eval(cls, p, q): member in PythonMod 415 def eval(cls, p, q): member in Mod 472 def eval(cls, number): member in CeilToInt 486 def eval(cls, number): member in FloorToInt 516 def eval(cls, base, shift): member in LShift 526 def eval(cls, base, shift): member in RShift 893 def eval(cls, base, exp): member in PowByNatural [all …]
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | RandomVariable.cpp | 181 void IRandomVariableOp::eval(const std::set<int>* parent1In, const std::set<int>* parent2In, in eval() function in android::nn::fuzzing_test::IRandomVariableOp 218 virtual int eval(int lhs, int) const override { return eval(lhs); } in eval() function in android::nn::fuzzing_test::IUnaryOp 220 virtual void eval(const std::set<int>* parent1In, const std::set<int>* parent2In, in eval() function in android::nn::fuzzing_test::IUnaryOp 243 virtual int eval(int lhs, int rhs) const override { in eval() function in android::nn::fuzzing_test::IConstraintOp 253 virtual void eval(const std::set<int>* parent1In, const std::set<int>* parent2In, in eval() function in android::nn::fuzzing_test::IConstraintOp 272 virtual int eval(int lhs, int rhs) const override { return lhs + rhs; } in eval() function in android::nn::fuzzing_test::Addition 277 virtual void eval(const std::set<int>* parent1In, const std::set<int>* parent2In, in eval() function in android::nn::fuzzing_test::Addition 308 virtual int eval(int lhs, int rhs) const override { return lhs - rhs; } in eval() function in android::nn::fuzzing_test::Subtraction 313 virtual void eval(const std::set<int>* parent1In, const std::set<int>* parent2In, in eval() function in android::nn::fuzzing_test::Subtraction 337 virtual int eval(int lhs, int rhs) const override { return lhs * rhs; } in eval() function in android::nn::fuzzing_test::Multiplication [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/example/ |
D | mixed.cpp | 85 struct eval struct 91 struct eval< struct 98 typedef typename proto::result_of::value<Expr>::type IteratorWrapper; 99 typedef typename IteratorWrapper::iterator iterator; 100 typedef typename std::iterator_traits<iterator>::reference result_type; 102 result_type operator ()(Expr &expr, DereferenceCtx const &) const in operator ()() 116 struct eval struct 122 struct eval< struct 129 typedef void result_type; 131 result_type operator ()(Expr &expr, IncrementCtx const &) const in operator ()()
|
D | vector.cpp | 37 struct eval struct 43 struct eval< struct 50 typedef typename proto::result_of::value<Expr>::type::value_type result_type; 52 result_type operator ()(Expr &expr, VectorSubscriptCtx const &ctx) const in operator ()() 72 struct eval struct 79 struct eval< struct 86 typedef void result_type; 88 result_type operator ()(Expr &expr, VectorSizeCtx const &ctx) const in operator ()()
|
D | lazy_vector.cpp | 56 struct eval struct 62 struct eval<Expr, proto::tag::terminal> struct 64 typedef typename proto::result_of::value<Expr>::type::value_type result_type; 66 result_type operator ()( Expr const & expr, lazy_subscript_context & ctx ) const in operator ()()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/ |
D | calc4b.cpp | 134 struct eval struct 136 typedef int result_type; 138 int operator()(nil) const { BOOST_ASSERT(0); return 0; } in operator ()() 139 int operator()(unsigned int n) const { return n; } in operator ()() 141 int operator()(int lhs, operation const& x) const in operator ()() 155 int operator()(signed_ const& x) const in operator ()() 167 int operator()(program const& x) const in operator ()() 246 ast_eval eval; // Evaluates the program in main() local
|
D | calc4.cpp | 130 struct eval struct 132 typedef int result_type; 134 int operator()(nil) const { BOOST_ASSERT(0); return 0; } in operator ()() 135 int operator()(unsigned int n) const { return n; } in operator ()() 137 int operator()(int lhs, operation const& x) const in operator ()() 151 int operator()(signed_ const& x) const in operator ()() 163 int operator()(program const& x) const in operator ()() 246 ast_eval eval; // Evaluates the program in main() local
|
D | calc5.cpp | 136 struct eval struct 138 typedef int result_type; 140 int operator()(nil) const { BOOST_ASSERT(0); return 0; } in operator ()() 141 int operator()(unsigned int n) const { return n; } in operator ()() 143 int operator()(operation const& x, int lhs) const in operator ()() 157 int operator()(signed_ const& x) const in operator ()() 169 int operator()(program const& x) const in operator ()() 276 ast_eval eval; // Evaluates the program in main() local
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_expr.cpp | 31 SimpleIRExprEval eval(c); in TEST() local 41 SimpleIRExprEval eval(f); in TEST() local 175 SimpleIRExprEval eval(body); in TEST() local 185 SimpleIRExprEval eval(body); in TEST() local 201 SimpleIREvaluator eval(block, {a_buf, b_buf}); in TEST() local 217 SimpleIRExprEval eval(body); in TEST() local 225 SimpleIRExprEval eval(body); in TEST() local 234 SimpleIRExprEval eval(body); in TEST() local 243 SimpleIRExprEval eval(body); in TEST() local 252 SimpleIRExprEval eval(body); in TEST() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/ |
D | calc4.cpp | 141 struct eval struct 143 typedef int result_type; 145 int operator()(nil) const { BOOST_ASSERT(0); return 0; } in operator ()() 146 int operator()(unsigned int n) const { return n; } in operator ()() 148 int operator()(operation const& x, int lhs) const in operator ()() 162 int operator()(signed_ const& x) const in operator ()() 174 int operator()(program const& x) const in operator ()() 256 ast_eval eval; // Evaluates the program in main() local
|
D | calc5.cpp | 155 struct eval struct 157 typedef int result_type; 159 int operator()(nil) const { BOOST_ASSERT(0); return 0; } in operator ()() 160 int operator()(unsigned int n) const { return n; } in operator ()() 162 int operator()(operation const& x, int lhs) const in operator ()() 176 int operator()(signed_ const& x) const in operator ()() 188 int operator()(program const& x) const in operator ()() 311 ast_eval eval; // Evaluates the program in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc4c/ |
D | grammar.hpp | 132 struct eval struct 134 typedef int result_type; 136 int operator()(nil) const { BOOST_ASSERT(0); return 0; } in operator ()() 137 int operator()(unsigned int n) const { return n; } in operator ()() 139 int operator()(int lhs, operation const& x) const in operator ()() 153 int operator()(signed_ const& x) const in operator ()() 165 int operator()(program const& x) const in operator ()()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/example/fundamental/more_calculators/ |
D | calc_with_variables.cpp | 42 stack<double>& eval; member 64 stack<double>& eval; member 69 make_op(op const& the_op, stack<double>& eval) in make_op() 89 stack<double>& eval; member 103 stack<double>& eval; member 142 stack<double>& eval; member 212 stack<double>& eval; member 231 stack<double> eval; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/example/fundamental/ |
D | calc_debug.cpp | 50 stack<long>& eval; member 72 stack<long>& eval; member 77 make_op(op const& the_op, stack<long>& eval) in make_op() 97 stack<long>& eval; member 151 stack<long>& eval; member 167 stack<long> eval; in main() local
|
D | full_calc.cpp | 46 stack<long>& eval; member 68 stack<long>& eval; member 73 make_op(op const& the_op, stack<long>& eval) in make_op() 93 stack<long>& eval; member 142 stack<long>& eval; member 158 stack<long> eval; in main() local
|
/aosp_15_r20/external/jazzer-api/sanitizers/src/test/java/com/example/ |
H A D | ScriptEngineInjection.java | 49 public Object eval(String script) { in eval() method in ScriptEngineInjection.DummyScriptEngine 54 public Object eval(Reader reader) { in eval() method in ScriptEngineInjection.DummyScriptEngine 59 public Object eval(String script, ScriptContext context) { in eval() method in ScriptEngineInjection.DummyScriptEngine 64 public Object eval(Reader reader, ScriptContext context) { in eval() method in ScriptEngineInjection.DummyScriptEngine 69 public Object eval(String script, Bindings n) { in eval() method in ScriptEngineInjection.DummyScriptEngine 74 public Object eval(Reader reader, Bindings n) { in eval() method in ScriptEngineInjection.DummyScriptEngine
|
/aosp_15_r20/external/rust/android-crates-io/crates/predicates/src/path/ |
D | fs.rs | 32 fn eval(&self, path: &path::Path) -> io::Result<bool> { in eval() method 60 fn eval(&self, path: &path::Path) -> bool { in eval() method 74 fn eval(&self, actual: &[u8]) -> bool { in eval() method 130 fn eval(&self, path: &path::Path) -> Option<bool> { in eval() method 138 fn eval(&self, path: &path::Path) -> bool { in eval() method 152 fn eval(&self, actual: &str) -> bool { in eval() method
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/ |
D | argument.hpp | 63 eval(Env const& env) const in eval() function 94 void eval(Env const& env) const in eval() function 138 eval(Env const& env) const in eval() function 169 void eval(Env const& env) const in eval() function 214 eval(Env const& env) const in eval() function
|
/aosp_15_r20/development/vndk/tools/sourcedr/blueprint/ |
H A D | blueprint.py | 385 def eval(self, env): member in Expr 393 def eval(self, env): member in String 431 def eval(self, env): member in Bool 474 def eval(self, env): member in Integer 494 def eval(self, env): member in VarRef 504 def eval(self, env): member in List 518 def eval(self, env): member in Dict 539 def eval(self, env): member in Concat
|