Home
last modified time | relevance | path

Searched refs:ii (Results 1 – 25 of 1572) sorted by relevance

12345678910>>...63

/external/clang/test/OpenMP/
Dparallel_for_loop_messages.cpp20 int ii, jj, kk; in test_iteration_spaces() local
60 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
74 for (; ii < 10; ++ii) in test_iteration_spaces()
75 c[ii] = a[ii]; in test_iteration_spaces()
80 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
81 c[ii] = a[ii]; in test_iteration_spaces()
85 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
86 c[ii] = a[ii]; in test_iteration_spaces()
90 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
91 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dsimd_loop_messages.cpp11 int ii, jj, kk; in test_iteration_spaces() local
51 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
65 for (;ii < 10; ++ii) in test_iteration_spaces()
66 c[ii] = a[ii]; in test_iteration_spaces()
71 for (ii + 1;ii < 10; ++ii) in test_iteration_spaces()
72 c[ii] = a[ii]; in test_iteration_spaces()
76 for (c[ii] = 0;ii < 10; ++ii) in test_iteration_spaces()
77 c[ii] = a[ii]; in test_iteration_spaces()
81 for (((ii)) = 0;ii < 10; ++ii) in test_iteration_spaces()
82 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dtarget_parallel_for_simd_loop_messages.cpp20 int ii, jj, kk; in test_iteration_spaces() local
60 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
74 for (; ii < 10; ++ii) in test_iteration_spaces()
75 c[ii] = a[ii]; in test_iteration_spaces()
80 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
81 c[ii] = a[ii]; in test_iteration_spaces()
85 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
86 c[ii] = a[ii]; in test_iteration_spaces()
90 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
91 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dtarget_parallel_for_loop_messages.cpp20 int ii, jj, kk; in test_iteration_spaces() local
60 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
74 for (; ii < 10; ++ii) in test_iteration_spaces()
75 c[ii] = a[ii]; in test_iteration_spaces()
80 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
81 c[ii] = a[ii]; in test_iteration_spaces()
85 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
86 c[ii] = a[ii]; in test_iteration_spaces()
90 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
91 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dparallel_for_simd_loop_messages.cpp20 int ii, jj, kk; in test_iteration_spaces() local
60 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
74 for (; ii < 10; ++ii) in test_iteration_spaces()
75 c[ii] = a[ii]; in test_iteration_spaces()
80 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
81 c[ii] = a[ii]; in test_iteration_spaces()
85 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
86 c[ii] = a[ii]; in test_iteration_spaces()
90 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
91 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dfor_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
74 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
91 for (; ii < 10; ++ii) in test_iteration_spaces()
92 c[ii] = a[ii]; in test_iteration_spaces()
98 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
99 c[ii] = a[ii]; in test_iteration_spaces()
104 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
105 c[ii] = a[ii]; in test_iteration_spaces()
110 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
111 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dtaskloop_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
74 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
91 for (; ii < 10; ++ii) in test_iteration_spaces()
92 c[ii] = a[ii]; in test_iteration_spaces()
98 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
99 c[ii] = a[ii]; in test_iteration_spaces()
104 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
105 c[ii] = a[ii]; in test_iteration_spaces()
110 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
111 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dfor_simd_loop_messages.cpp20 int ii, jj, kk; in test_iteration_spaces() local
69 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
86 for (; ii < 10; ++ii) in test_iteration_spaces()
87 c[ii] = a[ii]; in test_iteration_spaces()
93 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
94 c[ii] = a[ii]; in test_iteration_spaces()
99 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
100 c[ii] = a[ii]; in test_iteration_spaces()
105 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
106 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dtaskloop_simd_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
74 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
91 for (; ii < 10; ++ii) in test_iteration_spaces()
92 c[ii] = a[ii]; in test_iteration_spaces()
98 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
99 c[ii] = a[ii]; in test_iteration_spaces()
104 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
105 c[ii] = a[ii]; in test_iteration_spaces()
110 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
111 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Ddistribute_simd_loop_messages.cpp11 int ii, jj, kk; in test_iteration_spaces() local
69 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
89 for (;ii < 10; ++ii) in test_iteration_spaces()
90 c[ii] = a[ii]; in test_iteration_spaces()
97 for (ii + 1;ii < 10; ++ii) in test_iteration_spaces()
98 c[ii] = a[ii]; in test_iteration_spaces()
104 for (c[ii] = 0;ii < 10; ++ii) in test_iteration_spaces()
105 c[ii] = a[ii]; in test_iteration_spaces()
111 for (((ii)) = 0;ii < 10; ++ii) in test_iteration_spaces()
112 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Ddistribute_parallel_for_simd_loop_messages.cpp20 int ii, jj, kk; in test_iteration_spaces() local
78 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
98 for (; ii < 10; ++ii) in test_iteration_spaces()
99 c[ii] = a[ii]; in test_iteration_spaces()
106 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
107 c[ii] = a[ii]; in test_iteration_spaces()
113 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
114 c[ii] = a[ii]; in test_iteration_spaces()
120 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
121 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
/external/fastrpc/inc/
Dlistener_buf.h38 int ii; in pack_in_bufs() local
41 for(ii = 0; ii < nBufs; ++ii) { in pack_in_bufs()
42 len = (uint32_t)pra[ii].buf.nLen; in pack_in_bufs()
46 sbuf_write(buf, pra[ii].buf.pv, len); in pack_in_bufs()
52 int ii; in pack_out_lens() local
55 for(ii = 0; ii < nBufs; ++ii) { in pack_out_lens()
56 len = (uint32_t)pra[ii].buf.nLen; in pack_out_lens()
62 int ii; in unpack_in_bufs() local
65 for(ii = 0; ii < nBufs; ++ii) { in unpack_in_bufs()
67 pra[ii].buf.nLen = len; in unpack_in_bufs()
[all …]
/external/skqp/src/compute/color/
Dcolor.c51 for (uint32_t ii=0; ii<3; ii++) in color_premultiply_rgba_f32() local
52 rgba[ii] = rgba[ii] * rgba[3]; in color_premultiply_rgba_f32()
74 for (uint32_t ii=0; ii<3; ii++) in color_srgb_to_linear_rgb_f32() local
76 if (rgb[ii] <= 0.04045f) in color_srgb_to_linear_rgb_f32()
78 rgb[ii] = rgb[ii] / 12.92f; in color_srgb_to_linear_rgb_f32()
82 rgb[ii] = powf((rgb[ii] + 0.055f) / 1.055f, 2.4f); in color_srgb_to_linear_rgb_f32()
90 for (uint32_t ii=0; ii<3; ii++) in color_linear_to_srgb_rgb_f32() local
92 if (rgb[ii] < 0.0031308f) in color_linear_to_srgb_rgb_f32()
94 rgb[ii] = rgb[ii] * 12.92f; in color_linear_to_srgb_rgb_f32()
98 rgb[ii] = powf(rgb[ii], 0.41666f) * 1.044f - 0.055f; in color_linear_to_srgb_rgb_f32()
[all …]
/external/toybox/toys/other/
Dbzcat.c164 int hh, ii, jj, kk, symCount, *base, *limit; in read_block_header() local
168 ii = get_bits(bd, 24); in read_block_header()
173 if (ii==0x177245 && jj==0x385090) return RETVAL_LAST_BLOCK; in read_block_header()
176 if (ii!=0x314159 || jj!=0x265359) return RETVAL_NOT_BZIP_DATA; in read_block_header()
189 for (ii=0; ii<16; ii++) { in read_block_header()
190 if (hh & (1 << (15 - ii))) { in read_block_header()
194 bd->symToByte[bd->symTotal++] = (16 * ii) + jj; in read_block_header()
210 for (ii=0; ii<bd->groupCount; ii++) bd->mtfSymbol[ii] = ii; in read_block_header()
211 for (ii=0; ii<bd->nSelectors; ii++) { in read_block_header()
220 bd->mtfSymbol[0] = bd->selectors[ii] = uc; in read_block_header()
[all …]
/external/skqp/src/compute/hs/gen/
Dtranspose.c39 for (uint32_t ii=0; ii<rows; ii++) in hsg_transpose() local
40 map_curr[ii] = ii; in hsg_transpose()
47 for (uint32_t ii=0; ii<rows; ii++) in hsg_transpose() local
49 uint32_t const left = map_curr[ii]; in hsg_transpose()
59 map_next[ii] = stay + (rows << (cc-1)); in hsg_transpose()
61 pfn_blend(cc,ii,jj,blend); // log2,left,right,payload in hsg_transpose()
76 for (uint32_t ii=0; ii<rows; ii++) in hsg_transpose() local
77 pfn_remap(ii,map_curr[ii] >> cols_log2,remap); in hsg_transpose()
105 for (uint32_t ii=0; ii<cols; ii++) in hsg_debug_blend() local
106 b[row_ll*cols+ii] = ((ii >> cols_log2-1) & 1) ? ll[ii] : ur[ii^(1<<cols_log2-1)]; in hsg_debug_blend()
[all …]
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drender.cl457 for (uint ii=0; ii<SKC_RENDER_WIDE_AA_WIDTH; ii++)
458 smem->wide.area[ii][skc_subgroup_lane()] = ( 0 );
630 for (uint ii=0; ii<SKC_TILE_WIDTH; ii++)
632 area += smem->vN.area[ii][skc_subgroup_lane()];
636 cover->aN.c[ii] = nonzero * (SKC_RENDER_TILE_COVER)(SKC_RENDER_FILL_MAX_AREA_RCP_F32);
649 for (uint ii=0; ii<SKC_TILE_WIDTH; ii++)
651 area += smem->vN.area[ii][skc_subgroup_lane()];
655 …cover->aN.c[ii] = SKC_CONVERT(SKC_RENDER_TILE_COVER)(SKC_RENDER_FILL_MAX_AREA - reflect) * (SKC_RE…
681 for (uint ii=0; ii<SKC_TILE_WIDTH; ii++)
682 color->aN.rgba[ii].r = rg.lo;
[all …]
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js247 for (var ii = 0; ii < numArgs; ++ii) {
248 argStr += ((ii == 0) ? '' : ', ') +
249 glFunctionArgToString(functionName, numArgs, ii, args[ii]);
300 for (var ii = 0; ii < numArgs; ++ii) {
301 argStr += ((ii == 0) ? '' : ', ') +
302 glFunctionArgToString(functionName, numArgs, ii, args[ii]);
359 for (var ii = 0; ii < numAttribs; ++ii) {
360 ctx.disableVertexAttribArray(ii);
361 ctx.vertexAttribPointer(ii, 4, ctx.FLOAT, false, 0, 0);
362 ctx.vertexAttrib1f(ii, 0);
[all …]
/external/skqp/src/compute/tests/groups/
Dgroups.c80 for (uint32_t ii=0; ii<3; ii++) in groups_paths_decode() local
82 float const xy = (float)ii * 2.0f + 2.0f; in groups_paths_decode()
86 skc_path_end(pb,paths+ii*2); in groups_paths_decode()
90 skc_path_end(pb,paths+ii*2+1); in groups_paths_decode()
123 for (uint32_t ii=0; ii<6; ii++) in groups_rasters_decode() local
127 paths[ii], in groups_rasters_decode()
132 skc_raster_end(rb,rasters+ii); in groups_rasters_decode()
211 for (uint32_t ii=0; ii<3; ii++) in groups_layers_decode() local
219 skc_styling_group_range_lo(styling,group_ids[1],ii*2); in groups_layers_decode()
220 skc_styling_group_range_hi(styling,group_ids[1],ii*2+1); in groups_layers_decode()
[all …]
/external/libxaac/decoder/
Dixheaacd_mps_temp_reshape.c57 WORD32 ii, jj, param_band; in ixheaacd_mps_est_normalized_envelope() local
69 for (ii = 0; ii < self->time_slots; ii++) { in ixheaacd_mps_est_normalized_envelope()
71 slot_energy[ii] in ixheaacd_mps_est_normalized_envelope()
73 ((self->hyb_dir_out[ch][ii][jj].re + in ixheaacd_mps_est_normalized_envelope()
74 self->hyb_diff_out[ch][ii][jj].re) * in ixheaacd_mps_est_normalized_envelope()
75 (self->hyb_dir_out[ch][ii][jj].re + in ixheaacd_mps_est_normalized_envelope()
76 self->hyb_diff_out[ch][ii][jj].re)) + in ixheaacd_mps_est_normalized_envelope()
77 ((self->hyb_dir_out[ch][ii][jj].im + in ixheaacd_mps_est_normalized_envelope()
78 self->hyb_diff_out[ch][ii][jj].im) * in ixheaacd_mps_est_normalized_envelope()
79 (self->hyb_dir_out[ch][ii][jj].im + in ixheaacd_mps_est_normalized_envelope()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/
Dtest.cpp28 void assign(int ii, int jj) { in assign() argument
29 grid[ii][jj] = (ii+1) * (jj+1); in assign()
33 for (int ii = 0; ii < 2; ii++) in initialize_grid() local
35 assign(ii, jj); in initialize_grid()
51 for (int ii = 0; ii < 10; ++ii) { in main() local
69 for (uint64_t ii = 0; ii < 4294967296; ++ii) in main() local
/external/llvm/test/tools/llvm-cov/Inputs/
Dtest.cpp28 void assign(int ii, int jj) { in assign() argument
29 grid[ii][jj] = (ii+1) * (jj+1); in assign()
33 for (int ii = 0; ii < 2; ii++) in initialize_grid() local
35 assign(ii, jj); in initialize_grid()
51 for (int ii = 0; ii < 10; ++ii) { in main() local
69 for (uint64_t ii = 0; ii < 4294967296; ++ii) in main() local
Dtest_no_gcda.cpp.gcov33 #####: 28:void assign(int ii, int jj) {
34 #####: 29: grid[ii][jj] = (ii+1) * (jj+1);
38 #####: 33: for (int ii = 0; ii < 2; ii++)
40 #####: 35: assign(ii, jj);
56 #####: 51: for (int ii = 0; ii < 10; ++ii) {
74 #####: 69: for (uint64_t ii = 0; ii < 4294967296; ++ii)
/external/v8/src/asmjs/
Dasm-types.cc149 for (size_t ii = 0; ii < args_.size(); ++ii) { in Name() local
150 ret += args_[ii]->Name(); in Name()
151 if (ii != args_.size() - 1) { in Name()
213 for (size_t ii = 0; ii < args.size(); ++ii) { in CanBeInvokedWith() local
214 if (!args[ii]->IsA(arg_)) { in CanBeInvokedWith()
252 for (size_t ii = 0; ii < args_.size(); ++ii) { in IsA() local
253 if (!AsmType::IsExactly(args_[ii], that->args_[ii])) { in IsA()
271 for (size_t ii = 0; ii < args_.size(); ++ii) { in CanBeInvokedWith() local
272 if (!args[ii]->IsA(args_[ii])) { in CanBeInvokedWith()
283 for (size_t ii = 0; ii < overloads_.size(); ++ii) { in Name() local
[all …]
/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_workgroup.cpp135 int i, ii, j, k, n; in gen() local
139 ii = 0; in gen()
144 ii = j * ns; in gen()
145 n = ii + ns > nw ? nw - ii : ns; in gen()
151 case 0: memset(&t[ii], 0, n * sizeof(cl_int)); break; in gen()
153 memset(&t[ii], 0, n * sizeof(cl_int)); in gen()
155 t[ii + i] = 41; in gen()
157 case 2: memset(&t[ii], 0xff, n * sizeof(cl_int)); break; in gen()
176 int ii, i, j, k, n; in chk() local
194 ii = j * ns; in chk()
[all …]
/external/fastrpc/src/
Dlistener_android.c156 int ii, inBufsAllocated = 0; in listener() local
193 for(ii = 0; ii < (int)REMOTE_SCALARS_INBUFS(sc); ++ii) { in listener()
194 if(bufs->inbufs[ii].dataLen < bufs->inbufLenReqs[ii]) { in listener()
195 if(0 != bufs->inbufLenReqs[ii]) { in listener()
196 …bufs->inbufs[ii].data = rpcmem_realloc(heapid, flags, bufs->inbufs[ii].data, bufs->inbufs[ii].dat… in listener()
197 if(0 == bufs->inbufs[ii].data) { in listener()
198 bufs->inbufs[ii].dataLen = 0; in listener()
203 bufs->inbufs[ii].dataLen = bufs->inbufLenReqs[ii]; in listener()
204 inBufsAllocated = STD_MAX(inBufsAllocated, ii + 1); in listener()
207 bufs->args[ii].buf.pv = bufs->inbufs[ii].data; in listener()
[all …]

12345678910>>...63