Home
last modified time | relevance | path

Searched refs:outType (Results 1 – 25 of 41) sorted by relevance

12

/external/r8/src/test/java/com/android/tools/r8/ir/regalloc/
DRegisterMoveSchedulerTest.java121 assertEquals(MoveType.SINGLE, tempMove.outType()); in testSingleParallelMove()
122 assertEquals(MoveType.SINGLE, firstMove.outType()); in testSingleParallelMove()
123 assertEquals(MoveType.SINGLE, secondMove.outType()); in testSingleParallelMove()
146 assertEquals(MoveType.WIDE, tempMove.outType()); in testWideParallelMove()
147 assertEquals(MoveType.WIDE, firstMove.outType()); in testWideParallelMove()
148 assertEquals(MoveType.WIDE, secondMove.outType()); in testWideParallelMove()
171 assertEquals(MoveType.WIDE, tempMove.outType()); in testMixedParralelMove()
172 assertEquals(MoveType.SINGLE, firstMove.outType()); in testMixedParralelMove()
173 assertEquals(MoveType.WIDE, secondMove.outType()); in testMixedParralelMove()
196 assertEquals(MoveType.WIDE, tempMove.outType()); in testMixedParralelMove2()
[all …]
/external/deqp/modules/gles2/scripts/
Dgen-conversions.py179 outType = outValues[0].typeString()
180 self.name = "%s_to_%s" % (inType, outType)
181 self.op = "out0 = %s(in0);" % outType
183 self.outputs = [("%s out0" % outType, outValues)]
196 outType = outValue.typeString()
197 self.name = "%s_to_%s" % (inType, outType)
198 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
200 self.outType = outType
213 self.outType = self.outValues[0].typeString()
215 self.name = "%s_to_%s" % ("_".join(inTypes), self.outType)
[all …]
Dgen-swizzles.py261 outType = outputs[0].typeString() variable
262 …, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
/external/icu/icu4c/source/tools/icupkg/
Dicupkg.cpp258 char outType; in main() local
355 outType=type[0]; in main()
356 switch(outType) { in main()
372 isModified|=(UBool)(!isPackage || outType!=pkg->getInType()); in main()
374 outType=pkg->getInType(); // default to input type in main()
376 outType=0; /* tells extractItem() to not swap */ in main()
400 pkg->extractItem(destPath, outFilename, 0, outType); in main()
473 pkg->extractItems(destPath, *listPkg, outType); in main()
532 *(s-5)=outType; in main()
539 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType); in main()
/external/icu/icu4c/source/tools/toolutil/
Dpackage.h83 void writePackage(const char *filename, char outType, const char *comment);
120 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
121 void extractItems(const char *filesPath, const char *pattern, char outType);
122 void extractItems(const char *filesPath, const Package &listPkg, char outType);
125 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
Dpackage.cpp686 Package::writePackage(const char *filename, char outType, const char *comment) { in writePackage() argument
724 makeTypeProps(outType, outCharset, outIsBigEndian); in writePackage()
730 i=makeTypeEnum(outType); in writePackage()
777 prefix[prefixLength-1]=outType; in writePackage()
1127 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { in extractItem() argument
1143 if(outType!=0 && pItem->type!=outType) { in extractItem()
1147 makeTypeProps(outType, outCharset, outIsBigEndian); in extractItem()
1165 pItem->type=outType; in extractItem()
1185 Package::extractItem(const char *filesPath, int32_t idx, char outType) { in extractItem() argument
1186 extractItem(filesPath, items[idx].name, idx, outType); in extractItem()
[all …]
Dpkg_icu.cpp154 … const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { in writePackageDatFile() argument
174 pkg->writePackage(outFilename, outType, outComment); in writePackageDatFile()
Dpkg_icu.h20 char outType);
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DPhi.java36 private MoveType outType = null; field in Phi
266 value.outType() == MoveType.SINGLE; in isSingleConstZero()
270 if (outType != null) { in computeOutType()
271 return outType; in computeOutType()
279 return operand.outType(); in computeOutType()
301 public MoveType outType() { in outType() method in Phi
302 if (outType != null) { in outType()
303 return outType; in outType()
DInstruction.java94 public final MoveType outType() { in outType() method in Instruction
95 return outValue.outType(); in outType()
240 if (a.outType() != b.outType()) { in identicalAfterRegisterAllocation()
DInvoke.java142 switch (outType()) {
153 throw new Unreachable("Unexpected result type " + outType());
DMove.java59 return super.toString() + " (" + outType() + ")"; in toString()
DValue.java390 if (constNumber.outType() == MoveType.SINGLE) { in toString()
410 public MoveType outType() { in outType() method in Value
/external/deqp/modules/gles3/scripts/
Dgen-conversions.py192 outType = outValues[0].typeString()
193 self.name = "%s_to_%s" % (inType, outType)
194 self.op = "out0 = %s(in0);" % outType
196 self.outputs = [("%s out0" % outType, outValues)]
209 outType = outValue.typeString()
210 self.name = "%s_to_%s" % (inType, outType)
211 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
213 self.outType = outType
226 self.outType = self.outValues[0].typeString()
228 self.name = "%s_to_%s" % ("_".join(inTypes), self.outType)
[all …]
Dgen-large-constant-arrays.py105 outType = outputs[0].typeString() variable
111 [("%s out0" % outType, outputs)])
Dgen-swizzle-math-operations.py178 outType = outputs[0].typeString() variable
187 [("%s out0" % outType, outputs)])
Dgen-swizzles.py265 outType = outputs[0].typeString() variable
266 …, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
/external/deqp/modules/glshared/
DglsShaderConstExprTests.cpp127 const DataType outType = cases[caseNdx].outType; in createTests() local
133 shaderTemplateParams["CASE_BASE_TYPE"] = glu::getDataTypeName(outType); in createTests()
167 addOutputVar(&spec.values, outType, cases[caseNdx].output); in createTests()
188 addOutputVar(&spec.values, outType, cases[caseNdx].output); in createTests()
221 addOutputVar(&spec.values, outType, cases[caseNdx].output); in createTests()
242 addOutputVar(&spec.values, outType, cases[caseNdx].output); in createTests()
DglsShaderConstExprTests.hpp59 DataType outType; member
/external/icu/icu4c/source/test/perf/perldriver/
DOutput.pm19 my $outType = "HTML";
195 if($outType eq 'HTML') {
247 if($outType eq 'HTML') {
/external/icu/icu4j/perf-tests/perldriver/
DOutput.pm17 my $outType = "HTML";
193 if($outType eq 'HTML') {
245 if($outType eq 'HTML') {
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DMemberValuePropagation.java75 MoveType moveType = instruction.outValue().outType(); in constantReplacementFromProguardRule()
167 MoveType moveType = invoke.outType(); in rewriteWithConstantValues()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DDexBuilder.java1050 switch (move.outType()) {
1061 throw new Unreachable("Unexpected type: " + move.outType());
1065 switch (move.outType()) {
1076 throw new Unreachable("Unexpected type: " + move.outType());
1080 switch (move.outType()) {
1091 throw new Unreachable("Unexpected type: " + move.outType());
DLensCodeRewriter.java54 return code.createValue(insn.outType(), insn.getDebugInfo()); in makeOutValue()
108 Value newValue = code.createValue(newInvoke.outType(), invoke.getDebugInfo()); in rewrite()
/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp120 const DataType outType = isSSBO ? m_type : glu::TYPE_UINT; in init() local
121 const char* outTypeName = getDataTypeName(outType); in init()
151 DE_ASSERT(outType == m_type); in init()
156 const string castBeg = outType != m_type ? (string(outTypeName) + "(") : string(""); in init()
157 const char* const castEnd = outType != m_type ? ")" : ""; in init()

12