Home
last modified time | relevance | path

Searched refs:sums (Results 1 – 25 of 185) sorted by relevance

12345678

/third_party/ffmpeg/libpostproc/
Dpostprocess.c313 int sums[10]; in doHorizLowPass_C() local
314 sums[0] = 4*first + dst[0] + dst[1] + dst[2] + 4; in doHorizLowPass_C()
315 sums[1] = sums[0] - first + dst[3]; in doHorizLowPass_C()
316 sums[2] = sums[1] - first + dst[4]; in doHorizLowPass_C()
317 sums[3] = sums[2] - first + dst[5]; in doHorizLowPass_C()
318 sums[4] = sums[3] - first + dst[6]; in doHorizLowPass_C()
319 sums[5] = sums[4] - dst[0] + dst[7]; in doHorizLowPass_C()
320 sums[6] = sums[5] - dst[1] + last; in doHorizLowPass_C()
321 sums[7] = sums[6] - dst[2] + last; in doHorizLowPass_C()
322 sums[8] = sums[7] - dst[3] + last; in doHorizLowPass_C()
[all …]
Dpostprocess_template.c374 int sums[10]; in RENAME()
375 sums[0] = 4*first + src[l1] + src[l2] + src[l3] + 4; in RENAME()
376 sums[1] = sums[0] - first + src[l4]; in RENAME()
377 sums[2] = sums[1] - first + src[l5]; in RENAME()
378 sums[3] = sums[2] - first + src[l6]; in RENAME()
379 sums[4] = sums[3] - first + src[l7]; in RENAME()
380 sums[5] = sums[4] - src[l1] + src[l8]; in RENAME()
381 sums[6] = sums[5] - src[l2] + last; in RENAME()
382 sums[7] = sums[6] - src[l3] + last; in RENAME()
383 sums[8] = sums[7] - src[l4] + last; in RENAME()
[all …]
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-unused-access-past-matrix-elements/
D0-opt.wgsl23 var sums : Arr;
37 sums = Arr(x_58, x_60, x_62);
51 let x_83 : f32 = sums[x_77];
52 sums[x_77] = (x_83 + x_81);
66 let x_98 : f32 = sums[x_92];
67 sums[x_92] = (x_98 + x_96);
70 let x_104 : f32 = sums[x_102];
72 let x_108 : f32 = sums[x_106];
D0-opt.spvasm15 OpName %sums "sums"
68 %sums = OpVariable %_ptr_Function__arr_float_uint_3 Function
94 OpStore %sums %63
115 %82 = OpAccessChain %_ptr_Function_float %sums %77
118 %85 = OpAccessChain %_ptr_Function_float %sums %77
139 %97 = OpAccessChain %_ptr_Function_float %sums %92
142 %100 = OpAccessChain %_ptr_Function_float %sums %92
148 %103 = OpAccessChain %_ptr_Function_float %sums %102
152 %107 = OpAccessChain %_ptr_Function_float %sums %106
D0-opt.spvasm.expected.hlsl34 tint_padded_array_element sums[3] = (tint_padded_array_element[3])0;
55 sums = tint_symbol_3;
72 const float x_83 = sums[x_77].el;
73 sums[x_77].el = (x_83 + x_81);
87 const float x_98 = sums[x_92].el;
88 sums[x_92].el = (x_98 + x_96);
91 const float x_104 = sums[x_102].el;
94 const float x_108 = sums[x_106].el;
D0-opt.wgsl.expected.hlsl34 tint_padded_array_element sums[3] = (tint_padded_array_element[3])0;
55 sums = tint_symbol_3;
72 const float x_83 = sums[x_77].el;
73 sums[x_77].el = (x_83 + x_81);
87 const float x_98 = sums[x_92].el;
88 sums[x_92].el = (x_98 + x_96);
91 const float x_104 = sums[x_102].el;
94 const float x_108 = sums[x_106].el;
/third_party/glib/glib/tests/
Dchecksum.c1069 const gchar **sums; member
1084 g_assert_cmpstr (checksum, ==, test->sums[length]); in test_checksum_string()
1091 g_assert_cmpstr (checksum, ==, test->sums[FIXED_LEN]); in test_checksum_string()
1109 g_assert_cmpstr (checksum, ==, test->sums[length]); in test_checksum_bytes()
1140 const gchar **sums) in add_checksum_string_test() argument
1147 test->sums = sums; in add_checksum_string_test()
1157 const gchar **sums) in add_checksum_bytes_test() argument
1164 test->sums = sums; in add_checksum_bytes_test()
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-write-past-matrix-elements-unused/
D0.spvasm15 OpName %sums "sums"
64 %sums = OpVariable %_ptr_Function__arr_float_uint_3 Function
82 OpStore %sums %50
94 %61 = OpAccessChain %_ptr_Function_float %sums %56
101 %64 = OpAccessChain %_ptr_Function_float %sums %45
107 %70 = OpAccessChain %_ptr_Function_float %sums %69
D0.wgsl23 var sums : array<f32, 3>;
31 sums = array<f32, 3>(x_40, x_40, x_40);
44 let x_61 : ptr<function, f32> = &(sums[x_56]);
51 let x_65 : f32 = sums[x_45];
54 let x_71 : f32 = sums[x_69];
/third_party/mindspore/mindspore/core/utils/
Dprofile.cc40 std::map<std::string, double> *sums = nullptr, const std::string &prefix = "");
43 … std::map<std::string, double> *sums = nullptr, const std::string &prefix = "") { in PrintTimeInfoMap() argument
67 PrintProfile(oss, *iter.second, indent + 1, sums, newPrefix); in PrintTimeInfoMap()
69 (*sums)[newPrefix] += iter.second->time_; in PrintTimeInfoMap()
74 …td::ostringstream &oss, const TimeInfo &time_info, int indent, std::map<std::string, double> *sums, in PrintProfile() argument
77 if (sums == nullptr) { in PrintProfile()
78 sums = new (std::nothrow) std::map<std::string, double>(); in PrintProfile()
79 if (sums == nullptr) { in PrintProfile()
96 PrintTimeInfoMap(oss, *time_info.dict_, indent, sums, prefix); in PrintProfile()
102 for (auto iter = sums->begin(); iter != sums->end(); ++iter) { in PrintProfile()
[all …]
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-branch-probability-identity-matrix/
D0-opt.wgsl22 var sums : array<f32, 2>;
33 sums[x_16] = -(x_85);
36 sums[x_18] = -(x_90);
80 sums[x_31] = x_131;
88 let x_142 : f32 = sums[x_35];
89 sums[x_35] = (x_142 + x_140);
115 let x_147 : f32 = sums[x_47];
121 let x_155 : f32 = sums[x_48];
D0-opt.spvasm8 OpName %sums "sums"
112 %sums = OpVariable %_ptr_Function__arr_float_uint_2 Function
124 %87 = OpAccessChain %_ptr_Function_float %sums %16
131 %92 = OpAccessChain %_ptr_Function_float %sums %18
201 %132 = OpAccessChain %_ptr_Function_float %sums %31
216 %141 = OpAccessChain %_ptr_Function_float %sums %35
219 %144 = OpAccessChain %_ptr_Function_float %sums %35
251 %146 = OpAccessChain %_ptr_Function_float %sums %47
261 %154 = OpAccessChain %_ptr_Function_float %sums %48
/third_party/boost/boost/geometry/strategies/cartesian/
Dcentroid_bashein_detmer.hpp152 class sums class in boost::geometry::strategy::centroid::bashein_detmer
161 inline sums() in sums() function in boost::geometry::strategy::centroid::bashein_detmer::sums
170 typedef sums state_type;
173 PointOfSegment const& p2, sums& state) in apply()
198 static inline bool result(sums const& state, Point& centroid) in result()
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-clamp-loop-limit-increment-float-array/
D0-opt.wgsl22 var sums : array<f32, 3>;
28 sums = array<f32, 3>(x_40, x_42, x_44);
44 let x_71 : f32 = sums[x_59];
45 sums[x_59] = (x_71 + x_69);
53 let x_79 : f32 = sums[x_77];
D0-opt.spvasm8 OpName %sums "sums"
63 %sums = OpVariable %_ptr_Function__arr_float_uint_3 Function
73 OpStore %sums %45
102 %70 = OpAccessChain %_ptr_Function_float %sums %59
105 %73 = OpAccessChain %_ptr_Function_float %sums %59
116 %78 = OpAccessChain %_ptr_Function_float %sums %77
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/struct-controlled-loop/
D0-opt.spvasm15 OpName %sums "sums"
60 %sums = OpVariable %_ptr_Function__arr_float_uint_9 Function
75 %49 = OpAccessChain %_ptr_Function_float %sums %int_0
87 %52 = OpAccessChain %_ptr_Function_float %sums %int_0
D0-opt.wgsl17 var sums : array<f32, 9>;
26 sums[0] = 0.0;
37 let x_53 : f32 = sums[0];
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-scaled-number-nested-loops-array-access/
D0-opt.wgsl22 var sums : array<f32, 2>;
37 sums[x_20] = x_110;
40 sums[x_22] = x_114;
133 let x_199 : f32 = sums[x_53];
134 sums[x_53] = (x_199 + x_197);
196 let x_204 : f32 = sums[x_74];
202 let x_212 : f32 = sums[x_75];
D0-opt.spvasm8 OpName %sums "sums"
143 %sums = OpVariable %_ptr_Function__arr_float_uint_2 Function
158 %111 = OpAccessChain %_ptr_Function_float %sums %20
164 %115 = OpAccessChain %_ptr_Function_float %sums %22
309 %198 = OpAccessChain %_ptr_Function_float %sums %53
312 %201 = OpAccessChain %_ptr_Function_float %sums %53
386 %203 = OpAccessChain %_ptr_Function_float %sums %74
396 %211 = OpAccessChain %_ptr_Function_float %sums %75
/third_party/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h1220 int sums[2][4]; in get_rgba_endpoints_unorm() local
1229 memset(sums, 0, sizeof sums); in get_rgba_endpoints_unorm()
1241 sums[endpoint][i] += p[i]; in get_rgba_endpoints_unorm()
1249 sums[endpoint][3] += p[3]; in get_rgba_endpoints_unorm()
1261 (sums[0][i] + sums[1][i]) / (width * height); in get_rgba_endpoints_unorm()
1264 endpoints[0][i] = sums[0][i] / rgb_left_endpoint_count; in get_rgba_endpoints_unorm()
1265 endpoints[1][i] = (sums[1][i] / in get_rgba_endpoints_unorm()
1273 (sums[0][3] + sums[1][3]) / (width * height); in get_rgba_endpoints_unorm()
1275 endpoints[0][3] = sums[0][3] / alpha_left_endpoint_count; in get_rgba_endpoints_unorm()
1276 endpoints[1][3] = (sums[1][3] / in get_rgba_endpoints_unorm()
[all …]
/third_party/boost/libs/geometry/doc/generated/
Dcentroid_bashein_detmer.qbk43 [[``void apply(PointOfSegment const & p1, PointOfSegment const & p2, sums & state)``
49 [* sums &]: ['state]:
57 [[``bool result(sums const & state, Point & centroid)``
59 ] [] [[* sums const &]: ['state]:
/third_party/ffmpeg/libavfilter/x86/
Dvf_ssim_init.c27 int (*sums)[4], int w);
30 int (*sums)[4], int w);
/third_party/boost/libs/mpl/test/
Dtransform.cpp42 typedef list_c<long,2,5,9,13,19,23> sums; in MPL_TEST_CASE() typedef
45 MPL_ASSERT(( equal< result,sums,equal_to<_1,_2> > )); in MPL_TEST_CASE()
/third_party/ffmpeg/tests/
Dtiny_ssim.c49 int sums[2][4] ) in ssim_4x4x2_core()
67 sums[z][0] = s1; in ssim_4x4x2_core()
68 sums[z][1] = s2; in ssim_4x4x2_core()
69 sums[z][2] = ss; in ssim_4x4x2_core()
70 sums[z][3] = s12; in ssim_4x4x2_core()
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/write-red-in-loop-nest/
D0-opt.wgsl14 var sums : array<f32, 9>;
75 let x_115 : f32 = sums[x_111];
76 sums[x_111] = (x_115 + x_113);

12345678