/external/tensorflow/tensorflow/core/framework/ |
D | numeric_op.h | 42 explicit BinaryOp(OpKernelConstruction* context) : OpKernel(context) { in BinaryOp() function
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | BinaryOp.java | 39 public enum BinaryOp { enum
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_def_builder.cc | 118 Node* BinaryOp(const string& op_name, NodeOut a, NodeOut b, in BinaryOp() function
|
/external/llvm-libc/test/src/math/exhaustive/ |
D | exhaustive_test.h | 73 using BinaryOp = OutType(InType, InType); variable
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/exhaustive/ |
D | exhaustive_test.h | 73 using BinaryOp = OutType(InType, InType); variable
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/exhaustive/ |
D | exhaustive_test.h | 73 using BinaryOp = OutType(InType, InType); variable
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | dynamic_window_utils.cc | 50 HloOp BinaryOp(HloOp x, HloOp y, HloOpcode opcode, in BinaryOp() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetTransformInfo.cpp | 145 std::optional<Instruction::BinaryOps> BinaryOp; in simplifyNvvmIntrinsic() member
|
/external/deqp/framework/randomshaders/ |
D | rsgBinaryOps.hpp | 41 class BinaryOp : public Expression class
|
D | rsgBinaryOps.cpp | 198 BinaryOp<Precedence, Assoc>::BinaryOp(Token::Type operatorToken) in BinaryOp() function in rsg::BinaryOp
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cwise_ops_common.h | 84 explicit BinaryOp(OpKernelConstruction* ctx) in BinaryOp() function
|
/external/rust/android-crates-io/crates/regex-syntax/src/ast/ |
D | visitor.rs | 198 BinaryOp(&'a ast::ClassSetBinaryOp), enumerator
|
D | mod.rs | 927 BinaryOp(ClassSetBinaryOp), enumerator
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.5/src/ast/ |
D | visitor.rs | 197 BinaryOp(&'a ast::ClassSetBinaryOp), enumerator
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.5/src/ast/ |
D | visitor.rs | 197 BinaryOp(&'a ast::ClassSetBinaryOp), enumerator
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | bfloat16_test.py | 364 BinaryOp = collections.namedtuple("BinaryOp", ["op"]) variable
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3789 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() function 3809 explicit BinaryOp(unsigned Opcode, Value *LHS, Value *RHS, bool IsNSW = false, in BinaryOp() function
|
/external/ml_dtypes/ml_dtypes/tests/ |
D | custom_float_test.py | 590 BinaryOp = collections.namedtuple("BinaryOp", ["op"]) variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 4477 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/ |
D | StmtProfile.cpp | 1000 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall() 1188 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5192 struct BinaryOp { struct 5193 unsigned Opcode; 5194 Value *LHS; 5195 Value *RHS; 5196 bool IsNSW = false; 5197 bool IsNUW = false; 5201 Operator *Op = nullptr; 5203 explicit BinaryOp(Operator *Op) in BinaryOp() argument 5212 explicit BinaryOp(unsigned Opcode, Value *LHS, Value *RHS, bool IsNSW = false, in BinaryOp() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 4469 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()
|
/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/test/ |
D | function_tests.cc | 25 using BinaryOp = int(int a, int b); typedef
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTIL.h | 1211 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) in BinaryOp() function 1215 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) in BinaryOp() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 5002 static bool isNeutralValue(Instruction::BinaryOps BinaryOp, Value *RHS, bool IsSigned) { in isNeutralValue() 5016 InstCombinerImpl::computeOverflow(Instruction::BinaryOps BinaryOp, in computeOverflow() 5040 bool InstCombinerImpl::OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, in OptimizeOverflowCheck()
|