HomeSort by relevance Sort by last modified time
    Searched defs:eval (Results 1 - 25 of 316) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/realtime/func/pi-tests/
parse-testpi1.py 35 def eval(self): member in class:TestPi1
59 sys.exit("Result: %s " % (["FAIL", "PASS"][log.eval()]))
parse-testpi2.py 36 def eval(self): member in class:TestPi2
66 sys.exit("Result: %s " % (["FAIL", "PASS"][log.eval()]))
  /external/ltp/testcases/realtime/scripts/
parser.py 45 def eval(self): member in class:Log
  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
test_util.py 29 def eval(self, tensors): member in class:Base
43 [tensor_0_eval, tensor_1_eval] = self.eval([tensor_0, tensor_1])
  /frameworks/compile/mclinker/lib/Script/
NullaryOp.cpp 19 IntOperand* NullaryOp<Operator::SIZEOF_HEADERS>::eval( function in class:mcld::NullaryOp
28 IntOperand* NullaryOp<Operator::MAXPAGESIZE>::eval( function in class:mcld::NullaryOp
37 IntOperand* NullaryOp<Operator::COMMONPAGESIZE>::eval( function in class:mcld::NullaryOp
UnaryOp.cpp 26 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval( function in class:mcld::UnaryOp
35 IntOperand* UnaryOp<Operator::UNARY_MINUS>::eval( function in class:mcld::UnaryOp
44 IntOperand* UnaryOp<Operator::LOGICAL_NOT>::eval( function in class:mcld::UnaryOp
53 IntOperand* UnaryOp<Operator::BITWISE_NOT>::eval( function in class:mcld::UnaryOp
62 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module& pModule, function in class:mcld::UnaryOp
70 IntOperand* UnaryOp<Operator::ADDR>::eval(const Module& pModule, function in class:mcld::UnaryOp
92 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module& pModule, function in class:mcld::UnaryOp
114 IntOperand* UnaryOp<Operator::DATA_SEGMENT_END>::eval( function in class:mcld::UnaryOp
123 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module& pModule, function in class:mcld::UnaryOp
131 IntOperand* UnaryOp<Operator::LENGTH>::eval(const Module& pModule function in class:mcld::UnaryOp
139 IntOperand* UnaryOp<Operator::LOADADDR>::eval(const Module& pModule, function in class:mcld::UnaryOp
147 IntOperand* UnaryOp<Operator::NEXT>::eval(const Module& pModule, function in class:mcld::UnaryOp
155 IntOperand* UnaryOp<Operator::ORIGIN>::eval(const Module& pModule, function in class:mcld::UnaryOp
163 IntOperand* UnaryOp<Operator::SIZEOF>::eval(const Module& pModule, function in class:mcld::UnaryOp
    [all...]
BinaryOp.cpp 27 IntOperand* BinaryOp<Operator::MUL>::eval(const Module& pModule, function in class:mcld::BinaryOp
35 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule, function in class:mcld::BinaryOp
43 IntOperand* BinaryOp<Operator::MOD>::eval(const Module& pModule, function in class:mcld::BinaryOp
51 IntOperand* BinaryOp<Operator::ADD>::eval(const Module& pModule, function in class:mcld::BinaryOp
59 IntOperand* BinaryOp<Operator::SUB>::eval(const Module& pModule, function in class:mcld::BinaryOp
67 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module& pModule, function in class:mcld::BinaryOp
75 IntOperand* BinaryOp<Operator::RSHIFT>::eval(const Module& pModule, function in class:mcld::BinaryOp
83 IntOperand* BinaryOp<Operator::LT>::eval(const Module& pModule, function in class:mcld::BinaryOp
91 IntOperand* BinaryOp<Operator::LE>::eval(const Module& pModule, function in class:mcld::BinaryOp
99 IntOperand* BinaryOp<Operator::GT>::eval(const Module& pModule function in class:mcld::BinaryOp
107 IntOperand* BinaryOp<Operator::GE>::eval(const Module& pModule, function in class:mcld::BinaryOp
115 IntOperand* BinaryOp<Operator::EQ>::eval(const Module& pModule, function in class:mcld::BinaryOp
123 IntOperand* BinaryOp<Operator::NE>::eval(const Module& pModule, function in class:mcld::BinaryOp
131 IntOperand* BinaryOp<Operator::BITWISE_AND>::eval( function in class:mcld::BinaryOp
140 IntOperand* BinaryOp<Operator::BITWISE_XOR>::eval( function in class:mcld::BinaryOp
149 IntOperand* BinaryOp<Operator::BITWISE_OR>::eval( function in class:mcld::BinaryOp
158 IntOperand* BinaryOp<Operator::LOGICAL_AND>::eval( function in class:mcld::BinaryOp
167 IntOperand* BinaryOp<Operator::LOGICAL_OR>::eval( function in class:mcld::BinaryOp
176 IntOperand* BinaryOp<Operator::ALIGN>::eval(const Module& pModule, function in class:mcld::BinaryOp
187 IntOperand* BinaryOp<Operator::DATA_SEGMENT_RELRO_END>::eval( function in class:mcld::BinaryOp
200 IntOperand* BinaryOp<Operator::MAX>::eval(const Module& pModule, function in class:mcld::BinaryOp
211 IntOperand* BinaryOp<Operator::MIN>::eval(const Module& pModule, function in class:mcld::BinaryOp
223 IntOperand* BinaryOp<Operator::SEGMENT_START>::eval( function in class:mcld::BinaryOp
    [all...]
TernaryOp.cpp 20 IntOperand* TernaryOp<Operator::TERNARY_IF>::eval( function in class:mcld::TernaryOp
33 IntOperand* TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval( function in class:mcld::TernaryOp
RpnEvaluator.cpp 33 bool RpnEvaluator::eval(const RpnExpr& pExpr, uint64_t& pResult) { function in class:mcld::RpnEvaluator
42 operandStack.push(op->eval(m_Module, m_Backend));
49 operandStack.push(op->eval(m_Module, m_Backend));
59 operandStack.push(op->eval(m_Module, m_Backend));
72 operandStack.push(op->eval(m_Module, m_Backend));
  /prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/com/sun/sample/scriptpad/
Main.java 64 eval(engine, "conc.js"); method
65 eval(engine, "gui.js"); method
66 eval(engine, "scriptpad.js"); method
67 eval(engine, "mm.js"); method
70 private static void eval(ScriptEngine engine, String name) method in class:Main
80 engine.eval(new InputStreamReader(is));
  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/com/sun/sample/scriptpad/
Main.java 64 eval(engine, "conc.js"); method
65 eval(engine, "gui.js"); method
66 eval(engine, "scriptpad.js"); method
67 eval(engine, "mm.js"); method
70 private static void eval(ScriptEngine engine, String name) method in class:Main
80 engine.eval(new InputStreamReader(is));
  /external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
Condition.java 33 boolean eval() throws BuildException; method in interface:Condition
  /external/tensorflow/tensorflow/core/kernels/
eigen_softmax.h 46 void eval(const Input& input, Output& output, const Device& device) const { function in struct:Eigen::__anon39795::SoftmaxOp
71 input.maximum(depth_dim).eval().reshape(dims2d).broadcast(bcast)) *
76 (output.sum(depth_dim).eval().reshape(dims2d).broadcast(bcast));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
divworst.c 45 eval (mpfr_t x, mpfr_t y, mpfr_t z, mpfr_t t, mpfr_rnd_t rnd) function
87 rz = eval (x, y, z, t, GMP_RNDZ);
88 rn = eval (x, y, z, t, GMP_RNDN);
  /build/kati/
ast.go 24 eval(*Evaluator) error
36 func (ast *assignAST) eval(ev *Evaluator) error { func
59 err := v.Eval(&buf, ev)
98 func (ast *maybeRuleAST) eval(ev *Evaluator) error { func
111 func (ast *commandAST) eval(ev *Evaluator) error { func
125 func (ast *includeAST) eval(ev *Evaluator) error { func
142 func (ast *ifAST) eval(ev *Evaluator) error { func
158 func (ast *exportAST) eval(ev *Evaluator) error { func
172 func (ast *vpathAST) eval(ev *Evaluator) error { func
  /external/apache-xml/src/main/java/org/apache/xpath/
CachedXPathAPI.java 183 XObject list = eval(contextNode, str, namespaceNode);
222 XObject list = eval(contextNode, str, namespaceNode);
243 public XObject eval(Node contextNode, String str) method in class:CachedXPathAPI
246 return eval(contextNode, str, contextNode);
269 public XObject eval(Node contextNode, String str, Node namespaceNode) method in class:CachedXPathAPI
318 public XObject eval( method in class:CachedXPathAPI
XPathAPI.java 128 XObject list = eval(contextNode, str, namespaceNode);
167 XObject list = eval(contextNode, str, namespaceNode);
188 public static XObject eval(Node contextNode, String str) method in class:XPathAPI
191 return eval(contextNode, str, contextNode);
214 public static XObject eval(Node contextNode, String str, Node namespaceNode) method in class:XPathAPI
266 public static XObject eval( method in class:XPathAPI
  /external/clang/test/CXX/temp/temp.arg/temp.arg.template/
p3-0x.cpp 3 template <class T> struct eval; // expected-note 3{{template is declared here}}
6 struct eval<TT<T1, Rest...>> { }; struct
14 eval<A<int>> eA;
15 eval<B<int, float>> eB;
16 eval<C<17>> eC; // expected-error{{implicit instantiation of undefined template 'eval<C<17> >'}}
17 eval<D<int, 17>> eD; // expected-error{{implicit instantiation of undefined template 'eval<D<int, 17> >'}}
18 eval<E<int, float>> eE; // expected-error{{implicit instantiation of undefined template 'eval<E<int, float, 17> >}
    [all...]
  /external/eigen/unsupported/test/
cxx11_tensor_custom_op.cpp 26 void eval(const Tensor<float, 2>& input, Output& output, const Device& device) const function in struct:InsertZeros
71 void eval(const Tensor<float, 3>& input1, const Tensor<float, 3>& input2, function in struct:BatchMatMul
polynomialutils.cpp 80 bool eval = (M >= Max) && (m <= min); local
81 if( !eval )
87 VERIFY( eval );
  /external/mesa3d/src/gallium/state_trackers/clover/util/
tuple.hpp 65 eval(F &&f, T &&t) { function in struct:clover::tuple::detail::_apply
78 return detail::_apply<F, T>::eval(std::forward<F>(f),
98 eval(F &&f, T &&t) { function in struct:clover::tuple::detail::_map
111 return detail::_map<F, T>::eval(std::forward<F>(f),
algorithm.hpp 88 eval(R &&r) { function in namespace:clover
103 eval(map(std::forward<F>(f), std::forward<Rs>(rs)...));
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorIO.h 64 TensorForcedEvalOp<const T> eval = expr.eval(); local
65 Evaluator tensor(eval, DefaultDevice());
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineUtil.h 74 template<typename T> class eval<T,IsSkyline> class in namespace:Eigen::internal
  /external/ply/ply/example/BASIC/
basinterp.py 17 'SIN': lambda z: math.sin(self.eval(z)),
18 'COS': lambda z: math.cos(self.eval(z)),
19 'TAN': lambda z: math.tan(self.eval(z)),
20 'ATN': lambda z: math.atan(self.eval(z)),
21 'EXP': lambda z: math.exp(self.eval(z)),
22 'ABS': lambda z: abs(self.eval(z)),
23 'LOG': lambda z: math.log(self.eval(z)),
24 'SQR': lambda z: math.sqrt(self.eval(z)),
25 'INT': lambda z: int(self.eval(z)),
70 def eval(self, expr) member in class:BasicInterpreter
    [all...]

Completed in 874 milliseconds

1 2 3 4 5 6 7 8 91011>>