HomeSort by relevance Sort by last modified time
    Searched defs:eval (Results 1 - 25 of 258) 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
  /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));
  /external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
Condition.java 33 boolean eval() throws BuildException; method in interface:Condition
Os.java 183 public boolean eval() throws BuildException { method in class:Os
  /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
evalcmd.go 101 func (v autoAtVar) Eval(w evalWriter, ev *Evaluator) error {
109 func (v autoLessVar) Eval(w evalWriter, ev *Evaluator) error {
122 func (v autoHatVar) Eval(w evalWriter, ev *Evaluator) error {
132 func (v autoPlusVar) Eval(w evalWriter, ev *Evaluator) error {
140 func (v autoStarVar) Eval(w evalWriter, ev *Evaluator) error {
235 func (r runner) eval(ev *Evaluator, s string) ([]runner, error) { func
247 err = expr.Eval(buf, ev)
319 rr, err := r.eval(ctx.ev, cmd)
eval.go 187 err := arg.Eval(buf, ev)
230 err := v.Eval(buf, ev)
288 err := v.Eval(&buf, ev)
382 err = ev.eval(stmt)
456 err := ev.LookupVar(name).Eval(&buf, ev)
477 err = ev.eval(stmt)
496 err = v.Eval(&buf, ev)
550 err := expr.Eval(buf, ev)
556 err = v.Eval(buf, ev)
593 err := ev.eval(stmt
672 func (ev *Evaluator) eval(stmt ast) error { func
676 func eval(mk makefile, vars Vars, useCache bool) (er *evalResult, err error) { func
    [all...]
  /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/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorIO.h 64 TensorForcedEvalOp<const T> eval = expr.eval(); local
65 Evaluator tensor(eval, DefaultDevice());
TensorTraits.h 122 struct eval<Tensor<_Scalar, NumIndices_, Options, IndexType_>, Eigen::Dense> struct in namespace:Eigen::internal
128 struct eval<const Tensor<_Scalar, NumIndices_, Options, IndexType_>, Eigen::Dense> struct in namespace:Eigen::internal
134 struct eval<TensorFixedSize<Scalar_, Dimensions, Options, IndexType_>, Eigen::Dense> struct in namespace:Eigen::internal
140 struct eval<const TensorFixedSize<Scalar_, Dimensions, Options, IndexType_>, Eigen::Dense> struct in namespace:Eigen::internal
146 struct eval<TensorMap<PlainObjectType, Options, MakePointer>, Eigen::Dense> struct in namespace:Eigen::internal
152 struct eval<const TensorMap<PlainObjectType, Options, MakePointer>, Eigen::Dense> struct in namespace:Eigen::internal
158 struct eval<TensorRef<PlainObjectType>, Eigen::Dense> struct in namespace:Eigen::internal
164 struct eval<const TensorRef<PlainObjectType>, Eigen::Dense> struct in namespace:Eigen::internal
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineUtil.h 74 template<typename T> class eval<T,IsSkyline> class in namespace:Eigen::internal
  /external/eigen/test/
sparse_permutations.cpp 38 typename internal::nested_eval<T,1>::type eval(const T &xpr) function
79 VERIFY( is_sorted( ::eval(mat*p) ));
81 VERIFY_TRANSPOSITION_COUNT( ::eval(mat*p), 0);
86 VERIFY( is_sorted( ::eval(p*mat) ));
88 VERIFY_TRANSPOSITION_COUNT( ::eval(p*mat), 0);
92 VERIFY( is_sorted( (mat*p).eval() ));
94 VERIFY_TRANSPOSITION_COUNT( ::eval(mat*p.inverse()), 0);
98 VERIFY( is_sorted( (p*mat+p*mat).eval() ));
100 VERIFY_TRANSPOSITION_COUNT( ::eval(p.inverse()*mat), 0);
104 VERIFY( is_sorted( (p * mat * p.inverse()).eval() ));
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
BracketFinder.java 127 double fA = eval(func, xA);
128 double fB = eval(func, xB);
142 double fC = eval(func, xC);
160 fW = eval(func, w);
177 fW = eval(func, w);
180 fW = eval(func, w);
182 fW = eval(func, w);
191 fW = eval(func, w);
195 fW = eval(func, w);
281 private double eval(UnivariateRealFunction f, double x method in class:BracketFinder
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathExpressionImpl.java 97 public Object eval(Object item, QName returnType) method in class:XPathExpressionImpl
99 XObject resultObject = eval ( item );
103 private XObject eval ( Object contextItem ) method in class:XPathExpressionImpl
184 return eval( item, returnType);
296 return eval( document, returnType );

Completed in 706 milliseconds

1 2 3 4 5 6 7 8 91011