Home
last modified time | relevance | path

Searched refs:idx0 (Results 1 – 25 of 32) sorted by relevance

12

/third_party/flatbuffers/tests/MyGame/Example/
DArrayStruct.cs80 …for (var idx0 = 0; idx0 < 2; ++idx0) {for (var idx1 = 0; idx1 < 2; ++idx1) {_d_a[idx0,idx1] = _o.D… in Pack()
82 for (var idx0 = 0; idx0 < 2; ++idx0) {_d_b[idx0] = _o.D[idx0].B;} in Pack()
84 …for (var idx0 = 0; idx0 < 2; ++idx0) {for (var idx1 = 0; idx1 < 2; ++idx1) {_d_c[idx0,idx1] = _o.D… in Pack()
86 …for (var idx0 = 0; idx0 < 2; ++idx0) {for (var idx1 = 0; idx1 < 2; ++idx1) {_d_d[idx0,idx1] = _o.D… in Pack()
/third_party/boost/libs/multi_array/test/
Dslice.cpp59 const index idx0 = A.index_bases()[0]; in test_views() local
66 indices[range(idx0+0,idx0+2)] in test_views()
74 BOOST_TEST(B[i][j][k] == A[idx0+i][idx1+j+1][idx2+k*2]); in test_views()
77 BOOST_TEST(B(elmts) == A[idx0+i][idx1+j+1][idx2+k*2]); in test_views()
83 A[indices[range(idx0+0,idx0+2)][idx1+1][range(idx2+0,idx2+4,2)]]; in test_views()
87 BOOST_TEST(B[i][j] == A[idx0+i][idx1+1][idx2+j*2]); in test_views()
90 BOOST_TEST(B(elmts) == A[idx0+i][idx1+1][idx2+j*2]); in test_views()
97 indices[range(idx0+0,idx0+2)] in test_views()
108 BOOST_TEST(B[i][j][k] == A[idx0+i][idx1+j][idx2+2-k]); in test_views()
111 BOOST_TEST(B(elmts) == A[idx0+i][idx1+j][idx2+2-k]); in test_views()
Dgenerative_tests.hpp78 const index idx0 = A.index_bases()[0]; in assign_if_not_const() local
84 for (index i = idx0; i != idx0 + 2; ++i) in assign_if_not_const()
178 const index idx0 = A.index_bases()[0]; in run_configuration() local
183 indices[range(idx0+1,idx0+3)] in run_configuration()
201 const index idx0 = A.index_bases()[0]; in run_configuration() local
206 indices[range(idx0+1,idx0+3)] in run_configuration()
Daccess.cpp35 const index idx0 = A.index_bases()[0]; in access() local
42 for (index i = idx0; i != idx0+2; ++i) in access()
50 for (index i2 = idx0; i2 != idx0+2; ++i2) in access()
/third_party/typescript/tests/baselines/reference/
DindexerWithTuple.js8 var idx0 = 0; variable
13 var ele13 = strNumTuple[idx0]; // string | number
22 var eleUnion13 = unionTuple1[idx0]; // string | number
30 var eleUnion23 = unionTuple2[idx0]; // string | number | boolean
41 var idx0 = 0;
46 var ele13 = strNumTuple[idx0]; // string | number
55 var eleUnion13 = unionTuple1[idx0]; // string | number
62 var eleUnion23 = unionTuple2[idx0]; // string | number | boolean
DindexerWithTuple.types29 var idx0 = 0;
30 >idx0 : number
55 var ele13 = strNumTuple[idx0]; // string | number
57 >strNumTuple[idx0] : string | number
59 >idx0 : number
109 var eleUnion13 = unionTuple1[idx0]; // string | number
111 >unionTuple1[idx0] : string | number
113 >idx0 : number
151 var eleUnion23 = unionTuple2[idx0]; // string | number | boolean
153 >unionTuple2[idx0] : string | number | boolean
[all …]
DindexerWithTuple.symbols15 var idx0 = 0;
16 >idx0 : Symbol(idx0, Decl(indexerWithTuple.ts, 6, 3))
35 var ele13 = strNumTuple[idx0]; // string | number
38 >idx0 : Symbol(idx0, Decl(indexerWithTuple.ts, 6, 3))
78 var eleUnion13 = unionTuple1[idx0]; // string | number
81 >idx0 : Symbol(idx0, Decl(indexerWithTuple.ts, 6, 3))
112 var eleUnion23 = unionTuple2[idx0]; // string | number | boolean
115 >idx0 : Symbol(idx0, Decl(indexerWithTuple.ts, 6, 3))
DindexerWithTuple.errors.txt14 var idx0 = 0;
21 var ele13 = strNumTuple[idx0]; // string | number
34 var eleUnion13 = unionTuple1[idx0]; // string | number
44 var eleUnion23 = unionTuple2[idx0]; // string | number | boolean
/third_party/typescript/tests/cases/conformance/types/tuple/
DindexerWithTuple.ts7 var idx0 = 0; variable
12 var ele13 = strNumTuple[idx0]; // string | number variable
21 var eleUnion13 = unionTuple1[idx0]; // string | number variable
29 var eleUnion23 = unionTuple2[idx0]; // string | number | boolean variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops_ll.ll3 i32 0, label %idx0
8 idx0:
28 i32 0, label %idx0
33 idx0:
57 i32 0, label %idx0
66 idx0:
106 i32 0, label %idx0
123 idx0:
195 i32 0, label %idx0
200 idx0:
[all …]
/third_party/mindspore/tests/ut/cpp/ir/
Dclone_test.cc180 FuncGraphIndex idx0(g); in TEST_F() local
187 …ASSERT_FALSE(idx0.GetFirstFuncGraph("clone_total_sub") == idx1.GetFirstFuncGraph("clone_total_sub"… in TEST_F()
188 ASSERT_FALSE(idx0.GetFirstFuncGraph("clone_total") == idx1.GetFirstFuncGraph("clone_total")); in TEST_F()
193 ASSERT_FALSE(idx0.GetFirstFuncGraph("clone_total") == idx2.GetFirstFuncGraph("clone_total")); in TEST_F()
194 …ASSERT_TRUE(idx0.GetFirstFuncGraph("clone_total_sub") == idx2.GetFirstFuncGraph("clone_total_sub")… in TEST_F()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/cl/
Dargminmax.cl54 int idx0 = (X + k * strides.x) + Y * strides.y + (align_c4_in + align_in);
57 buf[idx1] = src_data[idx0];
86 int idx0 = (X + k * strides.z) + Y * strides.w + (align_c4_out + align_out);
89 dst_data[idx0] = buf[idx1];
91 dst_data[idx0] = ids[idx1];
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafwarp.c81 FT_Int idx_min, idx_max, idx0; in af_warper_compute_line_best() local
89 idx0 = xx1 - warper->t1; in af_warper_compute_line_best()
123 FT_Pos y = y0 + ( idx_min - idx0 ); in af_warper_compute_line_best()
140 AF_WarpScore distort = base_distort + ( idx - idx0 ); in af_warper_compute_line_best()
150 warper->best_delta = delta + ( idx - idx0 ); in af_warper_compute_line_best()
/third_party/freetype/src/autofit/
Dafwarp.c81 FT_Int idx_min, idx_max, idx0; in af_warper_compute_line_best() local
89 idx0 = xx1 - warper->t1; in af_warper_compute_line_best()
123 FT_Pos y = y0 + ( idx_min - idx0 ); in af_warper_compute_line_best()
140 AF_WarpScore distort = base_distort + ( idx - idx0 ); in af_warper_compute_line_best()
150 warper->best_delta = delta + ( idx - idx0 ); in af_warper_compute_line_best()
/third_party/iowow/src/utils/
Diwconv.c44 uint8_t idx0, idx1; in iwhex2bin() local
47 idx0 = '0'; // add '0' prefix in iwhex2bin()
51 idx0 = hex[pos]; in iwhex2bin()
55 out[vpos++] = (uint8_t)(ascii2hex[idx0] << 4) | ascii2hex[idx1]; in iwhex2bin()
/third_party/openh264/codec/common/inc/
Dmsa_macros.h257 #define MSA_ST_H2(in, idx0, idx1, pdst, stride) \ argument
260 out0_m = __msa_copy_u_h((v8i16) in, idx0); \
265 #define MSA_ST_H4(in, idx0, idx1, idx2, idx3, pdst, stride) \ argument
268 out0_m = __msa_copy_u_h((v8i16) in, idx0); \
277 #define MSA_ST_H8(in, idx0, idx1, idx2, idx3, idx4, idx5, \ argument
280 MSA_ST_H4(in, idx0, idx1, idx2, idx3, pdst, stride) \
298 #define MSA_ST_W2(in, idx0, idx1, pdst, stride) \ argument
301 out0_m = __msa_copy_u_w((v4i32) in, idx0); \
306 #define MSA_ST_W4(in, idx0, idx1, idx2, idx3, pdst, stride) \ argument
309 out0_m = __msa_copy_u_w((v4i32) in, idx0); \
[all …]
/third_party/gettext/gettext-tools/src/
Dwrite-java.c221 unsigned int idx0 = idx; in compute_hashsize() local
230 if (idx == idx0) in compute_hashsize()
260 unsigned int idx0; in compute_hashsize() local
262 for (idx0 = 0; idx0 < incr; idx0++) in compute_hashsize()
267 for (idx = idx0; idx < hashsize; idx += incr) in compute_hashsize()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DTailoredSet.java194 int idx0 = Collation.indexFromCE32(ce32); in compare() local
198 if (data.ce32s[idx0 + i] != baseData.ce32s[idx1 + i]) { in compare()
212 int idx0 = Collation.indexFromCE32(ce32); in compare() local
216 if (data.ces[idx0 + i] != baseData.ces[idx1 + i]) { in compare()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DTailoredSet.java196 int idx0 = Collation.indexFromCE32(ce32); in compare() local
200 if (data.ce32s[idx0 + i] != baseData.ce32s[idx1 + i]) { in compare()
214 int idx0 = Collation.indexFromCE32(ce32); in compare() local
218 if (data.ces[idx0 + i] != baseData.ces[idx1 + i]) { in compare()
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h413 #define ST_H2(in, idx0, idx1, pdst, stride) \ argument
416 out0_m = __msa_copy_u_h((v8i16) in, idx0); \
421 #define ST_H4(in, idx0, idx1, idx2, idx3, pdst, stride) \ argument
424 out0_m = __msa_copy_u_h((v8i16) in, idx0); \
433 #define ST_H8(in, idx0, idx1, idx2, idx3, idx4, idx5, \ argument
436 ST_H4(in, idx0, idx1, idx2, idx3, pdst, stride) \
454 #define ST_W2(in, idx0, idx1, pdst, stride) \ argument
457 out0_m = __msa_copy_u_w((v4i32) in, idx0); \
462 #define ST_W4(in, idx0, idx1, idx2, idx3, pdst, stride) \ argument
465 out0_m = __msa_copy_u_w((v4i32) in, idx0); \
[all …]
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/variable_pointer/dynamic_offset/
Dselect_descriptor_array.amber105 %idx0 = OpLoad %int %idx0_ptr
110 %idx0_zero = OpIEqual %bool %idx0 %int_0
/third_party/mindspore/tests/st/ops/gpu/
Dtest_index_add_op.py44 idx0 = np.array([1]).astype(np.int32)
47 expect[idx0, :, :, :] = expect[idx0, :, :, :] + y0
50 output = net(Tensor(idx0), Tensor(y0))
54 output = net(Tensor(idx0), Tensor(y0))
/third_party/ffmpeg/libavcodec/mips/
Dhevcpred_msa.c934 int32_t h_cnt, idx0, fact_val0, idx1, fact_val1; in hevc_intra_pred_angular_upper_4width_msa() local
965 idx0 = angle_loop >> 5; in hevc_intra_pred_angular_upper_4width_msa()
980 top0 = LD_SB(ref + idx0 + 1); in hevc_intra_pred_angular_upper_4width_msa()
1027 int32_t h_cnt, v_cnt, idx0, fact_val0, idx1, fact_val1; in hevc_intra_pred_angular_upper_8width_msa() local
1062 idx0 = (angle_loop) >> 5; in hevc_intra_pred_angular_upper_8width_msa()
1078 top0 = LD_SB(ref + idx0 + 1); in hevc_intra_pred_angular_upper_8width_msa()
1121 int32_t h_cnt, v_cnt, idx0, fact_val0, idx1, fact_val1; in hevc_intra_pred_angular_upper_16width_msa() local
1160 idx0 = (angle_loop) >> 5; in hevc_intra_pred_angular_upper_16width_msa()
1176 LD_UB2(ref + idx0 + 1, 16, top0, top1); in hevc_intra_pred_angular_upper_16width_msa()
1235 int32_t h_cnt, v_cnt, idx0, fact_val0, idx1, fact_val1; in hevc_intra_pred_angular_upper_32width_msa() local
[all …]
/third_party/ffmpeg/libavfilter/
Davf_concat.c78 unsigned type, nb_str, idx0 = 0, idx, str, seg; in query_formats() local
86 idx = idx0; in query_formats()
114 idx0++; in query_formats()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dlocal_single_store_elim_pass.h99 bool Dominates(ir::BasicBlock* blk0, uint32_t idx0,

12