Home
last modified time | relevance | path

Searched full:itype (Results 1 – 25 of 138) sorted by relevance

123456

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonDepITypes.td11 class IType<bits<7> t> { bits<7> Value = t; }
12 def TypeALU32_2op : IType<0>;
13 def TypeALU32_3op : IType<1>;
14 def TypeALU32_ADDI : IType<2>;
15 def TypeALU64 : IType<3>;
16 def TypeCJ : IType<4>;
17 def TypeCOPROC_VX : IType<5>;
18 def TypeCR : IType<6>;
19 def TypeCVI_4SLOT_MPY : IType<7>;
20 def TypeCVI_GATHER : IType<8>;
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonDepITypes.td11 class IType<bits<7> t> { bits<7> Value = t; }
12 def TypeALU32_2op : IType<0>;
13 def TypeALU32_3op : IType<1>;
14 def TypeALU32_ADDI : IType<2>;
15 def TypeALU64 : IType<3>;
16 def TypeCJ : IType<4>;
17 def TypeCR : IType<5>;
18 def TypeCVI_4SLOT_MPY : IType<6>;
19 def TypeCVI_GATHER : IType<7>;
20 def TypeCVI_GATHER_DV : IType<8>;
[all …]
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRepeatedFieldBuilderV3.java58 * @param <IType> the common interface for the message and the builder
64 IType extends MessageOrBuilder>
79 private List<SingleFieldBuilderV3<MType, BType, IType>> builders;
103 private MessageExternalList<MType, BType, IType> externalMessageList;
109 private BuilderExternalList<MType, BType, IType> externalBuilderList;
116 private MessageOrBuilderExternalList<MType, BType, IType> externalMessageOrBuilderList;
159 this.builders = new ArrayList<SingleFieldBuilderV3<MType, BType, IType>>(messages.size()); in ensureBuilders()
214 SingleFieldBuilderV3<MType, BType, IType> builder = builders.get(index); in getMessage()
235 SingleFieldBuilderV3<MType, BType, IType> builder = builders.get(index); in getBuilder()
238 builder = new SingleFieldBuilderV3<MType, BType, IType>(message, this, isClean); in getBuilder()
[all …]
DRepeatedFieldBuilder.java58 * @param <IType> the common interface for the message and the builder
64 IType extends MessageOrBuilder>
79 private List<SingleFieldBuilder<MType, BType, IType>> builders;
103 private MessageExternalList<MType, BType, IType> externalMessageList;
109 private BuilderExternalList<MType, BType, IType> externalBuilderList;
116 private MessageOrBuilderExternalList<MType, BType, IType> externalMessageOrBuilderList;
159 this.builders = new ArrayList<SingleFieldBuilder<MType, BType, IType>>(messages.size()); in ensureBuilders()
214 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); in getMessage()
235 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); in getBuilder()
238 builder = new SingleFieldBuilder<MType, BType, IType>(message, this, isClean); in getBuilder()
[all …]
DSingleFieldBuilderV3.java52 * @param <IType> the common interface for the message and the builder
58 IType extends MessageOrBuilder>
145 public IType getMessageOrBuilder() { in getMessageOrBuilder()
147 return (IType) builder; in getMessageOrBuilder()
149 return (IType) message; in getMessageOrBuilder()
159 public SingleFieldBuilderV3<MType, BType, IType> setMessage(MType message) { in setMessage()
175 public SingleFieldBuilderV3<MType, BType, IType> mergeFrom(MType value) { in mergeFrom()
191 public SingleFieldBuilderV3<MType, BType, IType> clear() { in clear()
DSingleFieldBuilder.java52 * @param <IType> the common interface for the message and the builder
58 IType extends MessageOrBuilder>
145 public IType getMessageOrBuilder() { in getMessageOrBuilder()
147 return (IType) builder; in getMessageOrBuilder()
149 return (IType) message; in getMessageOrBuilder()
159 public SingleFieldBuilder<MType, BType, IType> setMessage(MType message) { in setMessage()
175 public SingleFieldBuilder<MType, BType, IType> mergeFrom(MType value) { in mergeFrom()
191 public SingleFieldBuilder<MType, BType, IType> clear() { in clear()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRepeatedFieldBuilderV3.java59 * @param <IType> the common interface for the message and the builder
65 IType extends MessageOrBuilder>
80 private List<SingleFieldBuilderV3<MType, BType, IType>> builders;
104 private MessageExternalList<MType, BType, IType> externalMessageList;
110 private BuilderExternalList<MType, BType, IType> externalBuilderList;
117 private MessageOrBuilderExternalList<MType, BType, IType> externalMessageOrBuilderList;
160 this.builders = new ArrayList<SingleFieldBuilderV3<MType, BType, IType>>(messages.size()); in ensureBuilders()
215 SingleFieldBuilderV3<MType, BType, IType> builder = builders.get(index); in getMessage()
236 SingleFieldBuilderV3<MType, BType, IType> builder = builders.get(index); in getBuilder()
239 builder = new SingleFieldBuilderV3<MType, BType, IType>(message, this, isClean); in getBuilder()
[all …]
DRepeatedFieldBuilder.java59 * @param <IType> the common interface for the message and the builder
65 IType extends MessageOrBuilder>
80 private List<SingleFieldBuilder<MType, BType, IType>> builders;
104 private MessageExternalList<MType, BType, IType> externalMessageList;
110 private BuilderExternalList<MType, BType, IType> externalBuilderList;
117 private MessageOrBuilderExternalList<MType, BType, IType> externalMessageOrBuilderList;
160 this.builders = new ArrayList<SingleFieldBuilder<MType, BType, IType>>(messages.size()); in ensureBuilders()
215 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); in getMessage()
236 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); in getBuilder()
239 builder = new SingleFieldBuilder<MType, BType, IType>(message, this, isClean); in getBuilder()
[all …]
DSingleFieldBuilder.java52 * @param <IType> the common interface for the message and the builder
58 IType extends MessageOrBuilder>
145 public IType getMessageOrBuilder() { in getMessageOrBuilder()
147 return (IType) builder; in getMessageOrBuilder()
149 return (IType) message; in getMessageOrBuilder()
159 public SingleFieldBuilder<MType, BType, IType> setMessage(MType message) { in setMessage()
175 public SingleFieldBuilder<MType, BType, IType> mergeFrom(MType value) { in mergeFrom()
191 public SingleFieldBuilder<MType, BType, IType> clear() { in clear()
DSingleFieldBuilderV3.java52 * @param <IType> the common interface for the message and the builder
58 IType extends MessageOrBuilder>
145 public IType getMessageOrBuilder() { in getMessageOrBuilder()
147 return (IType) builder; in getMessageOrBuilder()
149 return (IType) message; in getMessageOrBuilder()
159 public SingleFieldBuilderV3<MType, BType, IType> setMessage(MType message) { in setMessage()
175 public SingleFieldBuilderV3<MType, BType, IType> mergeFrom(MType value) { in mergeFrom()
191 public SingleFieldBuilderV3<MType, BType, IType> clear() { in clear()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsRISCV.td29 class MaskedAtomicRMWFourArg<LLVMType itype>
30 : Intrinsic<[itype], [llvm_anyptr_ty, itype, itype, itype],
33 class MaskedAtomicRMWFiveArg<LLVMType itype>
34 : Intrinsic<[itype], [llvm_anyptr_ty, itype, itype, itype, itype],
/external/sg3_utils/src/
Dsg_ident.c47 {"itype", required_argument, 0, 'i'},
56 decode_ii(const uint8_t * iip, int ii_len, int itype, bool ascii, in decode_ii() argument
77 if (0x7f == itype) { /* list of available information types */ in decode_ii()
96 pr2serr("Usage: sg_ident [--ascii] [--clear] [--help] [--itype=IT] " in usage()
105 " --itype=IT|-i IT specify identifying information type " in usage()
132 int itype = 0; in main() local
157 itype = sg_get_num(optarg); in main()
158 if ((itype < 0) || (itype > 127)) { in main()
159 pr2serr("argument to '--itype' should be in range 0 to 127\n"); in main()
257 res = sg_ll_set_id_info(sg_fd, itype, rdi_buff, ii_len, true, in main()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormatsV60.td20 def TypeCVI_VA : IType<13>;
21 def TypeCVI_VA_DV : IType<14>;
22 def TypeCVI_VX : IType<15>;
23 def TypeCVI_VX_DV : IType<16>;
24 def TypeCVI_VP : IType<17>;
25 def TypeCVI_VP_VS : IType<18>;
26 def TypeCVI_VS : IType<19>;
27 def TypeCVI_VINLANESAT : IType<20>;
28 def TypeCVI_VM_LD : IType<21>;
29 def TypeCVI_VM_TMP_LD : IType<22>;
[all …]
DHexagonInstrFormats.td16 class IType<bits<5> t> {
19 def TypePSEUDO : IType<0>;
20 def TypeALU32 : IType<1>;
21 def TypeCR : IType<2>;
22 def TypeJR : IType<3>;
23 def TypeJ : IType<4>;
24 def TypeLD : IType<5>;
25 def TypeST : IType<6>;
26 def TypeSYSTEM : IType<7>;
27 def TypeXTYPE : IType<8>;
[all …]
DHexagonInstrFormatsV4.td20 def TypeMEMOP : IType<9>;
21 def TypeNV : IType<10>;
22 def TypeDUPLEX : IType<11>;
23 def TypeCOMPOUND : IType<12>;
24 def TypePREFIX : IType<30>;
46 IType Type = TypeDUPLEX; // uses slot 0,1
/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Dmulti_index_utility.hpp94 template<class itype>
95 struct valid_multi_index_impl<std::tuple<itype>>
101 template<class itype, class ... index_types>
102 struct valid_multi_index_impl<std::tuple<itype,index_types...>>
105 using has_index_type = has_index<itype, ttype>;
107 static constexpr bool is_index_zero = itype::value==0ul;
149 template<class itype, class ... itypes_left, class ... itypes_right>
150 struct number_equal_indexes_impl < std::tuple<itype,itypes_left...>, std::tuple<itypes_right...>>
153 using has_index_type = has_index<itype, tuple_right>;
155 static constexpr bool is_index_zero = itype::value==0ul;
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp48 XFA_AttributeValue iType = stroke->GetStrokeType(); in Style3D() local
49 if (iType == XFA_AttributeValue::Lowered || in Style3D()
50 iType == XFA_AttributeValue::Raised || in Style3D()
51 iType == XFA_AttributeValue::Etched || in Style3D()
52 iType == XFA_AttributeValue::Embossed) { in Style3D()
53 return {iType, stroke}; in Style3D()
132 XFA_AttributeValue iType; in Get3DStyle() local
134 std::tie(iType, stroke) = Style3D(strokes); in Get3DStyle()
135 if (iType == XFA_AttributeValue::Unknown) in Get3DStyle()
138 return {iType, stroke->IsVisible(), stroke->GetThickness()}; in Get3DStyle()
/external/pdfium/core/fpdfapi/page/
Dcpdf_function.cpp28 CPDF_Function::Type IntegerToFunctionType(int iType) { in IntegerToFunctionType() argument
29 switch (iType) { in IntegerToFunctionType()
34 return static_cast<CPDF_Function::Type>(iType); in IntegerToFunctionType()
61 int iType = -1; in Load() local
63 iType = pStream->GetDict()->GetIntegerFor("FunctionType"); in Load()
65 iType = pDict->GetIntegerFor("FunctionType"); in Load()
68 Type type = IntegerToFunctionType(iType); in Load()
/external/python/cpython2/Mac/Demo/resources/
Dlistres.py8 for itype in range(1, 1+ntypes):
9 type = Res.Get1IndType(itype)
20 for itype in range(1, 1+ntypes):
21 type = Res.GetIndType(itype)
/external/tensorflow/tensorflow/core/ops/
Darray_grad.cc416 DataType itype; in ReverseV2Grad() local
417 TF_RETURN_IF_ERROR(GetNodeAttr(attrs, "Tidx", &itype)); in ReverseV2Grad()
418 if (itype != DT_INT32) { in ReverseV2Grad()
440 DataType itype; in SliceGrad() local
441 TF_RETURN_IF_ERROR(GetNodeAttr(attrs, "Index", &itype)); in SliceGrad()
442 if (itype != DT_INT32) { in SliceGrad()
475 DataType itype; in StridedSliceGrad() local
476 TF_RETURN_IF_ERROR(GetNodeAttr(attrs, "Index", &itype)); in StridedSliceGrad()
477 if (itype != DT_INT32) { in StridedSliceGrad()
512 DataType itype; in StridedSliceGradGrad() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp413 Type *IType = (ArgType->isFloatTy()) ? Int32Ty : Int64Ty; in lowerPrintfForGpu() local
422 IType = Int32Ty; in lowerPrintfForGpu()
428 IType = Int32Ty; in lowerPrintfForGpu()
432 Arg = new BitCastInst(Arg, IType, "PrintArgFP", Brnch); in lowerPrintfForGpu()
482 Type *IType = NULL; in lowerPrintfForGpu() local
501 IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext())); in lowerPrintfForGpu()
506 IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext())); in lowerPrintfForGpu()
509 IType = dyn_cast<Type>(Type::getInt32Ty(ArgType->getContext())); in lowerPrintfForGpu()
512 IType = dyn_cast<Type>(Type::getInt16Ty(ArgType->getContext())); in lowerPrintfForGpu()
518 IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext())); in lowerPrintfForGpu()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dconvert_type.cc106 } else if (auto itype = type.dyn_cast<mlir::IntegerType>()) { in ConvertScalarTypeToDataType() local
107 switch (itype.getWidth()) { in ConvertScalarTypeToDataType()
112 *dtype = itype.isUnsigned() ? DT_UINT8 : DT_INT8; in ConvertScalarTypeToDataType()
115 *dtype = itype.isUnsigned() ? DT_UINT16 : DT_INT16; in ConvertScalarTypeToDataType()
118 *dtype = itype.isUnsigned() ? DT_UINT32 : DT_INT32; in ConvertScalarTypeToDataType()
121 *dtype = itype.isUnsigned() ? DT_UINT64 : DT_INT64; in ConvertScalarTypeToDataType()
/external/tensorflow/tensorflow/core/ir/importexport/
Dconvert_types.cc110 } else if (auto itype = type.dyn_cast<IntegerType>()) { in ConvertScalarTypeToDataType() local
111 switch (itype.getWidth()) { in ConvertScalarTypeToDataType()
117 itype.isUnsigned() ? tensorflow::DT_UINT8 : tensorflow::DT_INT8; in ConvertScalarTypeToDataType()
121 itype.isUnsigned() ? tensorflow::DT_UINT16 : tensorflow::DT_INT16; in ConvertScalarTypeToDataType()
125 itype.isUnsigned() ? tensorflow::DT_UINT32 : tensorflow::DT_INT32; in ConvertScalarTypeToDataType()
129 itype.isUnsigned() ? tensorflow::DT_UINT64 : tensorflow::DT_INT64; in ConvertScalarTypeToDataType()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DIntrinsicsLoongArch.td19 class MaskedAtomicRMW<LLVMType itype>
20 : Intrinsic<[itype], [llvm_anyptr_ty, itype, itype, itype],
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Dbatch_scatter_ops_test.py47 itype, argument
58 indices_shape[sparse_dim], size=indices_shape, dtype=itype)
82 for itype in (np.int32, np.int64):
84 state_ops.batch_scatter_update, vtype, itype)

123456