/external/angle/src/common/spirv/ |
D | spirv_instruction_parser_autogen.cpp | 30 spv::Op _op; in ParseUndef() local 32 GetInstructionOpAndLength(_instruction, &_op, &_length); in ParseUndef() 33 ASSERT(_op == spv::OpUndef); in ParseUndef() 40 spv::Op _op; in ParseSourceContinued() local 42 GetInstructionOpAndLength(_instruction, &_op, &_length); in ParseSourceContinued() 43 ASSERT(_op == spv::OpSourceContinued); in ParseSourceContinued() 55 spv::Op _op; in ParseSource() local 57 GetInstructionOpAndLength(_instruction, &_op, &_length); in ParseSource() 58 ASSERT(_op == spv::OpSource); in ParseSource() 75 spv::Op _op; in ParseSourceExtension() local [all …]
|
/external/arm-trusted-firmware/include/arch/aarch32/ |
D | arch_helpers.h | 109 #define _DEFINE_TLBIOP_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 110 static inline void tlbi##_op(void) \ 116 #define _DEFINE_BPIOP_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 117 static inline void bpi##_op(void) \ 123 #define _DEFINE_TLBIOP_PARAM_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 124 static inline void tlbi##_op(u_register_t v) \ 130 #define DEFINE_TLBIOP_FUNC(_op, ...) \ argument 131 _DEFINE_TLBIOP_FUNC(_op, __VA_ARGS__) 134 #define DEFINE_TLBIOP_PARAM_FUNC(_op, ...) \ argument 135 _DEFINE_TLBIOP_PARAM_FUNC(_op, __VA_ARGS__) [all …]
|
/external/openssh/regress/ |
D | sftp-perm.sh | 55 _op=$1 61 verbose "$tid: explicit $_op" 65 run_client "$_cmd" || fail "plain $_op failed" 66 postcondition "$_op no white/blacklists" "$_expect_success_post" 69 prepare_server -p $_op,$_whitelist_ops 70 run_client "$_cmd" || fail "whitelisted $_op failed" 71 postcondition "$_op whitelisted" "$_expect_success_post" 74 prepare_server -P $_op 75 run_client "$_cmd" && fail "blacklisted $_op succeeded" 76 postcondition "$_op blacklisted" "$_expect_fail_post" [all …]
|
/external/llvm-project/mlir/include/mlir/Interfaces/ |
D | VectorInterfaces.td | 36 assert($_op->getNumResults() == 1); 37 auto vt = $_op.getResult().getType(). 80 return !$_op.masked() || 81 $_op.masked()->template cast<ArrayAttr>()[dim] 90 /*methodBody=*/"return $_op.memref();" 98 /*methodBody=*/"return $_op.vector();" 106 /*methodBody=*/"return $_op.indices();" 114 /*methodBody=*/"return $_op.permutation_map();" 122 /*methodBody=*/"return $_op.masked();" 132 "return $_op.memref().getType().template cast<MemRefType>();" [all …]
|
D | ViewLikeInterface.td | 75 return $_op.offsets(); 87 return $_op.offsets(); 99 return $_op.sizes(); 111 return $_op.strides(); 123 return $_op.static_offsets(); 135 return $_op.static_sizes(); 147 return $_op.static_strides(); 203 assert(!$_op.isDynamicOffset(idx) && "expected static offset"); 218 assert(!$_op.isDynamicSize(idx) && "expected static size"); 233 assert(!$_op.isDynamicStride(idx) && "expected static stride"); [all …]
|
D | ControlFlowInterfaces.td | 60 Operation *opaqueOp = $_op; 63 $_op.getSuccessorOperands(i), operandIndex, 81 auto concreteOp = cast<ConcreteOpType>($_op); 82 for (unsigned i = 0, e = $_op->getNumSuccessors(); i != e; ++i) { 84 if (failed(detail::verifyBranchSuccessorOperands($_op, i, operands)))
|
/external/grpc-grpc/src/objective-c/GRPCClient/private/ |
D | GRPCWrappedCall.m | 38 grpc_op _op; 65 _op.op = GRPC_OP_SEND_INITIAL_METADATA; 66 _op.data.send_initial_metadata.count = metadata.count; 67 _op.data.send_initial_metadata.metadata = metadata.grpc_metadataArray; 68 _op.data.send_initial_metadata.maybe_compression_level.is_set = false; 69 _op.data.send_initial_metadata.maybe_compression_level.level = 0; 70 _op.flags = flags; 77 for (int i = 0; i < _op.data.send_initial_metadata.count; i++) { 78 grpc_slice_unref(_op.data.send_initial_metadata.metadata[i].key); 79 grpc_slice_unref(_op.data.send_initial_metadata.metadata[i].value); [all …]
|
/external/python/dateutil/dateutil/test/ |
D | _common.py | 213 def _op(self, other): member in NotAValueClass 219 __add__ = __radd__ = _op 220 __sub__ = __rsub__ = _op 221 __mul__ = __rmul__ = _op 222 __div__ = __rdiv__ = _op 223 __truediv__ = __rtruediv__ = _op 224 __floordiv__ = __rfloordiv__ = _op 226 __lt__ = __rlt__ = _op 227 __gt__ = __rgt__ = _op 228 __eq__ = __req__ = _op [all …]
|
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/ |
D | LinalgStructuredOpsInterface.td | 36 $_op.iterator_types()); 48 return getDimsOfType($_op, getParallelIteratorTypeName(), res); 61 $_op.iterator_types()); 73 return getDimsOfType($_op, getReductionIteratorTypeName(), res); 86 $_op.iterator_types()); 98 return getDimsOfType($_op.getOperation(), getWindowIteratorTypeName(), res); 110 return getNumIterators($_op.iterator_types()); 123 auto iters = $_op.iterator_types(); 170 assert(i < $_op.getNumInputs()); 213 return {range.begin(), range.begin() + $_op.getNumInputs()}; [all …]
|
/external/arm-trusted-firmware/lib/aarch64/ |
D | cache_helpers.S | 121 .macro dcsw_loop _op argument 125 loop2_\_op: 128 loop3_\_op: 130 dc \_op, x11 132 b.hs loop3_\_op 135 b.hs loop2_\_op
|
/external/arm-trusted-firmware/include/arch/aarch64/ |
D | arch_helpers.h | 66 #define DEFINE_SYSOP_FUNC(_op) \ argument 67 static inline void _op(void) \ 69 __asm__ (#_op); \ 73 #define DEFINE_SYSOP_PARAM_FUNC(_op) \ argument 74 static inline void _op(uint64_t v) \ 76 __asm__ (#_op " %0" : : "r" (v)); \ 80 #define DEFINE_SYSOP_TYPE_FUNC(_op, _type) \ argument 81 static inline void _op ## _type(void) \ 83 __asm__ (#_op " " #_type : : : "memory"); \ 87 #define DEFINE_SYSOP_TYPE_PARAM_FUNC(_op, _type) \ argument [all …]
|
/external/mesa3d/src/mesa/state_tracker/tests/ |
D | st_tests_common.h | 47 FakeCodeline(tgsi_opcode _op): op(_op), max_temp_id(0), max_array_id(0) {} in FakeCodeline() 48 FakeCodeline(tgsi_opcode _op, const std::vector<int>& _dst, const std::vector<int>& _src, 51 FakeCodeline(tgsi_opcode _op, const std::vector<std::pair<int,int>>& _dst, 55 FakeCodeline(tgsi_opcode _op, const std::vector<std::tuple<int,int,int>>& _dst, 59 FakeCodeline(tgsi_opcode _op, const std::vector<std::tuple<int, int, int> > &_dst,
|
D | st_tests_common.cpp | 46 FakeCodeline::FakeCodeline(tgsi_opcode _op, const vector<int>& _dst, in FakeCodeline() argument 48 op(_op), in FakeCodeline() 63 FakeCodeline::FakeCodeline(tgsi_opcode _op, const vector<pair<int,int>>& _dst, in FakeCodeline() argument 67 op(_op), in FakeCodeline() 89 FakeCodeline::FakeCodeline(tgsi_opcode _op, const vector<tuple<int,int,int>>& _dst, in FakeCodeline() argument 92 op(_op), in FakeCodeline() 114 FakeCodeline::FakeCodeline(tgsi_opcode _op, const vector<tuple<int,int,int>>& _dst, in FakeCodeline() argument 118 FakeCodeline(_op) in FakeCodeline()
|
/external/tensorflow/tensorflow/python/framework/ |
D | errors_impl.py | 82 self._op = op 111 return self._op 124 if self._op is not None: 126 self._op.name,)] 128 _compact_stack_trace(self._op)) 131 original_op = self._op._original_op
|
/external/eigen/Eigen/src/Core/ |
D | Assign_MKL.h | 84 …struct Assignment<DstXprType, CwiseUnaryOp<scalar_##EIGENOP##_op<EIGENTYPE>, SrcXprNested>, assign… 86 …typedef CwiseUnaryOp<scalar_##EIGENOP##_op<EIGENTYPE>, SrcXprNested> SrcXprType; … 142 …struct Assignment<DstXprType, CwiseBinaryOp<scalar_##EIGENOP##_op<EIGENTYPE,EIGENTYPE>, SrcXprNest… 145 …typedef CwiseBinaryOp<scalar_##EIGENOP##_op<EIGENTYPE,EIGENTYPE>, SrcXprNested, …
|
/external/tensorflow/tensorflow/python/keras/mixed_precision/ |
D | autocast_variable.py | 93 self._op = 'delegate' 232 var._op = assign_op # pylint:disable=protected-access 329 if self._op == 'delegate': 331 return self._op 336 return self._op
|
/external/autotest/client/site_tests/cellular_SafetyDance/ |
D | cellular_SafetyDance.py | 96 def _op(self): member in cellular_SafetyDance 123 self._op()
|
/external/skia/modules/canvaskit/ |
D | pathops.js | 5 if (this._op(otherPath, op)) {
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 89 class FRI16_TCP_ins<bits<5> _op, string asmstr, 91 FRI16<_op, (outs CPU16Regs:$rx), (ins pcrel16:$imm, i32imm:$size), 103 class F2RI16_ins<bits<5> _op, string asmstr, 105 FRI16<_op, (outs CPU16Regs:$rx), (ins CPU16Regs:$rx_, simm16:$imm), 110 class FRI16_B_ins<bits<5> _op, string asmstr, 112 FRI16<_op, (outs), (ins CPU16Regs:$rx, brtarget:$imm), 191 class FEXT_RI16_ins_base<bits<5> _op, string asmstr, string asmstr2, 193 FEXT_RI16<_op, (outs CPU16Regs:$rx), (ins simm16:$imm), 196 class FEXT_RI16_ins<bits<5> _op, string asmstr, 198 FEXT_RI16_ins_base<_op, asmstr, "\t$rx, $imm", itin>; [all …]
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 90 class FRI16_TCP_ins<bits<5> _op, string asmstr, 92 FRI16<_op, (outs CPU16Regs:$rx), (ins pcrel16:$imm, i32imm:$size), 104 class F2RI16_ins<bits<5> _op, string asmstr, 106 FRI16<_op, (outs CPU16Regs:$rx), (ins CPU16Regs:$rx_, simm16:$imm), 111 class FRI16_B_ins<bits<5> _op, string asmstr, 113 FRI16<_op, (outs), (ins CPU16Regs:$rx, brtarget:$imm), 192 class FEXT_RI16_ins_base<bits<5> _op, string asmstr, string asmstr2, 194 FEXT_RI16<_op, (outs CPU16Regs:$rx), (ins simm16:$imm), 197 class FEXT_RI16_ins<bits<5> _op, string asmstr, 199 FEXT_RI16_ins_base<_op, asmstr, "\t$rx, $imm", itin>; [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 89 class FRI16_TCP_ins<bits<5> _op, string asmstr, 91 FRI16<_op, (outs CPU16Regs:$rx), (ins pcrel16:$imm, i32imm:$size), 103 class F2RI16_ins<bits<5> _op, string asmstr, 105 FRI16<_op, (outs CPU16Regs:$rx), (ins CPU16Regs:$rx_, simm16:$imm), 110 class FRI16_B_ins<bits<5> _op, string asmstr, 112 FRI16<_op, (outs), (ins CPU16Regs:$rx, brtarget:$imm), 191 class FEXT_RI16_ins_base<bits<5> _op, string asmstr, string asmstr2, 193 FEXT_RI16<_op, (outs CPU16Regs:$rx), (ins simm16:$imm), 196 class FEXT_RI16_ins<bits<5> _op, string asmstr, 198 FEXT_RI16_ins_base<_op, asmstr, "\t$rx, $imm", itin>; [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
D | tfl_ops.td | 120 "$_op, llvm::ArrayRef<unsigned>({" # !interleave(indices, ", ") # 184 CPred<"$_op.getOperand(" # i # ").getType().isa<NoneType>()">; 187 CPred<"$_op.getOperand(" # n # ").getType().isa<UnrankedTensorType>()">; 195 CPred<"$_op.getOperand(" # n # 200 CPred<"$_op.getOperand(" # n # ").getType().isa<RankedTensorType>()">, 201 CPred<"$_op.getOperand(" # n # ").getType().cast<ShapedType>().getRank() == " 206 CPred<"$_op.getOperand(" # n # ").getType().isa<RankedTensorType>()">, 207 CPred<"$_op.getOperand(" # n # ").getType().cast<ShapedType>().getRank() > " 214 CPred<"$_op.getOperand(" # n # ").getType().cast<ShapedType>()" 221 CPred<"$_op.getOperand(" # n # ").getType().cast<ShapedType>()" [all …]
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | SymbolInterfaces.td | 37 return mlir::SymbolTable::getSymbolName($_op); 165 auto concreteOp = cast<ConcreteOp>($_op); 170 if (::mlir::failed(::mlir::detail::verifySymbol($_op)))
|
/external/eigen/Eigen/src/Core/util/ |
D | Macros.h | 904 EIGEN_CAT(EIGEN_CAT(internal::scalar_,OPNAME),_op)< \ 921 …yOpTraits<TYPEA,TYPEB,EIGEN_CAT(EIGEN_CAT(Eigen::internal::scalar_,OPNAME),_op)<TYPEA,TYPEB> > >:… 924 …CwiseBinaryOp<EIGEN_CAT(EIGEN_CAT(internal::scalar_,OPNAME),_op)<typename internal::traits<EXPR>::… 928 …CwiseBinaryOp<EIGEN_CAT(EIGEN_CAT(internal::scalar_,OPNAME),_op)<SCALAR,typename internal::traits<…
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_op_interfaces.td | 65 return VerifyLayoutSensitiveInterface($_op); 103 return VerifyFoldOperandsTransposeInterface($_op);
|