Home
last modified time | relevance | path

Searched refs:typeIdx (Results 1 – 21 of 21) sorted by relevance

/external/OpenCL-CTS/test_conformance/vectors/
Dtest_step.cpp43 int typeIdx, vecSizeIdx; in test_step_internal() local
69 for (typeIdx = 0; types[typeIdx] != kNumExplicitTypes; ++typeIdx) in test_step_internal()
71 if (types[typeIdx] == kDouble) in test_step_internal()
81 if (types[typeIdx] == kLong || types[typeIdx] == kULong) in test_step_internal()
97 types[typeIdx] == kDouble in test_step_internal()
104 g_arrTypeNames[typeIdx], ".NUM.", in test_step_internal()
110 testName, g_arrTypeNames[typeIdx], in test_step_internal()
131 g_arrTypeNames[typeIdx], in test_step_internal()
143 pClState->m_numThreads, g_arrTypeNames[typeIdx], in test_step_internal()
154 g_arrTypeNames[typeIdx], in test_step_internal()
[all …]
Dtest_vec_align.cpp83 int typeIdx, vecSizeIdx; in test_vec_internal() local
101 for (typeIdx = 0; types[typeIdx] != kNumExplicitTypes; ++typeIdx) in test_vec_internal()
105 if (types[typeIdx] == kDouble) in test_vec_internal()
120 if (types[typeIdx] == kLong || types[typeIdx] == kULong) in test_vec_internal()
129 typeSize = get_explicit_type_size(types[typeIdx]); in test_vec_internal()
141 g_arrTypeNames[typeIdx], ".NUM.", in test_vec_internal()
147 testName, g_arrTypeNames[typeIdx], in test_vec_internal()
171 g_arrTypeNames[typeIdx], in test_vec_internal()
183 / (g_arrVecSizes[vecSizeIdx] * g_arrTypeSizes[typeIdx])); in test_vec_internal()
187 pClState->m_numThreads, g_arrTypeNames[typeIdx], in test_vec_internal()
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DEnumElementValueGen.java33 private int typeIdx; field in EnumElementValueGen
42 protected EnumElementValueGen(final int typeIdx, final int valueIdx, in EnumElementValueGen() argument
50 this.typeIdx = typeIdx; in EnumElementValueGen()
62 return new EnumElementValue(super.getElementValueType(), typeIdx, valueIdx, in getElementValue()
69 typeIdx = cpool.addUtf8(t.getSignature());// was addClass(t); in EnumElementValueGen()
79 typeIdx = cpool.addUtf8(value.getEnumTypeString());// was in EnumElementValueGen()
86 typeIdx = value.getTypeIndex(); in EnumElementValueGen()
95 dos.writeShort(typeIdx); // u2 in dump()
119 return ((ConstantUtf8) getConstantPool().getConstant(typeIdx)) in getEnumTypeString()
140 return typeIdx; in getTypeIndex()
DClassElementValueGen.java37 protected ClassElementValueGen(final int typeIdx, final ConstantPoolGen cpool) in ClassElementValueGen() argument
40 this.idx = typeIdx; in ClassElementValueGen()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DEnumElementValue.java31 private final int typeIdx; field in EnumElementValue
35 public EnumElementValue(final int type, final int typeIdx, final int valueIdx, in EnumElementValue() argument
43 this.typeIdx = typeIdx; in EnumElementValue()
51 dos.writeShort(typeIdx); // u2 in dump()
65 final ConstantUtf8 cu8 = (ConstantUtf8) super.getConstantPool().getConstant(typeIdx, in getEnumTypeString()
84 return typeIdx; in getTypeIndex()
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h385 unsigned typeIdx(unsigned TypeIdx) { in typeIdx() function
439 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionFor()
447 return actionIf(Action, typeInSet(typeIdx(0), Types), Mutation); in actionFor()
455 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionFor()
464 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types), in actionFor()
474 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionForTypeWithAnyImm()
481 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionForTypeWithAnyImm()
490 return actionIf(Action, all(typeInSet(typeIdx(0), Types), in actionForCartesianProduct()
491 typeInSet(typeIdx(1), Types))); in actionForCartesianProduct()
502 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h339 unsigned typeIdx(unsigned TypeIdx) { in typeIdx() function
393 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionFor()
401 return actionIf(Action, typeInSet(typeIdx(0), Types), Mutation); in actionFor()
409 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionFor()
418 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types), in actionFor()
428 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionForTypeWithAnyImm()
436 return actionIf(Action, all(typeInSet(typeIdx(0), Types), in actionForCartesianProduct()
437 typeInSet(typeIdx(1), Types))); in actionForCartesianProduct()
448 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct()
449 typeInSet(typeIdx(1), Types1))); in actionForCartesianProduct()
[all …]
/external/icu/icu4c/source/i18n/
Dolsontz.h416 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local
417 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt()
422 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local
423 return typeOffsets[typeIdx]; in rawOffsetAt()
428 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local
429 return typeOffsets[typeIdx + 1]; in dstOffsetAt()
Dolsontz.cpp732 int16_t transitionIdx, typeIdx; in initTransitionRules() local
754 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()
758 if (typeIdx == (int16_t)typeMapData[transitionIdx]) { in initTransitionRules()
768 raw = typeOffsets[typeIdx << 1] * U_MILLIS_PER_SECOND; in initTransitionRules()
769 dst = typeOffsets[(typeIdx << 1) + 1] * U_MILLIS_PER_SECOND; in initTransitionRules()
784 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
787 if (historicRules[typeIdx] == NULL) { in initTransitionRules()
797 typeIdx = (int16_t)typeMapData[firstTZTransitionIdx]; in initTransitionRules()
799 *initialRule, *historicRules[typeIdx]); in initTransitionRules()
Dmeasunit.cpp2229 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) { in getAvailable() local
2230 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx]; in getAvailable()
2232 dest[idx].setTo(typeIdx, subTypeIdx); in getAvailable()
2248 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); in getAvailable() local
2249 if (typeIdx == -1) { in getAvailable()
2252 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx]; in getAvailable()
2258 dest[subTypeIdx].setTo(typeIdx, subTypeIdx); in getAvailable()
/external/icu/libicu/cts_headers/
Dolsontz.h416 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local
417 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt()
422 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local
423 return typeOffsets[typeIdx]; in rawOffsetAt()
428 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local
429 return typeOffsets[typeIdx + 1]; in dstOffsetAt()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_vloadstore.cpp209 unsigned int typeIdx, sizeIdx; in test_vloadset() local
215 for( typeIdx = 0; vecType[ typeIdx ] != kNumExplicitTypes; typeIdx++ ) in test_vloadset()
218 if( vecType[ typeIdx ] == kDouble && !is_extension_available( device, "cl_khr_fp64" ) ) in test_vloadset()
221 if(( vecType[ typeIdx ] == kLong || vecType[ typeIdx ] == kULong ) && !gHasLong ) in test_vloadset()
226 … log_info("Testing %s%s...\n", get_explicit_type_name(vecType[typeIdx]), size_names[sizeIdx]); in test_vloadset()
228 …int error_this_type = test_vload( device, context, queue, vecType[ typeIdx ], vecSizes[ sizeIdx ],… in test_vloadset()
731 unsigned int typeIdx, sizeIdx; in test_vstoreset() local
737 for( typeIdx = 0; vecType[ typeIdx ] != kNumExplicitTypes; typeIdx++ ) in test_vstoreset()
739 if( vecType[ typeIdx ] == kDouble && !is_extension_available( device, "cl_khr_fp64" ) ) in test_vstoreset()
742 if(( vecType[ typeIdx ] == kLong || vecType[ typeIdx ] == kULong ) && !gHasLong ) in test_vstoreset()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DOlsonTimeZone.java755 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in zoneOffsetAt() local
756 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt()
760 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in rawOffsetAt() local
761 return typeOffsets[typeIdx]; in rawOffsetAt()
765 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in dstOffsetAt() local
766 return typeOffsets[typeIdx + 1]; in dstOffsetAt()
1129 int transitionIdx, typeIdx; in initTransitionRules() local
1145 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()
1149 if (typeIdx == getInt(typeMapData[transitionIdx])) { in initTransitionRules()
1161 raw = typeOffsets[typeIdx*2]*Grego.MILLIS_PER_SECOND; in initTransitionRules()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DOlsonTimeZone.java757 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in zoneOffsetAt() local
758 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt()
762 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in rawOffsetAt() local
763 return typeOffsets[typeIdx]; in rawOffsetAt()
767 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in dstOffsetAt() local
768 return typeOffsets[typeIdx + 1]; in dstOffsetAt()
1131 int transitionIdx, typeIdx; in initTransitionRules() local
1147 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()
1151 if (typeIdx == getInt(typeMapData[transitionIdx])) { in initTransitionRules()
1163 raw = typeOffsets[typeIdx*2]*Grego.MILLIS_PER_SECOND; in initTransitionRules()
[all …]
/external/deqp/modules/gles31/functional/
Des31fNegativeSampleVariablesTests.cpp256 for (int typeIdx = 0; typeIdx < MAX_TYPES; typeIdx++) in index_outside_sample_mask_range() local
267 << " highp int invalidValue = " << testConfigs.builtInType[typeIdx] << "[invalidIndex]; \n" in index_outside_sample_mask_range()
271 …s: using constant integral expression outside of " + testConfigs.builtInType[typeIdx] + " bounds"); in index_outside_sample_mask_range()
/external/OpenCSD/decoder/source/
Dtrc_gen_elem.cpp126 int typeIdx = (int)this->elem_type; in toString() local
127 if(typeIdx < num_str) in toString()
129 oss << s_elem_descs[typeIdx][0] << "("; in toString()
/external/pffft/
Dbench_pffft.c1076 int realCplxIdx, typeIdx;
1252 for (typeIdx = 0; typeIdx < NUM_TYPES; ++typeIdx)
1255 if ( !(SAVE_ALL_TYPES || saveType[typeIdx]) )
1265 …assert( strlen(acCsvFilename) + strlen(typeFilenamePart[typeIdx]) + 5 < (sizeof(acCsvFilename) / s…
1266 strcat(acCsvFilename, typeFilenamePart[typeIdx]);
1284 fprintf(f, "%f, ", tmeas[realCplxIdx][i][typeIdx][k]);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java964 for (int typeIdx = 0; typeIdx < types.length; ++typeIdx) { in TestTailoredElements()
965 String type = types[typeIdx]; // first: default type in TestTailoredElements()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java967 for (int typeIdx = 0; typeIdx < types.length; ++typeIdx) { in TestTailoredElements()
968 String type = types[typeIdx]; // first: default type in TestTailoredElements()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMeasureUnitTest.java3050 int typeIdx = 0; in generateCXXConstants() local
3063 measureUnitToTypeSubType.put(unit, Pair.of(typeIdx, subTypeIdx)); in generateCXXConstants()
3065 baseTypeIdx = typeIdx; in generateCXXConstants()
3071 typeIdx++; in generateCXXConstants()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMeasureUnitTest.java3047 int typeIdx = 0; in generateCXXConstants() local
3060 measureUnitToTypeSubType.put(unit, Pair.of(typeIdx, subTypeIdx)); in generateCXXConstants()
3062 baseTypeIdx = typeIdx; in generateCXXConstants()
3068 typeIdx++; in generateCXXConstants()