/external/clang/test/OpenMP/ |
D | parallel_for_loop_messages.cpp | 20 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 …]
|
D | simd_loop_messages.cpp | 11 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 …]
|
D | target_parallel_for_loop_messages.cpp | 20 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 …]
|
D | taskloop_loop_messages.cpp | 24 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 …]
|
D | for_loop_messages.cpp | 24 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 …]
|
D | parallel_for_simd_loop_messages.cpp | 20 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 …]
|
D | target_parallel_for_simd_loop_messages.cpp | 20 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 …]
|
D | taskloop_simd_loop_messages.cpp | 24 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 …]
|
D | for_simd_loop_messages.cpp | 20 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 …]
|
D | distribute_simd_loop_messages.cpp | 11 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 …]
|
D | distribute_parallel_for_simd_loop_messages.cpp | 20 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/skqp/src/compute/color/ |
D | color.c | 51 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/skia/src/compute/color/ |
D | color.c | 51 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/ |
D | bzcat.c | 164 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/skc/platforms/cl_12/kernels/ |
D | render.cl | 457 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/skia/src/compute/skc/platforms/cl_12/kernels/ |
D | render.cl | 457 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/skqp/src/compute/hs/gen/ |
D | transpose.c | 39 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/skia/src/compute/hs/gen/ |
D | transpose.c | 39 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/autotest/client/deps/webgl_mpd/src/debug/ |
D | webgl-debug.js | 247 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/skia/src/compute/tests/groups/ |
D | groups.c | 80 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/skqp/src/compute/tests/groups/ |
D | groups.c | 80 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/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/ |
D | hyperplane_lsh_probes.h | 77 for (int_fast32_t ii = 0; ii < num_tables_; ++ii) { in SetupProbing() local 78 main_table_probe_[ii] = 0; in SetupProbing() 80 main_table_probe_[ii] = main_table_probe_[ii] << 1; in SetupProbing() 81 main_table_probe_[ii] = in SetupProbing() 82 main_table_probe_[ii] | in SetupProbing() 83 (hash_vector_[ii * num_hyperplanes_per_table_ + jj] >= 0.0); in SetupProbing() 93 for (int_fast32_t ii = 0; ii < num_tables_; ++ii) { in SetupProbing() local 94 sorted_hyperplane_indices_[ii].resize(num_hyperplanes_per_table_); in SetupProbing() 96 sorted_hyperplane_indices_[ii][jj] = jj; in SetupProbing() 101 for (int_fast32_t ii = 0; ii < num_tables_; ++ii) { in SetupProbing() local [all …]
|
D | hyperplane_lsh_probes_test.cc | 33 for (int ii = 0; ii < expected_probes.size(); ++ii) { in CheckSequenceSingleTable() local 35 EXPECT_EQ(expected_probes[ii], cur_probe); in CheckSequenceSingleTable() 45 for (int ii = 0; ii < expected_result.size(); ++ii) { in CheckSequenceMultipleTables() local 47 EXPECT_EQ(expected_result[ii].first, cur_probe); in CheckSequenceMultipleTables() 48 EXPECT_EQ(expected_result[ii].second, cur_table); in CheckSequenceMultipleTables() 105 for (int ii = 0; ii < dim * num_tables; ++ii) { in TEST() local 106 hash_vector[ii] = distribution(random_generator); in TEST() 110 for (int ii = 0; ii < num_tables; ++ii) { in TEST() local 111 checked_cell[ii].resize(1 << dim); in TEST() 112 std::fill(checked_cell[ii].begin(), checked_cell[ii].end(), false); in TEST() [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_mps_temp_reshape.c | 57 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/v8/src/asmjs/ |
D | asm-types.cc | 148 for (size_t ii = 0; ii < args_.size(); ++ii) { in Name() local 149 ret += args_[ii]->Name(); in Name() 150 if (ii != args_.size() - 1) { in Name() 211 for (size_t ii = 0; ii < args.size(); ++ii) { in CanBeInvokedWith() local 212 if (!args[ii]->IsA(arg_)) { in CanBeInvokedWith() 250 for (size_t ii = 0; ii < args_.size(); ++ii) { in IsA() local 251 if (!args_[ii]->IsExactly(that->args_[ii])) { in IsA() 269 for (size_t ii = 0; ii < args_.size(); ++ii) { in CanBeInvokedWith() local 270 if (!args[ii]->IsA(args_[ii])) { in CanBeInvokedWith() 281 for (size_t ii = 0; ii < overloads_.size(); ++ii) { in Name() local [all …]
|