| /third_party/musl/src/locale/ |
| H A D | pleval.c | 67 static int binop(struct st *st, int op, unsigned long left) in binop() function
|
| /third_party/gn/src/gn/ |
| H A D | parse_tree_unittest.cc | 196 const BinaryOpNode* binop = in TEST() local 222 const BinaryOpNode* binop = in TEST() local 244 const BinaryOpNode* binop = in TEST() local 266 const BinaryOpNode* binop in TEST() local [all...] |
| H A D | command_format.cc | 399 void Printer::SortIfApplicable(const BinaryOpNode* binop) { in SortIfApplicable() argument 433 const BinaryOpNode* binop in TraverseBinaryOpNode() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| H A D | transformation_replace_boolean_constant_with_constant_binary.cpp | 31 bool float_binop_evaluates_to(T lhs, T rhs, SpvOp binop, bool required_value) { in float_binop_evaluates_to() argument 64 bool signed_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in signed_int_binop_evaluates_to() argument 88 bool unsigned_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in unsigned_int_binop_evaluates_to() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| H A D | transformation_replace_boolean_constant_with_constant_binary.cpp | 31 bool float_binop_evaluates_to(T lhs, T rhs, SpvOp binop, bool required_value) { in float_binop_evaluates_to() argument 64 bool signed_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in signed_int_binop_evaluates_to() argument 88 bool unsigned_int_binop_evaluates_to(T lhs, T rhs, SpvOp binop, in unsigned_int_binop_evaluates_to() argument
|
| /third_party/spirv-tools/source/fuzz/ |
| H A D | transformation_replace_boolean_constant_with_constant_binary.cpp | 31 bool float_binop_evaluates_to(T lhs, T rhs, spv::Op binop, in float_binop_evaluates_to() argument 65 bool signed_int_binop_evaluates_to(T lhs, T rhs, spv::Op binop, in signed_int_binop_evaluates_to() argument 89 bool unsigned_int_binop_evaluates_to(T lhs, T rhs, spv::Op binop, in unsigned_int_binop_evaluates_to() argument
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_lower_subgroups.c | 93 binop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, in binop() function
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_opcodes.py | 566 def binop(name, ty, alg_props, const_expr): function [all...] |
| H A D | nir.c | 977 nir_alu_binop_identity(nir_op binop, unsigned bit_size) in nir_alu_binop_identity() argument
|
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_llvm_helper.cpp | 265 llvm::AtomicRMWInst::BinOp binop; in ac_build_atomic_rmw() local [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | scheck.c | 143 static void binop(Btor *btor, struct instruction *insn) in binop() function
|
| /third_party/python/Modules/clinic/ |
| H A D | itertoolsmodule.c.h | 521 PyObject *binop = Py_None; in itertools_accumulate() local
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_dump.c | 427 dump_instr_binop(struct dxil_dumper *d, struct dxil_instr_binop *binop) in dump_instr_binop() argument
|
| H A D | dxil_internal.h | 232 struct dxil_instr_binop binop; member
|
| /third_party/glslang/glslang/MachineIndependent/preprocessor/ |
| H A D | Pp.cpp | 383 } binop[] = { member
|
| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | compiler.py | 1565 def binop(operator, interceptable=True): # noqa: B902 member in CodeGenerator [all...] |
| /third_party/node/tools/inspector_protocol/jinja2/ |
| H A D | compiler.py | 1471 def binop(operator, interceptable=True): member in CodeGenerator [all...] |
| /third_party/node/deps/v8/src/codegen/ppc/ |
| H A D | macro-assembler-ppc.h | 426 Label binop; in AtomicOps() local
|
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | compiler.py | 1565 def binop(operator, interceptable=True): # noqa: B902 member in CodeGenerator [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| H A D | code-generator-ia32.cc | 3655 Label binop; in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| H A D | code-generator-mips.cc | 1924 Label binop; AssembleArchInstruction() local [all...] |
| /third_party/python/Lib/ |
| H A D | ast.py | 1373 binop = { variable in _Unparser
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| H A D | instruction-selector-arm.cc | 1974 Node* binop = m.left().node(); in VisitWordCompare() local 1876 MaybeReplaceCmpZeroWithFlagSettingBinop(InstructionSelector* selector, Node** node, Node* binop, InstructionCode* opcode, FlagsCondition cond, FlagsContinuation* cont) MaybeReplaceCmpZeroWithFlagSettingBinop() argument 1985 Node* binop = m.right().node(); VisitWordCompare() local [all...] |
| /third_party/python/Modules/ |
| H A D | itertoolsmodule.c | 3609 PyObject *binop; member 3624 itertools_accumulate_impl(PyTypeObject *type, PyObject *iterable, PyObject *binop, PyObject *initial) itertools_accumulate_impl() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| H A D | instruction-selector-arm64.cc | 2454 Node* binop = m.left().node(); in VisitWord32Compare() local 2464 Node* binop = m.right().node(); in VisitWord32Compare() local 2222 MaybeReplaceCmpZeroWithFlagSettingBinop(InstructionSelector* selector, Node** node, Node* binop, ArchOpcode* opcode, FlagsCondition cond, FlagsContinuation* cont, ImmediateMode* immediate_mode) MaybeReplaceCmpZeroWithFlagSettingBinop() argument [all...] |