Home
last modified time | relevance | path

Searched defs:BinaryOp (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dnumeric_op.h42 explicit BinaryOp(OpKernelConstruction* context) : OpKernel(context) { in BinaryOp() function
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DBinaryOp.java39 public enum BinaryOp { enum
/external/tensorflow/tensorflow/core/graph/
Dgraph_def_builder.cc118 Node* BinaryOp(const string& op_name, NodeOut a, NodeOut b, in BinaryOp() function
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_window_utils.cc50 HloOp BinaryOp(HloOp x, HloOp y, HloOpcode opcode, in BinaryOp() function
/external/deqp/framework/randomshaders/
DrsgBinaryOps.hpp41 class BinaryOp : public Expression class
DrsgBinaryOps.cpp197 BinaryOp<Precedence, Assoc>::BinaryOp (Token::Type operatorToken) in BinaryOp() function in rsg::BinaryOp
/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_common.h84 explicit BinaryOp(OpKernelConstruction* ctx) in BinaryOp() function
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16_test.py235 BinaryOp = collections.namedtuple("BinaryOp", ["op"]) variable
/external/rust/crates/regex-syntax/src/ast/
Dvisitor.rs198 BinaryOp(&'a ast::ClassSetBinaryOp), enumerator
Dmod.rs927 BinaryOp(ClassSetBinaryOp), enumerator
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3789 struct BinaryOp { struct
3790 unsigned Opcode;
3791 Value *LHS;
3792 Value *RHS;
3793 bool IsNSW;
3794 bool IsNUW;
3798 Operator *Op;
3800 explicit BinaryOp(Operator *Op) in BinaryOp() argument
3809 explicit BinaryOp(unsigned Opcode, Value *LHS, Value *RHS, bool IsNSW = false, in BinaryOp() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp4477 struct BinaryOp { struct
4478 unsigned Opcode;
4479 Value *LHS;
4480 Value *RHS;
4481 bool IsNSW = false;
4482 bool IsNUW = false;
4486 Operator *Op = nullptr;
4488 explicit BinaryOp(Operator *Op) in BinaryOp() function
4497 explicit BinaryOp(unsigned Opcode, Value *LHS, Value *RHS, bool IsNSW = false, in BinaryOp() function
/external/clang/lib/AST/
DStmtProfile.cpp1000 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall()
1188 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4469 static bool isNeutralValue(Instruction::BinaryOps BinaryOp, Value *RHS) { in isNeutralValue()
4482 Instruction::BinaryOps BinaryOp, bool IsSigned, in computeOverflow()
4506 Instruction::BinaryOps BinaryOp, bool IsSigned, Value *LHS, Value *RHS, in OptimizeOverflowCheck()
DInstCombineCalls.cpp1537 Optional<Instruction::BinaryOps> BinaryOp; in SimplifyNVVMIntrinsic() member
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1211 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) in BinaryOp() function
1215 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) in BinaryOp() function
/external/python/pycparser/pycparser/
Dc_ast.py232 class BinaryOp(Node): class
/external/llvm/include/llvm/TableGen/
DRecord.h801 enum BinaryOp : uint8_t { ADD, AND, SHL, SRA, SRL, LISTCONCAT, enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h803 enum BinaryOp : uint8_t { ADD, MUL, AND, OR, SHL, SRA, SRL, LISTCONCAT, enum
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc4090 TEST(MemorySanitizerOrigins, BinaryOp) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc635 XlaOp XlaBuilder::BinaryOp(HloOpcode binop, XlaOp lhs, XlaOp rhs, in BinaryOp() function in xla::XlaBuilder