Home
last modified time | relevance | path

Searched defs:binop (Results 1 – 25 of 30) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary.cpp31 bool float_binop_evaluates_to(T lhs, T rhs, SpvOp binop, bool required_value) { in float_binop_evaluates_to()
64 bool signed_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in signed_int_binop_evaluates_to()
88 bool unsigned_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in unsigned_int_binop_evaluates_to()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary.cpp31 bool float_binop_evaluates_to(T lhs, T rhs, SpvOp binop, bool required_value) { in float_binop_evaluates_to()
64 bool signed_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in signed_int_binop_evaluates_to()
88 bool unsigned_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in unsigned_int_binop_evaluates_to()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary.cpp31 bool float_binop_evaluates_to(T lhs, T rhs, SpvOp binop, bool required_value) { in float_binop_evaluates_to()
64 bool signed_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in signed_int_binop_evaluates_to()
88 bool unsigned_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in unsigned_int_binop_evaluates_to()
/external/llvm-project/clang/tools/clang-fuzzer/
Dcxx_loop_proto.proto58 BinaryOp binop = 2; field
Dcxx_proto.proto55 BinaryOp binop = 3; field
/external/llvm-project/mlir/examples/toy/Ch2/mlir/
DMLIRGen.cpp176 mlir::Value mlirGen(BinaryExprAST &binop) { in mlirGen()
/external/llvm-project/mlir/examples/toy/Ch3/mlir/
DMLIRGen.cpp176 mlir::Value mlirGen(BinaryExprAST &binop) { in mlirGen()
/external/llvm-project/mlir/examples/toy/Ch4/mlir/
DMLIRGen.cpp180 mlir::Value mlirGen(BinaryExprAST &binop) { in mlirGen()
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DMLIRGen.cpp180 mlir::Value mlirGen(BinaryExprAST &binop) { in mlirGen()
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DMLIRGen.cpp180 mlir::Value mlirGen(BinaryExprAST &binop) { in mlirGen()
/external/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp277 llvm::AtomicRMWInst::BinOp binop; local
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp82 if (const BinaryOperator *binop = dyn_cast<BinaryOperator>(e)) { in CheckMallocArgument() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp81 if (const BinaryOperator *binop = dyn_cast<BinaryOperator>(e)) { in CheckMallocArgument() local
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DMLIRGen.cpp298 mlir::Value mlirGen(BinaryExprAST &binop) { in mlirGen()
/external/python/cpython3/Modules/clinic/
Ditertoolsmodule.c.h497 PyObject *binop = Py_None; in itertools_accumulate() local
/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py517 def binop(name, ty, alg_props, const_expr): function
/external/python/cpython2/Demo/parser/
Dunparse.py440 binop = { "Add":"+", "Sub":"-", "Mult":"*", "Div":"/", "Mod":"%", variable in Unparser
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/
DPp.cpp385 } binop[] = { variable
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp385 } binop[] = { variable
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc422 XlaOp MlirHloBuilder::BinaryOpNoBroadcast(HloOpcode binop, const Shape& shape, in BinaryOpNoBroadcast()
/external/starlark-go/internal/compile/
Dcompile.go1592 func (fcomp *fcomp) binop(pos syntax.Position, op syntax.Token) { func
/external/libchrome/third_party/jinja2/
Dcompiler.py1471 def binop(operator, interceptable=True): member in CodeGenerator
/external/python/jinja/src/jinja2/
Dcompiler.py1479 def binop(operator, interceptable=True): # noqa: B902 member in CodeGenerator
/external/python/cpython3/Modules/
Ditertoolsmodule.c3455 PyObject *binop; member
3471 PyObject *binop, PyObject *initial) in itertools_accumulate_impl()
/external/python/cpython3/Lib/
Dast.py1324 binop = { variable in _Unparser

12