Searched defs:BinaryOp (Results 1 - 9 of 9) sorted by relevance

/external/dexmaker/src/main/java/com/google/dexmaker/
H A DBinaryOp.java39 public enum BinaryOp { enum
/external/chromium_org/third_party/sqlite/src/test/
H A Dfuzz_common.tcl26 # BinaryOp
57 proc BinaryOp {} { procedure
74 {[Expr $c] [BinaryOp] [Expr $c]} \
/external/eigen/Eigen/src/Core/
H A DSelfCwiseBinaryOp.h31 template<typename BinaryOp, typename Lhs, typename Rhs>
32 struct traits<SelfCwiseBinaryOp<BinaryOp,Lhs,Rhs> >
33 : traits<CwiseBinaryOp<BinaryOp,Lhs,Rhs> >
38 Flags = traits<CwiseBinaryOp<BinaryOp,Lhs,Rhs> >::Flags | (Lhs::Flags&DirectAccessBit) | (Lhs::Flags&LvalueBit),
45 template<typename BinaryOp, typename Lhs, typename Rhs> class SelfCwiseBinaryOp
46 : public internal::dense_xpr_base< SelfCwiseBinaryOp<BinaryOp, Lhs, Rhs> >::type
55 inline SelfCwiseBinaryOp(Lhs& xpr, const BinaryOp& func = BinaryOp()) : m_matrix(xpr), m_functor(func) {} argument
131 EIGEN_CHECK_BINARY_COMPATIBILIY(BinaryOp,typename Lhs::Scalar,typename RhsDerived::Scalar);
158 const BinaryOp
[all...]
H A DCwiseBinaryOp.h21 * \param BinaryOp template functor implementing the operator
37 template<typename BinaryOp, typename Lhs, typename Rhs>
38 struct traits<CwiseBinaryOp<BinaryOp, Lhs, Rhs> >
54 BinaryOp(
79 | (functor_traits<BinaryOp>::PacketAccess && StorageOrdersAgree && SameType ? PacketAccessBit : 0)
84 CoeffReadCost = LhsCoeffReadCost + RhsCoeffReadCost + functor_traits<BinaryOp>::Cost
91 // moved to the BinaryOp functors, on a per-case basis. This would however require a change in the BinaryOp functors, as
102 template<typename BinaryOp, typename Lhs, typename Rhs, typename StorageKind>
105 template<typename BinaryOp, typenam
125 CwiseBinaryOp(const Lhs& aLhs, const Rhs& aRhs, const BinaryOp& func = BinaryOp()) argument
[all...]
/external/deqp/framework/randomshaders/
H A DrsgBinaryOps.cpp35 BinaryOp<Precedence, Assoc>::BinaryOp (Token::Type operatorToken) function in class:rsg::BinaryOp
45 BinaryOp<Precedence, Assoc>::~BinaryOp (void)
52 Expression* BinaryOp<Precedence, Assoc>::createNextChild (GeneratorState& state)
76 float BinaryOp<Precedence, Assoc>::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)
93 void BinaryOp<Precedence, Assoc>::tokenize (GeneratorState& state, TokenStream& str) const
101 void BinaryOp<Precedence, Assoc>::evaluate (ExecutionContext& execCtx)
115 : BinaryOp<Precedence, ASSOCIATIVITY_LEFT>(operatorToken)
398 : BinaryOp<
[all...]
H A DrsgBinaryOps.hpp41 class BinaryOp : public Expression class in namespace:rsg
44 BinaryOp (Token::Type operatorToken);
45 virtual ~BinaryOp (void);
69 class BinaryVecOp : public BinaryOp<Precedence, ASSOCIATIVITY_LEFT>
148 class RelationalOp : public BinaryOp<7, ASSOCIATIVITY_LEFT>
264 class EqualityComparisonOp : public BinaryOp<8, ASSOCIATIVITY_LEFT>
/external/clang/lib/AST/
H A DStmtProfile.cpp647 BinaryOperatorKind &BinaryOp) {
666 BinaryOp = BO_Add;
675 BinaryOp = BO_Sub;
684 BinaryOp = BO_Mul;
688 BinaryOp = BO_Div;
692 BinaryOp = BO_Rem;
696 BinaryOp = BO_Xor;
705 BinaryOp = BO_And;
709 BinaryOp = BO_Or;
721 BinaryOp
645 DecodeOperatorCall(const CXXOperatorCallExpr *S, UnaryOperatorKind &UnaryOp, BinaryOperatorKind &BinaryOp) argument
836 BinaryOperatorKind BinaryOp = BO_Comma; local
[all...]
/external/llvm/include/llvm/TableGen/
H A DRecord.h931 enum BinaryOp { ADD, SHL, SRA, SRL, LISTCONCAT, STRCONCAT, CONCAT, EQ }; enum in class:llvm::BinOpInit
934 BinaryOp Opc;
937 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) :
947 static BinOpInit *get(BinaryOp opc, Init *lhs, Init *rhs,
967 BinaryOp getOpcode() const { return Opc; }
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1268 class BinaryOp : public SExpr { class in namespace:clang::threadSafety
1272 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) function in class:clang::threadSafety::BinaryOp
1276 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) function in class:clang::threadSafety::BinaryOp
1298 template <class C> typename C::CType compare(BinaryOp* E, C& Cmp) {

Completed in 1647 milliseconds