/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/ |
D | 02-MemArith.ll | 7 %idx2 = add i64 %idx, 1 ; <i64> [#uses=1] 8 %ptr = getelementptr i32* %b, i64 %idx2 ; <i32*> [#uses=1] 18 %idx2 = add i64 %idx, -1 ; <i64> [#uses=1] 19 %ptr = getelementptr i32* %b, i64 %idx2 ; <i32*> [#uses=1] 29 %idx2 = add i64 %idx, 1 ; <i64> [#uses=1] 30 %ptr = getelementptr i64* %b, i64 %idx2 ; <i64*> [#uses=1] 40 %idx2 = add i64 %idx, 1 ; <i64> [#uses=1] 41 %ptr = getelementptr i32* %b, i64 %idx2 ; <i32*> [#uses=1] 51 %idx2 = add i64 %idx, -1 ; <i64> [#uses=1] 52 %ptr = getelementptr i32* %b, i64 %idx2 ; <i32*> [#uses=1] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/ |
D | propagate_ir_flags.ll | 14 %idx2 = getelementptr inbounds i32, i32* %x, i64 1 19 %load2 = load i32, i32* %idx2, align 4 29 store i32 %op2, i32* %idx2, align 4 40 %idx2 = getelementptr inbounds i32, i32* %x, i64 1 45 %load2 = load i32, i32* %idx2, align 4 55 store i32 %op2, i32* %idx2, align 4 66 %idx2 = getelementptr inbounds i32, i32* %x, i64 1 71 %load2 = load i32, i32* %idx2, align 4 81 store i32 %op2, i32* %idx2, align 4 92 %idx2 = getelementptr inbounds i32, i32* %x, i64 1 [all …]
|
D | call.ll | 29 %idx2 = getelementptr inbounds double, double* %b, i64 1 30 store double %sin2, double* %idx2, align 8 49 %idx2 = getelementptr inbounds double, double* %b, i64 1 50 store double %cos2, double* %idx2, align 8 69 %idx2 = getelementptr inbounds double, double* %b, i64 1 70 store double %pow2, double* %idx2, align 8 89 %idx2 = getelementptr inbounds double, double* %b, i64 1 90 store double %exp2, double* %idx2, align 8 112 %idx2 = getelementptr inbounds double, double* %b, i64 1 113 store double %sqrt2, double* %idx2, align 8 [all …]
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | propagate_ir_flags.ll | 14 %idx2 = getelementptr inbounds i32, i32* %x, i64 1 19 %load2 = load i32, i32* %idx2, align 4 29 store i32 %op2, i32* %idx2, align 4 40 %idx2 = getelementptr inbounds i32, i32* %x, i64 1 45 %load2 = load i32, i32* %idx2, align 4 55 store i32 %op2, i32* %idx2, align 4 66 %idx2 = getelementptr inbounds i32, i32* %x, i64 1 71 %load2 = load i32, i32* %idx2, align 4 81 store i32 %op2, i32* %idx2, align 4 92 %idx2 = getelementptr inbounds i32, i32* %x, i64 1 [all …]
|
/external/brotli/c/enc/ |
D | cluster_inc.h | 16 uint32_t idx2, size_t max_num_pairs, HistogramPair* pairs, 20 p.idx1 = p.idx2 = 0; 22 if (idx1 == idx2) { 25 if (idx2 < idx1) { 26 uint32_t t = idx2; 27 idx2 = idx1; 31 p.idx2 = idx2; 32 p.cost_diff = 0.5 * ClusterCostDiff(cluster_size[idx1], cluster_size[idx2]); 34 p.cost_diff -= out[idx2].bit_cost_; 37 p.cost_combo = out[idx2].bit_cost_; [all …]
|
/external/protobuf/objectivec/Tests/ |
D | GPBArrayTests.m | 142 //% __block NSUInteger idx2 = 0; 144 //% XCTAssertEqual(idx, idx2); 147 //% ++idx2; 149 //% idx2 = 0; 152 //% XCTAssertEqual(idx, (3 - idx2)); 155 //% ++idx2; 158 //% idx2 = 0; 160 //% XCTAssertEqual(idx, idx2); 163 //% if (idx2 == 1) *stop = YES; 166 //% ++idx2; [all …]
|
/external/strace/tests-m32/ |
D | kcmp.c | 98 const char *type_str, kernel_ulong_t idx1, kernel_ulong_t idx2, ...) in do_kcmp() argument 103 rc = syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2); in do_kcmp() 115 printpidfd(", ", pid2, idx2); in do_kcmp() 120 va_start(ap, idx2); in do_kcmp() 129 (struct kcmp_epoll_slot *) (uintptr_t) idx2; in do_kcmp() 135 if (idx2) in do_kcmp() 136 printf("%#llx", (unsigned long long) idx2); in do_kcmp() 142 (unsigned long long) idx1, (unsigned long long) idx2); in do_kcmp()
|
/external/strace/tests/ |
D | kcmp.c | 98 const char *type_str, kernel_ulong_t idx1, kernel_ulong_t idx2, ...) in do_kcmp() argument 103 rc = syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2); in do_kcmp() 115 printpidfd(", ", pid2, idx2); in do_kcmp() 120 va_start(ap, idx2); in do_kcmp() 129 (struct kcmp_epoll_slot *) (uintptr_t) idx2; in do_kcmp() 135 if (idx2) in do_kcmp() 136 printf("%#llx", (unsigned long long) idx2); in do_kcmp() 142 (unsigned long long) idx1, (unsigned long long) idx2); in do_kcmp()
|
/external/strace/tests-mx32/ |
D | kcmp.c | 98 const char *type_str, kernel_ulong_t idx1, kernel_ulong_t idx2, ...) in do_kcmp() argument 103 rc = syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2); in do_kcmp() 115 printpidfd(", ", pid2, idx2); in do_kcmp() 120 va_start(ap, idx2); in do_kcmp() 129 (struct kcmp_epoll_slot *) (uintptr_t) idx2; in do_kcmp() 135 if (idx2) in do_kcmp() 136 printf("%#llx", (unsigned long long) idx2); in do_kcmp() 142 (unsigned long long) idx1, (unsigned long long) idx2); in do_kcmp()
|
/external/webp/src/enc/ |
D | histogram_enc.c | 732 int idx2; member 803 int idx2, double threshold) { in HistoQueuePush() argument 811 if (idx1 > idx2) { in HistoQueuePush() 812 const int tmp = idx2; in HistoQueuePush() 813 idx2 = idx1; in HistoQueuePush() 817 pair.idx2 = idx2; in HistoQueuePush() 819 h2 = histograms[idx2]; in HistoQueuePush() 867 const int idx2 = histo_queue.queue[0].idx2; in HistogramCombineGreedy() local 868 HistogramAdd(histograms[idx2], histograms[idx1], histograms[idx1]); in HistogramCombineGreedy() 872 HistogramSetRemoveHistogram(image_histo, idx2, num_used); in HistogramCombineGreedy() [all …]
|
/external/strace/ |
D | kcmp.c | 61 kernel_ulong_t idx2 = tcp->u_arg[4]; in SYS_FUNC() local 71 printpidfd(tcp, pid1, idx2); in SYS_FUNC() 82 if (umove_or_printaddr(tcp, idx2, &slot)) in SYS_FUNC() 101 tprintf(", %#" PRI_klx ", %#" PRI_klx, idx1, idx2); in SYS_FUNC()
|
/external/icu/icu4c/source/tools/gencnval/ |
D | gencnval.c | 666 uint32_t idx, idx2; in addAlias() local 711 for (idx2 = 0; idx2 < tags[standard].aliasList[idx].aliasCount; idx2++) { in addAlias() 712 uint16_t aliasNum = tags[standard].aliasList[idx].aliases[idx2]; in addAlias() 813 uint16_t idx, idx2, idx3; in resolveAliasToConverter() local 816 for (idx2 = 0; idx2 < converterCount; idx2++) { in resolveAliasToConverter() 817 for (idx3 = 0; idx3 < tags[idx].aliasList[idx2].aliasCount; idx3++) { in resolveAliasToConverter() 818 uint16_t aliasNum = tags[idx].aliasList[idx2].aliases[idx3]; in resolveAliasToConverter() 821 *converterNum = idx2; in resolveAliasToConverter() 830 for (idx2 = 0; idx2 < converterCount; idx2++) { in resolveAliasToConverter() 831 for (idx3 = 0; idx3 < tags[idx].aliasList[idx2].aliasCount; idx3++) { in resolveAliasToConverter() [all …]
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_vector_ops_ll.ll | 5 i32 2, label %idx2 14 idx2: 30 i32 2, label %idx2 41 idx2: 59 i32 2, label %idx2 74 idx2: 108 i32 2, label %idx2 131 idx2: 197 i32 2, label %idx2 206 idx2: [all …]
|
/external/skia/src/pathops/ |
D | SkOpAngle.cpp | 490 for (int idx2 = idx1 + 1; idx2 <= ptCount; ++idx2) { in distEndRatio() local 491 if (idx1 == idx2) { in distEndRatio() 495 v.set(pts[idx2] - pts[idx1]); in distEndRatio() 528 for (int idx2 = 0; idx2 < i.used(); ++idx2) { in endsIntersect() local 529 double testT = i[0][idx2]; in endsIntersect() 582 for (int idx2 = 0; idx2 <= ptCount; ++idx2) { in endsIntersect() local 583 minX = SkTMin(minX, curve[idx2].fX); in endsIntersect() 584 minY = SkTMin(minY, curve[idx2].fY); in endsIntersect() 585 maxX = SkTMax(maxX, curve[idx2].fX); in endsIntersect() 586 maxY = SkTMax(maxY, curve[idx2].fY); in endsIntersect() [all …]
|
/external/skqp/src/pathops/ |
D | SkOpAngle.cpp | 490 for (int idx2 = idx1 + 1; idx2 <= ptCount; ++idx2) { in distEndRatio() local 491 if (idx1 == idx2) { in distEndRatio() 495 v.set(pts[idx2] - pts[idx1]); in distEndRatio() 528 for (int idx2 = 0; idx2 < i.used(); ++idx2) { in endsIntersect() local 529 double testT = i[0][idx2]; in endsIntersect() 582 for (int idx2 = 0; idx2 <= ptCount; ++idx2) { in endsIntersect() local 583 minX = SkTMin(minX, curve[idx2].fX); in endsIntersect() 584 minY = SkTMin(minY, curve[idx2].fY); in endsIntersect() 585 maxX = SkTMax(maxX, curve[idx2].fX); in endsIntersect() 586 maxY = SkTMax(maxY, curve[idx2].fY); in endsIntersect() [all …]
|
/external/skqp/tests/ |
D | PathOpsAngleTest.cpp | 248 for (int idx2 = 0; idx2 < data.fPtCount; ++idx2) { in DEF_TEST() local 249 data.fShortPts[idx2] = data.fPts.fPts[idx2].asSkPoint(); in DEF_TEST() 447 for (int idx2 = 0; idx2 < data.fPtCount; ++idx2) { in DEF_TEST() local 448 temp[idx2] = data.fPts.fPts[idx2].asSkPoint(); in DEF_TEST()
|
D | PathOpsTightBoundsTest.cpp | 41 for (int idx2 = 0; idx2 < 10; ++idx2) { in DEF_TEST() local 116 for (int idx2 = 0; idx2 < 10; ++idx2) { in DEF_TEST() local
|
/external/skia/tests/ |
D | PathOpsAngleTest.cpp | 248 for (int idx2 = 0; idx2 < data.fPtCount; ++idx2) { in DEF_TEST() local 249 data.fShortPts[idx2] = data.fPts.fPts[idx2].asSkPoint(); in DEF_TEST() 447 for (int idx2 = 0; idx2 < data.fPtCount; ++idx2) { in DEF_TEST() local 448 temp[idx2] = data.fPts.fPts[idx2].asSkPoint(); in DEF_TEST()
|
D | PathOpsTightBoundsTest.cpp | 41 for (int idx2 = 0; idx2 < 10; ++idx2) { in DEF_TEST() local 116 for (int idx2 = 0; idx2 < 10; ++idx2) { in DEF_TEST() local
|
/external/jdiff/src/jdiff/ |
D | Comments.java | 111 int idx2 = xsdFileName.lastIndexOf('/'); in writeXSD() local 112 if (idx == -1 && idx2 == -1) { in writeXSD() 114 } else if (idx == -1 && idx2 != -1) { in writeXSD() 115 xsdFileName = xsdFileName.substring(0, idx2+1); in writeXSD() 116 } else if (idx != -1 && idx2 == -1) { in writeXSD() 118 } else if (idx != -1 && idx2 != -1) { in writeXSD() 119 int max = idx2 > idx ? idx2 : idx; in writeXSD()
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | dynamic_stitch_test.py | 54 idx2 = np.array([[1], [3]], dtype=np.int32) 58 [idx1, idx2], [val1, val2], 63 idx2 = np.array([[], []], dtype=np.int32) 66 self._AssertDynamicStitchResultIs([idx1, idx2], [val1, val2],
|
/external/protobuf/objectivec/ |
D | GPBArray.h | 81 withValueAtIndex:(NSUInteger)idx2; 121 withValueAtIndex:(NSUInteger)idx2; 161 withValueAtIndex:(NSUInteger)idx2; 201 withValueAtIndex:(NSUInteger)idx2; 241 withValueAtIndex:(NSUInteger)idx2; 281 withValueAtIndex:(NSUInteger)idx2; 321 withValueAtIndex:(NSUInteger)idx2; 399 withValueAtIndex:(NSUInteger)idx2;
|
D | GPBArray.m | 280 //% withValueAtIndex:(NSUInteger)idx2 { 282 //%VALIDATE_RANGE(idx2, _count) 284 //% _values[idx1] = _values[idx2]; 285 //% _values[idx2] = temp; 518 withValueAtIndex:(NSUInteger)idx2 { 524 if (idx2 >= _count) { 527 (unsigned long)idx2, (unsigned long)_count]; 530 _values[idx1] = _values[idx2]; 531 _values[idx2] = temp; 765 withValueAtIndex:(NSUInteger)idx2 { [all …]
|
/external/mesa3d/src/compiler/nir/ |
D | nir_intrinsics.c | 34 idx0, idx1, idx2, _flags) \ argument 46 [NIR_INTRINSIC_ ## idx2] = 3, \
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | graph_utils.cc | 168 int idx2 = name_index2[i]; in Compare() local 169 if (g1.node(idx1).op() != g2.node(idx2).op()) { in Compare() 172 if (g1.node(idx1).name() != g2.node(idx2).name()) { in Compare() 175 if (g1.node(idx1).input_size() != g2.node(idx2).input_size()) { in Compare() 179 std::vector<int> input_index2 = CreateInputIndex(g2.node(idx2)); in Compare() 182 g2.node(idx2).input(input_index2[j]))) { in Compare()
|