Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dparse_tree_unittest.cc191 const BinaryOpNode* binop = in TEST() local
217 const BinaryOpNode* binop = in TEST() local
239 const BinaryOpNode* binop = in TEST() local
261 const BinaryOpNode* binop = in TEST() local
Dcommand_format.cc395 void Printer::SortIfApplicable(const BinaryOpNode* binop) { in SortIfApplicable()
527 } else if (const BinaryOpNode* binop = node->AsBinaryOp()) { in SuffixCommentTreeWalk() local
735 } else if (const BinaryOpNode* binop = root->AsBinaryOp()) { in Expr() local
Dparser.cc789 } else if (const BinaryOpNode* binop = root->AsBinaryOp()) { in TraverseOrder() local
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/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()
/third_party/musl/src/locale/
Dpleval.c67 static int binop(struct st *st, int op, unsigned long left) in binop() function
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp265 llvm::AtomicRMWInst::BinOp binop; in ac_build_atomic_rmw() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_subgroups.c93 binop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, in binop() function
/third_party/ltp/tools/sparse/sparse-src/
Dscheck.c143 static void binop(Btor *btor, struct instruction *insn) in binop() function
/third_party/python/Modules/clinic/
Ditertoolsmodule.c.h513 PyObject *binop = Py_None; in itertools_accumulate() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_dump.c427 dump_instr_binop(struct dxil_dumper *d, struct dxil_instr_binop *binop) in dump_instr_binop()
Ddxil_internal.h232 struct dxil_instr_binop binop; member
/third_party/node/deps/acorn/acorn/dist/
Dacorn.js133 function binop(name, prec) { function
134 return new TokenType(name, {beforeExpr: true, binop: prec}) property
204 plusMin: new TokenType("+/-", {beforeExpr: true, binop: 9, prefix: true, startsExpr: true}), property
242 _in: kw("in", {beforeExpr: true, binop: 7}), property
243 _instanceof: kw("instanceof", {beforeExpr: true, binop: 7}), property
Dacorn.mjs127 function binop(name, prec) { function
128 return new TokenType(name, {beforeExpr: true, binop: prec}) property
198 plusMin: new TokenType("+/-", {beforeExpr: true, binop: 9, prefix: true, startsExpr: true}), property
236 _in: kw("in", {beforeExpr: true, binop: 7}), property
237 _instanceof: kw("instanceof", {beforeExpr: true, binop: 7}), property
/third_party/mesa3d/src/compiler/nir/
Dnir_opcodes.py566 def binop(name, ty, alg_props, const_expr): function
Dnir.c977 nir_alu_binop_identity(nir_op binop, unsigned bit_size) in nir_alu_binop_identity()
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp385 } binop[] = { variable
/third_party/node/tools/inspector_protocol/jinja2/
Dcompiler.py1471 def binop(operator, interceptable=True): member in CodeGenerator
/third_party/skia/third_party/externals/jinja2/
Dcompiler.py1565 def binop(operator, interceptable=True): # noqa: B902 member in CodeGenerator
/third_party/python/Modules/
Ditertoolsmodule.c3610 PyObject *binop; member
3626 PyObject *binop, PyObject *initial) in itertools_accumulate_impl()
/third_party/python/Lib/
Dast.py1338 binop = { variable in _Unparser
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5783 builtin_builder::binop(builtin_available_predicate avail, in binop() function in builtin_builder
/third_party/python/Python/
Dcompile.c3605 binop(operator_ty op) in binop() function